---
title: "Node.js — Node.js 24.16.0 (LTS)"
url: https://daily.dev/posts/node-js-node-js-24-16-0-lts--jbch3pvok
source_url: https://nodejs.org/en/blog/release/v24.16.0
type: article
source: "Node.js"
published: 2026-05-21T13:45:00.421Z
updated: 2026-05-21T13:45:27.611Z
tags: ["javascript", "testing", "nodejs", "cryptography", "sqlite"]
reading_time: 19
upvotes: 51
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.16.0 (LTS)

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

## Summary

Node.js 24.16.0 LTS (codename 'Krypton') has been released with 11 semver-minor additions. Key highlights include a new `randomUUIDv7()` crypto function, edit-free runtime expression probes in `node inspect`, a signal option for `fs.stat()`, `req.signal` on `IncomingMessage`, hardened `ClientRequest` options merge, test order randomization in the test runner, mock-timers support for `AbortSignal.timeout`, and hex color support in `util`. Dependency updates include OpenSSL 3.5.6, SQLite 3.53.0, libuv 1.52.1, undici 7.25.0, npm 11.13.0, and corepack 0.35.0. Numerous bug fixes span streams, crypto, HTTP, QUIC, inspector, and SQLite 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.16.0>

## Similar posts on daily.dev

- [Node.js — Node.js 26.1.0 \(Current\)](https://daily.dev/posts/node-js-node-js-26-1-0-current--xpxtzcoui) · Node.js · 63 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

---

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

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