What's wrong with this entry?
Anonymous. No account, no email.
- Streamlined Node.js imports for better module organization:
- Consolidated process import: Now uses
import { cwd as hB0 } from "node:process"instead of a default import - Consolidated stream import: Now uses
import { PassThrough as N35 } from "stream"with named import pattern - Removed redundant import statements while maintaining all functionality
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.