Node Weekly
Plus debugging stuck Node processes, an X11 client library, and ZIP support lands in node:zlib.

#​636 — August 6, 2026

Read on the Web

Together with  Sentry logo
Node.js Weekly

Node.js 26.7.0 (Current) Released — Landing just two days after 26.6, coverage reports can now include files your tests didn't touch with --test-coverage-include-all, FFI and SQLite pick up crash fixes, and Perfetto tracing support lands, though you'll need a custom build to use it.

Antoine du Hamel

💡 Node v24.19.0 (LTS) is also a noteworthy update, adding --experimental-import-text, fs.readFile() can reuse a buffer you supply, and setKeepAlive exposes TCP_KEEPINTVL and TCP_KEEPCNT.

Join Sentry Live: How Etsy Stays Crash-Free — Sentry and Etsy break down how Etsy's engineering team preps for peak traffic, debugs in real time, and ties crashes to revenue impact. Real stories and practical takeaways for teams running services at scale.

Sentry sponsor

🚨 Shai-Hulud Strikes Again, Affecting keyv and 400+ Packages — A credential-stealing worm was rolled out as part of a false keyv 6.0 release this week, and quickly spread. A reminder to check out npm v12, pnpm, or vlt (below), all of which block install scripts by default, the mechanism this worm relied on.

Shavit Satou (JFrog)

vlt 1.0: An npm Alternative With CSS-Like Selectors — After two years, Darcy Clarke's drop-in npm alternative hits 1.0. A key draw is vlt query, which lets you use 60+ CSS-like selectors over your dependency graph (half of which are security related). vlt also offers hosted private package registries.

Darcy Clarke

💡 In 2023, Darcy wrote "The massive bug at the heart of the npm ecosystem", a post that was prescient of current packaging headaches.

IN BRIEF:

📄 What's New in Mongoose 9.9: Major Performance ImprovementsMongoose is a popular MongoDB object modelling solution. Valeri Karpov

📄 Debugging Stuck Node.js Processes – A trick for catching event loop blockers that never yield. Winona Schroeer-Smith

🛠 Code & Tools

anydoc: Convert 14 Document Formats into Markdown — A Rust-powered library (with Node.js and WASM bindings) that converts Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, and PDF documents into Markdown. I tried it on a 1,600 page PDF and it took less than 2 seconds. There's also an in-browser demo to try it out. GitHub repo.

Firecrawl

💡 Firecrawl also has pdf-inspector focused specifically on extracting text from PDFs (with positional awareness). Liteparse is also worth considering if you want OCR for scanned / non-text PDFs.

You Added a Cache to Hide a Slow Query — TimescaleDB makes the query fast in Postgres, so you cache less and serve fresh data. Get $1000 credit to start.

Tiger Data (creators of TimescaleDB) sponsor

ioredis 6.0: Robust, Full-Featured Redis Client for Node — v6.0, the first major release in four years, adds RESP3 and support for new Redis 8.10 features.

The ioredis Team

MicroDiff 1.6: Fast Object and Array Comparison Library — Given two objects or arrays, it returns the differences (think diff but for JS objects). This week's release adds support for Temporal types.

Jacob Jackson

Devalue 5.9: Get the Job Done When JSON.stringify Can't — A library from the Svelte project that's like JSON.stringify but can tackle cyclical and repeated references, regexes, Map/Set, and custom types. Try it here.

Svelte

  • node-x11 3.8 – An X Window System protocol client library with no dependencies, GLX / OpenGL support, and even the ability to work in the browser against a JavaScript X-server emulator.

  • pnpm 11.20 – Mostly security hardening, but also adds an npmjs: prefix you can use to more succinctly pin a dependency to the public registry. Note that pnpm 12.0 has also reached RC stage.

  • Hono 4.13.0 – The small, fast Web standards-based web framework focuses on performance and adds HTTP QUERY method support.

  • graphql-upload 18.0 – Middleware that adds support for GraphQL multipart requests to Node.js GraphQL servers.

  • cron-parser 5.7 – Library for parsing and manipulating cron expressions.

📰 Classifieds

Zuplo puts every API, AI, and MCP request behind one gateway. Route traffic, guard your MCP servers, and cap your AI costs. Try it free.

📢  Elsewhere in the ecosystem

Issue 635 #636