---
title: "Node.js — Node.js 24.20.0 (LTS)"
url: https://daily.dev/posts/node-js-node-js-24-20-0-lts--cbb6dlboe
source_url: https://nodejs.org/en/blog/release/v24.20.0
type: article
source: "Node.js"
published: 2026-08-26T17:56:23.422Z
updated: 2026-08-26T17:56:48.015Z
tags: ["javascript", "nodejs", "webassembly"]
reading_time: 30
upvotes: 16
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Node.js — Node.js 24.20.0 (LTS)

**[Node.js](https://daily.dev/sources/nodejs)** · 30 min read · 16 upvotes · 0 comments

## Summary

Node.js 24.20.0 'Krypton' LTS ships several SEMVER-MINOR additions: using scopes for AsyncLocalStorage, an end parameter for Buffer, permission.drop and a new --permission-audit flag, package maps support in the loader, a new node:stream/iter module, context.log() in the test runner, and WebAssembly JSPI enabled. It also updates root certificates to NSS 3.125 and bundles numerous dependency upgrades (npm 11.19.0, ngtcp2, nghttp3, c-ares, sqlite, timezone data) plus a long list of bug fixes across crypto, buffer, http, http2, quic, and net modules.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nodejs.org/en/blog/release/v24.20.0>

## Questions this post answers

### What new features were added in Node.js 24.20.0?

Node.js 24.20.0 'Krypton' LTS adds using scopes to AsyncLocalStorage, an end parameter for Buffer methods, a permission.drop() API and --permission-audit flag, package maps support in the module loader, a new node:stream/iter module, context.log() in the test runner, and enables WebAssembly JSPI (JavaScript Promise Integration).

_Track new Node.js LTS capabilities like these on daily.dev before planning an upgrade._

### Does Node.js 24.20.0 update root certificates?

Yes, Node.js 24.20.0 updates its bundled root certificates to NSS 3.125, along with dependency bumps including npm to 11.19.0, ngtcp2 to 1.25.0, nghttp3 to 1.18.0, c-ares, sqlite to 3.53.4, and timezone data to 2026c.

_Developers auditing Node.js dependency bumps can follow release changelogs like this on daily.dev._

### What is node:stream/iter in Node.js 24.20.0?

node:stream/iter is a new experimental module added in Node.js 24.20.0 that implements iterator-based utilities for working with streams, introduced as a SEMVER-MINOR change alongside benchmarks for the feature.

_Keep up with emerging Node.js stream APIs like this one via daily.dev._

## Similar posts on daily.dev

- [Node.js — Node.js 24.18.0 \(LTS\)](https://daily.dev/posts/node-js-node-js-24-18-0-lts--d7uvfnvtr) · Node.js · 32 upvotes · 1 comments
- [Node.js — Node.js v24.12.0 \(LTS\)](https://daily.dev/posts/node-js-node-js-v24-12-0-lts--ixp04jcrd) · Node.js · 47 upvotes · 0 comments
- [Node.js — Node.js 24.16.0 \(LTS\)](https://daily.dev/posts/node-js-node-js-24-16-0-lts--jbch3pvok) · Node.js · 51 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#nodejs](https://daily.dev/tags/nodejs), [#webassembly](https://daily.dev/tags/webassembly)

[View this post on daily.dev](https://daily.dev/posts/node-js-node-js-24-20-0-lts--cbb6dlboe)
