What's wrong with this entry?
Anonymous. No account, no email.
- Stream module: Changed from default import to named import
- Before:
import PE4 from "stream" - After:
import { Readable as $E4 } from "stream"
- Process module: Changed from default import to named import
- Before:
import Vc2 from "node:process" - After:
import { cwd as yw0 } from "node:process"
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.