What's wrong with this entry?
Anonymous. No account, no email.
- Optimized
streamimports: Instead of importing entire modules, the code now imports only the specific classes needed: - Changed from
import vR4 from "stream"toimport { Readable as qR4 } from "stream" - Changed from
import e20 from "node:stream"toimport { PassThrough as so1 } from "node:stream"
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.