What's wrong with this entry?
Anonymous. No account, no email.
What: Several import statements were reorganized and consolidated across the codebase.
Details:
- Node.js built-in imports (
node:fs,node:child_process,node:path,node:os,node:util,node:process) were restructured - Crypto imports consolidated to use named imports (
randomBytes,randomUUID,timingSafeEqual) - Stream import changed from default to named import (
PassThrough) - These are purely organizational changes with no functional impact
- Evidence: Import changes at multiple locations throughout the codebase (see diff lines 10-72, 76-170)
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.