#618 — April 2, 2026 |
|
![]() |
|
|
Node.js 25.9.0 (Current) Released — Including a Antoine du Hamel |
Memetria K/V: Efficient Redis & Valkey Hosting — Memetria K/V hosts Redis OSS and Valkey for Node.js apps, featuring large key tracking and detailed analytics. Memetria sponsor |
|
The Hidden Blast Radius of the Axios Compromise — You’ve probably heard about the supply chain attack via Axios this week (if not, be sure to check if you’re affected). Ahmad reflects on the mechanics of such attacks and why their effects spread further than you might think. Ahmad Nassri (Socket) |
💡 If you want to mitigate such attacks, Dani Akash has a guide to using 'minimum release age' cooldowns with npm, pnpm, Bun, and Yarn. |
|
IN BRIEF:
|
|
A Gentle Intro to npm Workspaces — With workspaces, you can manage multiple packages in one repo and link local packages so they can import each other by name. npm may then hoist and deduplicate compatible dependencies during install. Carlos Precioso (Wasp) |
|
Run Agents on Production-Fidelity Sandboxes — Ox spins up a sandbox for every agent task. Isolated code, compute, and data. Test against prod with zero blast radius. Ox sponsor |
|
▶️ Most Developers Misunderstand Node.js in Production – A quick 6-minute interview with core contributor Ulises Gascón. Beyond.js (NodeSource) 🤖 Getting Started Building Agents with the Vercel AI SDK in Node Valeri Karpov 📄 Escaping Node.js's Permission Model via Brotli maitai 📄 Why We Replaced Node.js with Bun for 5x Throughput Nick at Trigger |
🛠 Code & Tools |
|
🤖 Transformers.js v4: Run AI Models from JavaScript — Run Hugging Face-hosted models to do things like LLMs, vision, and audio models from Node, in the browser, etc. v4 switches to WebGPU and is installable with npm. There are many demos covering speech transcription, using Qwen 3.5, and video captioning. Hugging Face |
💡 The browser demos use large model downloads, so server-side use with Node may be the best use case, even if not the coolest. |
|
node-re2: Bindings for Google's RE2 Regex Library — RE2 is a regular expression library with linear-time matching, making it immune to ReDoS attacks caused by backtracking. node-re2 offers it as a near drop-in replacement for Eugene Lazutkin |
|
Defuddle: Extract the Main Content from Pages — Strips clutter from HTML leaving only the primary content for you to use. There’s a demo where you can try it out. Steph Ango |
|
|
📢 Elsewhere in the ecosystem |
|
|



