What's wrong with this entry?
Modernized Node.js module imports to use more specific named imports instead of default imports, improving code clarity and enabling better tree-shaking:
streammodule: Changed to named import ofPassThroughnode:child_process: Changed to named imports ofexecSyncandspawnnode:os: Changed to named import ofhomedirnode:process: Changed to named import ofcwd
These changes have no user-visible impact but improve code maintainability and bundle optimization.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.