Node.js: npm 11.15.0 Update and Stream Improvements
Node.js upgraded to npm 11.15.0 with enhanced staging and trust features, while stream handling received fixes for duplicate writes and abort signal propagation. Debugger probe mode also gained better error handling for inspector failures.
Duration: PT2M
Episode overview
This episode is a short developer briefing from Node.js.
It explains recent repository work in plain language.
- Show: Node.js
- Published: 2026-05-23T10:00:47Z
- Audio duration: PT2M
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. This is your Node.js developer briefing for Thursday, May 23rd, 2026.
The npm CLI bot merged the upgrade to npm 11.15.0, bringing changes across 311 files. This update introduces a new staging command for dependency management and enhanced trust verification capabilities for package security.
Trivikram Kamat merged two critical stream improvements. The first addresses duplicate writes in the toWritable adapter when using PushWriter with block backpressure. Previously, chunks marked as accepted with active backpressure were incorrectly retried, causing data duplication. The second fix ensures abort…
Joyee Cheung merged substantial improvements to debugger probe mode error handling. The debugger now surfaces inspector session failures as terminal error events rather than silently missing hits. This includes cases where probe expressions terminate targets or sever inspector connections, giving developers…
Documentation received updates with Mike McCready adding Rust toolchain installation instructions for Temporal support builds, and Daijiro Wachi fixing a minor grammar issue in TLS documentation.
Additional commits include René moving DynamicLibrary disposer logic to the…
Nearby episodes from Node.js
- WebCrypto Improvements and Security Fixes
- QUIC Security Enhancements and Test Improvements
- Virtual File System and WebCrypto Security Updates
- Weekly Recap - Virtual File Systems and WebCrypto Security
- QUIC Enhancements and Stream Fixes
- WebCrypto Updates and Windows Build Optimization
- Stream Fixes and Dependencies Update
- Temporal Integration and Test Fixes