Skip to content

Node v24.18.0 nsolid v6.3.2 release - #485

Merged
santigimeno merged 153 commits into
node-v24.x-nsolid-v6.xfrom
node-v24.18.0-nsolid-v6.3.2-release
Jun 29, 2026
Merged

Node v24.18.0 nsolid v6.3.2 release#485
santigimeno merged 153 commits into
node-v24.x-nsolid-v6.xfrom
node-v24.18.0-nsolid-v6.3.2-release

Conversation

@RafaelGSS

Copy link
Copy Markdown
Member

No description provided.

aduh95 and others added 30 commits June 18, 2026 00:15
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs/node#63113
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Signed-off-by: Marco Ippolito <marcoippolito54@gmail.com>
PR-URL: nodejs/node#63033
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Signed-off-by: anshikakalpana <anshikajain196872@gmail.com>
PR-URL: nodejs/node#63121
Refs: nodejs/node#62838
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
PR-URL: nodejs/node#62673
Reviewed-By: Daniel Lemire <daniel@lemire.me>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
- For imported CJS, if it's not customized by asynchronous hooks,
  make sure it won't use the quirky re-invented require in all
  cases.
- When the imported CJS module is customized by synchronous hooks,
  in the synthetic module evalutation step, avoid calling the
  respective default step again.
- Make the branching of loadCJSModuleWithModuleLoad() and
  loadCJSModuleWithSpecialRequire() more explicit, and fold
  the tentative fs read in the 'commonjs' translator into the
  share createCJSModuleWrap() helper instead of checking it
  twice in the same path.

Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
PR-URL: nodejs/node#62920
Fixes: nodejs/node#63060
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk>
PR-URL: nodejs/node#63076
Refs: nodejs/node#63052
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com>
PR-URL: nodejs/node#63152
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
PR-URL: nodejs/node#63131
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Map BoringSSL's native renegotiation failure to
ERR_TLS_RENEGOTIATION_UNSUPPORTED when TLSSocket#renegotiate() is
called. This avoids exposing an implementation-specific OpenSSL error
when the TLS backend does not support caller-initiated renegotiation.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63161
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: nodejs/node#63177
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
The Platform support section of the single-executable-applications doc
listed `macOS` without qualifying which architecture is supported.
SEA on x64 macOS is not supported and is skipped in CI; only arm64
macOS is exercised.

Refs: nodejs/node#62893
Signed-off-by: mokashang <64570909+mokashang@users.noreply.github.com>
PR-URL: nodejs/node#63181
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs/node#63200
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Ignore CLAUDE.md and AGENTS.md in .gitignore, and exclude
them from markdown and ESLint linting.

Signed-off-by: Matteo Collina <hello@matteocollina.com>
PR-URL: nodejs/node#62612
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Follow WHATWG streams spec update: whatwg/streams#1367

ReadableStreamBYOBRequest.view is always constructed as a Uint8Array.

This changes the documented return type from ArrayBufferView to
Uint8Array per the updated spec.

Fixes: nodejs/node#62952

Signed-off-by: Jah-yee <166608075+Jah-yee@users.noreply.github.com>
PR-URL: nodejs/node#63017
Reviewed-By: Mattias Buelens <mattias@buelens.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
- Exclude routine dependency/WPT/bot PRs from the policy
- Replace design document requirement with detailed PR description
- Clarify dependency commit ordering for squash landing
- Remove splitting strategies that contradict self-contained PRs
- Add links from CONTRIBUTING.md, pull-requests.md,
  collaborator-guide.md

Signed-off-by: Matteo Collina <hello@matteocollina.com>
PR-URL: nodejs/node#62829
Fixes: nodejs/node#62752
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
Reviewed-By: Ruy Adorno <ruy@vlt.sh>
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs/node#63110
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
- Add `--help` / `-h` to `node inspect` covering both interactive and
  non-interactive probe modes. The help text is printed when
  `--help`/`-h` appears before any positional argument to avoid
  hijacking `--help` passed to a child script.
- Improve the documentation of probe mode and add examples, explain
  same-location probe coalescing, TDZ caveat for let/const bindings,
  basename matching and exit code behavior. Also move it to a
  section parallel to interactive mode. Remove recommendation of
  evaluating structured expressions as that is prone to missing
  info in JSON mode.

Drive-by: When probe mode exits due to invalid arguments, exit with
`kInvalidCommandLineArgument` (9) instead of `kGenericUserError` (1).

Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
PR-URL: nodejs/node#63201
Reviewed-By: Jan Martin <jan.krems@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Aviv Keller <me@aviv.sh>
Original commit message:

    unix: fix pedantic compiler warnings (#5052)

    Fixes: libuv/libuv#5051

Fixes: nodejs/node#63196
Refs: libuv/libuv#5052
Refs: libuv/libuv@a43e543
PR-URL: nodejs/node#63222
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com>
PR-URL: nodejs/node#63204
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Original commit message:

    [wasm] Update WebAssembly.Exception JS API

    WebIDL specifies the existence of a
    `WebAssembly.Exception.prototype.stack` getter.
    WebIDL also expects the constructor to have 2 parameters (plus an
    optional one).

    https://webassembly.github.io/spec/js-api/#exceptions

    Bug: 336347912, 42204334
    Change-Id: I128e976a84f942dcf9b93a157534b15fad0f9215
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7697976
    Commit-Queue: Matthias Liedtke <mliedtke@chromium.org>
    Auto-Submit: Matthias Liedtke <mliedtke@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#106215}

Refs: v8/v8@435a2cd
PR-URL: nodejs/node#63136
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Mattias Buelens <mattias@buelens.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1) Fixed macOS default for missing kSecTrustSettingsResult

When kSecTrustSettingsResult is absent from a trust settings dictionary,
Apple specifies kSecTrustSettingsResultTrustRoot as the default value.

Previously, the trust result evaluation (deny check, self-issued check,
TrustAsRoot check) was inside the block that only executed when
kSecTrustSettingsResult was explicitly present. When the key was absent,
the function fell through to return UNSPECIFIED, incorrectly rejecting
self-signed certificates that should have been trusted via the default.

Move the trust result evaluation outside the conditional block so the
default value of kSecTrustSettingsResultTrustRoot flows through the
same code path as explicit values. This aligns with Chromium's
trust_store_mac.cc implementation.

2) Fix CFRelease leak in IsTrustDictionaryTrustedForPolicy: the
CFDictionaryRef returned by SecPolicyCopyProperties(policy_ref)
was not released when the policy OID matched kSecPolicyAppleSSL.

3) Deduplicate certificates: SecItemCopyMatching can return the same
certificate from multiple keychains.

4) Filter expired certificates.

Signed-off-by: deepak1556 <hop2deep@gmail.com>
PR-URL: nodejs/node#62576
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
PR-URL: nodejs/node#63232
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
PR-URL: nodejs/node#62823
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: nodejs/node#63112
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Aviv Keller <me@aviv.sh>
Signed-off-by: umuoy1 <burningdian@gmail.com>
PR-URL: nodejs/node#62710
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
PR-URL: nodejs/node#63235
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
PR-URL: nodejs/node#63187
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
PR-URL: nodejs/node#63211
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs/node#63165
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
panva and others added 20 commits June 23, 2026 01:06
Clone CryptoKey algorithm dictionaries into null-prototype objects
before storing or caching them internally. Copy nested hash dictionaries
and publicExponent bytes so internal consumers and transferred keys do
not observe user-mutable input objects or polluted Object.prototype
fields.

Keep public algorithm and inspect output as ordinary objects. Make the
clone path check only own hash and publicExponent properties.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63111
Backport-PR-URL: nodejs/node#63563
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Add ESLint rules that reject public KeyObject and CryptoKey accessor
reads after internal brand checks. Internal code must use the private
key helpers so it reads native-backed slots instead of user-replaceable
properties.

Add a separate rule that rejects instanceof checks against KeyObject
and CryptoKey constructors, including the global CryptoKey constructor.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63111
Backport-PR-URL: nodejs/node#63563
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
BoringSSL declares EVP_CIPHER_do_all_sorted and
EVP_MD_do_all_sorted, but stock no-decrepit builds do not provide
those symbols. Add a Node build flag that keeps ncrypto and its
dependents on a local BoringSSL fallback list when libdecrepit is
absent.

Keep embedders that provide the EVP enumeration symbols on the normal
OpenSSL-compatible path, matching Electron's patched BoringSSL build.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63206
Backport-PR-URL: nodejs/node#63563
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Add OPENSSL_WITH_* feature macros for crypto capabilities that vary by
OpenSSL version and use those instead of repeating version checks.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63255
Backport-PR-URL: nodejs/node#63563
Refs: electron/electron#36256
Refs: electron/electron#41720
Refs: electron/electron#51127
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63255
Backport-PR-URL: nodejs/node#63563
Refs: electron/electron#36256
Refs: electron/electron#41720
Refs: electron/electron#51127
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63255
Backport-PR-URL: nodejs/node#63563
Refs: electron/electron#36256
Refs: electron/electron#41720
Refs: electron/electron#51127
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63255
Backport-PR-URL: nodejs/node#63563
Refs: electron/electron#36256
Refs: electron/electron#41720
Refs: electron/electron#51127
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Add a WebCrypto-specific CryptoJob mode that returns a promise from
run() and resolves it when native work is finished.

Encode job output directly as Web Crypto values, including CryptoKey
instances and CryptoKeyPair dictionaries. Convert operation-specific
setup failures from AdditionalConfig into OperationError rejections.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63363
Backport-PR-URL: nodejs/node#63563
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Remove async function wrappers from SubtleCrypto methods while keeping
their public promise-returning behaviour.

Route method entry points through a shared helper that converts
synchronous validation errors into rejected promises. Let the internal
implementations return native job promises directly.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63363
Backport-PR-URL: nodejs/node#63563
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Pass CryptoKey handles directly into KDF jobs instead of exporting
secret bytes in lib.

Normalize HKDF, PBKDF2, and Argon2 around the same job construction
pattern so WebCrypto derivation paths avoid extra key material copies
and keep operation failures in native job handling.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63363
Backport-PR-URL: nodejs/node#63563
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Avoid re-wrapping native WebCrypto promises with PromiseResolve(),
since resolving a promise can read its user-mutated constructor.

Add a helper for chaining internal WebCrypto job promises without
consulting Promise species state, and use it for intermediate job
results.

Also align JWK wrapping and unwrapping with the spec's fresh-global
JSON handling by detaching internal JWK values from user prototypes.
Use the internal UTF-8 encoder/decoder bindings instead of shared
TextEncoder/TextDecoder prototype methods.

Expand the WebCrypto prototype pollution regression test to cover
SubtleCrypto methods, export formats, zero-length KDF results, JWK
toJSON/kty pollution, and encoder/decoder prototype poisoning.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63363
Backport-PR-URL: nodejs/node#63563
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
PR-URL: nodejs/node#63417
Backport-PR-URL: nodejs/node#63563
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Rework lib/internal/webidl.js into a documented shared converter module
that follows the Web IDL conversion algorithms more closely.

Improvements:
- Add documented converters and helper factories for primitive values,
  dictionaries, enums, sequences, interfaces, required arguments,
  integers, `Uint8Array`, and `BufferSource`.
- Move WebCrypto onto the shared converters, while keeping compatibility
  wrappers for its existing `BufferSource` and `BigInteger` behavior.
- Use shared converters from Blob, Performance, Web Locks, and
  structured clone option handling.
- Add benchmarks for `ConvertToInt` and WebCrypto Web IDL converter hot
  paths.
- Add focused tests for core converters, WebCrypto converters, integer
  conversion, and buffer source behavior.

Fixes:
- Make the shared `BufferSource` and `Uint8Array` converters reject
  resizable `ArrayBuffer` and growable `SharedArrayBuffer` backing
  stores unless explicitly allowed. WebCrypto preserves its legacy
  resizable backing-store behavior through compatibility wrappers until
  a semver-major follow-up can opt in to the stricter behavior.
- Use Web IDL `ToNumber` and `ToString` behavior for BigInt, Symbol, and
  object primitive conversion.
- Use exact BigInt modulo for 64-bit `ConvertToInt` wrapping and
  document the final Number approximation behavior.
- Normalize mathematical modulo results to `+0` where Web IDL requires
  it.
- Process inherited dictionaries in least-derived to most-derived order,
  sorting members only within each dictionary level.
- Use `IteratorComplete` truthiness for sequence conversion.
- Cover detached buffers, resizable-backed views, growable-backed views,
  cross-realm buffer sources, mutation-after-call behavior, inherited
  dictionary member order, and sequence iterator completion behavior.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#62979
Backport-PR-URL: nodejs/node#63563
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Instead of first discarding the top 24 bits of the argument and then
checking that the low 8 bits are within the expected range, first check
that the original 32-bit integer is within the expected range and then
discard the top 24 bits.

PR-URL: nodejs/node#62763
Backport-PR-URL: nodejs/node#63563
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#62645
Backport-PR-URL: nodejs/node#63563
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63161
Backport-PR-URL: nodejs/node#63563
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
PR-URL: nodejs/node#64004
Fixes: nodejs/node#63989
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Notable changes:

buffer:
  * (SEMVER-MINOR) increase Buffer.poolSize default to 64 KiB (Matteo Collina) nodejs/node#63597
crypto:
  * update root certificates to NSS 3.123.1 (Node.js GitHub Bot) nodejs/node#63527
  * (SEMVER-MINOR)  align key argument names in docs and error messages (Filip Skokan) nodejs/node#62527
  * (SEMVER-MINOR)  accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) nodejs/node#62527
  * (SEMVER-MINOR)  add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) nodejs/node#62183
http:
  * http: avoid stream listeners on idle agent sockets (Matteo Collina) nodejs/node#64004
  * (SEMVER-MINOR) add writeInformation to send arbitrary 1xx status codes (Tim Perry) nodejs/node#63155
inspector:
  * (SEMVER-MINOR) expose precise coverage start to JS runtime (sangwook) nodejs/node#63079
stream:
  * stream: Revert noop pause/resume on destroyed streams" (Stewart X Addison) nodejs/node#63834

PR-URL: nodejs/node#64062
2026-06-23 Node.js v24.18.0 Krypton (LTS) Release
Git-EVTag-v0-SHA512: 74ea5caa615fb5430563ee27346ae5d125eb0d98d630ed854a976a02d5089d272269711a80b08877967c0f0ce1b964dcf7ba5ff85e2e3622a8ca42b0a8d509ca

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCgAdFiEEyC+jrhy+3Gvka5NgxDzsRcF6uTwFAmo7D30ACgkQxDzsRcF6
# uTxZoBAApto+CR2pcgV77C9DNKKiJQzqW3wkmGcxyCxKa/H3fatVqXq/a7a9tH8A
# ffDxw7VpCHUdT+kqEb9UFkmQ2L7cx55CIDsc7kmKp1rKaMFGXo5gW5BTpivpsQOV
# oi7M4cKYWqRBYtrSYagOEaMOPnejczjTXr1qmc4dZHaboMfjueTUNoGub2AO4Ksi
# AqWycKPMxDQo8GJls4Dfztt3n5bDfHal+Kz+ljt37d3pO0S58D+PNN8TrfSYij8c
# TvhTwr1yTBKBCy7ardsBYL9calNywrnsPtUZtiBjrp2AlOt9uIwxdOWKsepS7Q6C
# cXxH9Bi/jB0qIBFMtszMjjMFeFqnuwlFFbgjpfd9dAr+RqSJFFanOHIfQLS/C38a
# e+7EMMaRrhmEBrpMsgym16wAKE/tArYAR216SjStFxZoOePjQq2lW3ehFHn3wZ1+
# wR1EFBGxgvbpR5fil05+RXsg9KDcC8vpnRoG4LN8DCHcrmoh7a/M95VLIfRrXttw
# UdQbZ34M6zMgiq51w523b+pn2m6g2AvU1JCdNv0B/bH2OqrEIm9ECLThWkSJl3dw
# n0tmka9M+jOftyrBrh6rvMiIMMHDs9oxRhuKN/hldx/Vg03MRb8WbREdveCdXEhq
# bNpLtRB6LeeEGqSc+Q55Nke+6Pc668+zh7nfaJnS9n6u2MI69MM=
# =LiAO
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Jun 23 19:58:05 2026 -03
# gpg:                using RSA key C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
# gpg: Can't check signature: No public key

# Conflicts:
#	BUILDING.md
#	CONTRIBUTING.md
#	README.md
#	SECURITY.md
#	lib/internal/http2/core.js
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 857 files, which is 557 over the limit of 300.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: cd04f271-bb81-4eb6-b306-a09acf920d9a

📥 Commits

Reviewing files that changed from the base of the PR and between 4120f3e and 48df2f3.

⛔ Files ignored due to path filters (115)
  • deps/npm/node_modules/@npmcli/agent/lib/agents.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/agent/lib/options.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/agent/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/arborist/lib/arborist/index.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/arborist/lib/install-scripts.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/arborist/lib/link.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/arborist/lib/script-allowed.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/arborist/lib/shrinkwrap.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/arborist/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/config/lib/definitions/definitions.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/config/lib/parse-allow-scripts-list.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/@npmcli/config/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/@sigstore/core/dist/dsse.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/@sigstore/core/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/@sigstore/verify/dist/key/index.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/@sigstore/verify/dist/policy.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/@sigstore/verify/dist/timestamp/index.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/@sigstore/verify/dist/verifier.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/@sigstore/verify/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/bin-links/lib/check-bin.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/bin-links/lib/link-gently.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/bin-links/lib/shim-bin.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/bin-links/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/brace-expansion/dist/commonjs/index.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/brace-expansion/dist/esm/index.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/brace-expansion/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/cidr-regex/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/hosted-git-info/lib/hosts.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/hosted-git-info/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/ip-address/dist/common.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/ip-address/dist/ipv4.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/ip-address/dist/ipv6.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/ip-address/dist/v6/constants.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/ip-address/dist/v6/helpers.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/ip-address/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/libnpmdiff/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/libnpmexec/lib/index.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/libnpmexec/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/libnpmfund/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/libnpmpack/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/libnpmpublish/README.md is excluded by !**/node_modules/**
  • deps/npm/node_modules/libnpmpublish/lib/publish.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/libnpmpublish/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/libnpmversion/README.md is excluded by !**/node_modules/**
  • deps/npm/node_modules/libnpmversion/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/commonjs/browser/index.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/commonjs/browser/index.min.js is excluded by !**/dist/**, !**/node_modules/**, !**/*.min.js
  • deps/npm/node_modules/lru-cache/dist/commonjs/browser/perf.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/commonjs/diagnostics-channel.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/commonjs/index.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/commonjs/index.min.js is excluded by !**/dist/**, !**/node_modules/**, !**/*.min.js
  • deps/npm/node_modules/lru-cache/dist/commonjs/node/diagnostics-channel.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/commonjs/node/index.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/commonjs/node/index.min.js is excluded by !**/dist/**, !**/node_modules/**, !**/*.min.js
  • deps/npm/node_modules/lru-cache/dist/commonjs/node/perf.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/commonjs/perf.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/esm/browser/diagnostics-channel.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/esm/browser/index.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/esm/browser/index.min.js is excluded by !**/dist/**, !**/node_modules/**, !**/*.min.js
  • deps/npm/node_modules/lru-cache/dist/esm/browser/perf.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/esm/index.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/esm/index.min.js is excluded by !**/dist/**, !**/node_modules/**, !**/*.min.js
  • deps/npm/node_modules/lru-cache/dist/esm/node/diagnostics-channel.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/esm/node/index.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/esm/node/index.min.js is excluded by !**/dist/**, !**/node_modules/**, !**/*.min.js
  • deps/npm/node_modules/lru-cache/dist/esm/node/perf.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/dist/esm/perf.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/lru-cache/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/make-fetch-happen/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/semver/README.md is excluded by !**/node_modules/**
  • deps/npm/node_modules/semver/bin/semver.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/semver/classes/range.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/semver/functions/truncate.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/semver/index.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/semver/internal/re.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/semver/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/semver/range.bnf is excluded by !**/node_modules/**
  • deps/npm/node_modules/semver/ranges/subset.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/sigstore/dist/config.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/sigstore/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/socks/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/tar/dist/commonjs/index.min.js is excluded by !**/dist/**, !**/node_modules/**, !**/*.min.js
  • deps/npm/node_modules/tar/dist/commonjs/pack.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/tar/dist/esm/index.min.js is excluded by !**/dist/**, !**/node_modules/**, !**/*.min.js
  • deps/npm/node_modules/tar/dist/esm/pack.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/tar/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/undici/lib/dispatcher/agent.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/undici/lib/dispatcher/client-h1.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/undici/package.json is excluded by !**/node_modules/**
  • test/fixtures/keys/expired-root-cert.pem is excluded by !**/*.pem
  • test/fixtures/keys/expired-root-key.pem is excluded by !**/*.pem
  • test/fixtures/keys/ml_dsa_44_private_encrypted.pem is excluded by !**/*.pem
  • test/fixtures/keys/ml_kem_768_private_encrypted.pem is excluded by !**/*.pem
  • test/fixtures/keys/selfsigned-no-result-root-cert.pem is excluded by !**/*.pem
  • test/fixtures/keys/selfsigned-no-result-root-key.pem is excluded by !**/*.pem
  • test/fixtures/test426/decoding/scopes/hidden-ranges.map is excluded by !**/*.map
  • test/fixtures/test426/decoding/scopes/nested-ranges.map is excluded by !**/*.map
  • test/fixtures/test426/decoding/scopes/range-call-site.map is excluded by !**/*.map
  • test/fixtures/test426/decoding/scopes/range-values.map is excluded by !**/*.map
  • test/fixtures/test426/decoding/scopes/sibling-ranges.map is excluded by !**/*.map
  • test/fixtures/test426/decoding/scopes/sub-range-values.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/invalid-vlq-zero.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/multiple-mappings.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/newline-semantics.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/non-full-line-coverage.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/out-of-range-2.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/out-of-range.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/simple.js.map is excluded by !**/*.map
  • test/fixtures/wpt/resources/example.pdf is excluded by !**/*.pdf
  • tools/eslint/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (857)
  • .github/label-pr-config.yml
  • .github/workflows/codeql.yml
  • .github/workflows/commit-lint.yml
  • .github/workflows/daily.yml
  • .github/workflows/scorecard.yml
  • .github/workflows/test-internet.yml
  • .github/workflows/tools.yml
  • .gitignore
  • .mailmap
  • BUILDING.md
  • CHANGELOG.md
  • CONTRIBUTING.md
  • LICENSE
  • Makefile
  • benchmark/crypto/create-keyobject.js
  • benchmark/crypto/kem.js
  • benchmark/crypto/oneshot-sign.js
  • benchmark/crypto/oneshot-verify.js
  • benchmark/crypto/webcrypto-sign.js
  • benchmark/crypto/webcrypto-verify.js
  • benchmark/misc/webcrypto-webidl.js
  • benchmark/misc/webidl-convert-to-int.js
  • benchmark/streams/compose.js
  • benchmark/util/style-text.js
  • benchmark/util/text-decoder.js
  • common.gypi
  • configure.py
  • deps/ncrypto/ncrypto.cc
  • deps/ncrypto/ncrypto.gyp
  • deps/ncrypto/ncrypto.h
  • deps/npm/docs/content/commands/npm-approve-scripts.md
  • deps/npm/docs/content/commands/npm-ci.md
  • deps/npm/docs/content/commands/npm-dedupe.md
  • deps/npm/docs/content/commands/npm-deny-scripts.md
  • deps/npm/docs/content/commands/npm-exec.md
  • deps/npm/docs/content/commands/npm-install-ci-test.md
  • deps/npm/docs/content/commands/npm-install-test.md
  • deps/npm/docs/content/commands/npm-install.md
  • deps/npm/docs/content/commands/npm-link.md
  • deps/npm/docs/content/commands/npm-ls.md
  • deps/npm/docs/content/commands/npm-outdated.md
  • deps/npm/docs/content/commands/npm-publish.md
  • deps/npm/docs/content/commands/npm-rebuild.md
  • deps/npm/docs/content/commands/npm-stage.md
  • deps/npm/docs/content/commands/npm-trust.md
  • deps/npm/docs/content/commands/npm-update.md
  • deps/npm/docs/content/commands/npm-version.md
  • deps/npm/docs/content/commands/npm.md
  • deps/npm/docs/content/using-npm/config.md
  • deps/npm/docs/content/using-npm/scripts.md
  • deps/npm/docs/lib/index.js
  • deps/npm/docs/output/commands/npm-access.html
  • deps/npm/docs/output/commands/npm-adduser.html
  • deps/npm/docs/output/commands/npm-approve-scripts.html
  • deps/npm/docs/output/commands/npm-audit.html
  • deps/npm/docs/output/commands/npm-bugs.html
  • deps/npm/docs/output/commands/npm-cache.html
  • deps/npm/docs/output/commands/npm-ci.html
  • deps/npm/docs/output/commands/npm-completion.html
  • deps/npm/docs/output/commands/npm-config.html
  • deps/npm/docs/output/commands/npm-dedupe.html
  • deps/npm/docs/output/commands/npm-deny-scripts.html
  • deps/npm/docs/output/commands/npm-deprecate.html
  • deps/npm/docs/output/commands/npm-diff.html
  • deps/npm/docs/output/commands/npm-dist-tag.html
  • deps/npm/docs/output/commands/npm-docs.html
  • deps/npm/docs/output/commands/npm-doctor.html
  • deps/npm/docs/output/commands/npm-edit.html
  • deps/npm/docs/output/commands/npm-exec.html
  • deps/npm/docs/output/commands/npm-explain.html
  • deps/npm/docs/output/commands/npm-explore.html
  • deps/npm/docs/output/commands/npm-find-dupes.html
  • deps/npm/docs/output/commands/npm-fund.html
  • deps/npm/docs/output/commands/npm-get.html
  • deps/npm/docs/output/commands/npm-help-search.html
  • deps/npm/docs/output/commands/npm-help.html
  • deps/npm/docs/output/commands/npm-init.html
  • deps/npm/docs/output/commands/npm-install-ci-test.html
  • deps/npm/docs/output/commands/npm-install-test.html
  • deps/npm/docs/output/commands/npm-install.html
  • deps/npm/docs/output/commands/npm-link.html
  • deps/npm/docs/output/commands/npm-ll.html
  • deps/npm/docs/output/commands/npm-login.html
  • deps/npm/docs/output/commands/npm-logout.html
  • deps/npm/docs/output/commands/npm-ls.html
  • deps/npm/docs/output/commands/npm-org.html
  • deps/npm/docs/output/commands/npm-outdated.html
  • deps/npm/docs/output/commands/npm-owner.html
  • deps/npm/docs/output/commands/npm-pack.html
  • deps/npm/docs/output/commands/npm-ping.html
  • deps/npm/docs/output/commands/npm-pkg.html
  • deps/npm/docs/output/commands/npm-prefix.html
  • deps/npm/docs/output/commands/npm-profile.html
  • deps/npm/docs/output/commands/npm-prune.html
  • deps/npm/docs/output/commands/npm-publish.html
  • deps/npm/docs/output/commands/npm-query.html
  • deps/npm/docs/output/commands/npm-rebuild.html
  • deps/npm/docs/output/commands/npm-repo.html
  • deps/npm/docs/output/commands/npm-restart.html
  • deps/npm/docs/output/commands/npm-root.html
  • deps/npm/docs/output/commands/npm-run.html
  • deps/npm/docs/output/commands/npm-sbom.html
  • deps/npm/docs/output/commands/npm-search.html
  • deps/npm/docs/output/commands/npm-set.html
  • deps/npm/docs/output/commands/npm-shrinkwrap.html
  • deps/npm/docs/output/commands/npm-stage.html
  • deps/npm/docs/output/commands/npm-star.html
  • deps/npm/docs/output/commands/npm-stars.html
  • deps/npm/docs/output/commands/npm-start.html
  • deps/npm/docs/output/commands/npm-stop.html
  • deps/npm/docs/output/commands/npm-team.html
  • deps/npm/docs/output/commands/npm-test.html
  • deps/npm/docs/output/commands/npm-token.html
  • deps/npm/docs/output/commands/npm-trust.html
  • deps/npm/docs/output/commands/npm-undeprecate.html
  • deps/npm/docs/output/commands/npm-uninstall.html
  • deps/npm/docs/output/commands/npm-unpublish.html
  • deps/npm/docs/output/commands/npm-unstar.html
  • deps/npm/docs/output/commands/npm-update.html
  • deps/npm/docs/output/commands/npm-version.html
  • deps/npm/docs/output/commands/npm-view.html
  • deps/npm/docs/output/commands/npm-whoami.html
  • deps/npm/docs/output/commands/npm.html
  • deps/npm/docs/output/commands/npx.html
  • deps/npm/docs/output/configuring-npm/folders.html
  • deps/npm/docs/output/configuring-npm/install.html
  • deps/npm/docs/output/configuring-npm/npm-global.html
  • deps/npm/docs/output/configuring-npm/npm-json.html
  • deps/npm/docs/output/configuring-npm/npm-shrinkwrap-json.html
  • deps/npm/docs/output/configuring-npm/npmrc.html
  • deps/npm/docs/output/configuring-npm/package-json.html
  • deps/npm/docs/output/configuring-npm/package-lock-json.html
  • deps/npm/docs/output/using-npm/config.html
  • deps/npm/docs/output/using-npm/dependency-selectors.html
  • deps/npm/docs/output/using-npm/developers.html
  • deps/npm/docs/output/using-npm/logging.html
  • deps/npm/docs/output/using-npm/orgs.html
  • deps/npm/docs/output/using-npm/package-spec.html
  • deps/npm/docs/output/using-npm/registry.html
  • deps/npm/docs/output/using-npm/removal.html
  • deps/npm/docs/output/using-npm/scope.html
  • deps/npm/docs/output/using-npm/scripts.html
  • deps/npm/docs/output/using-npm/workspaces.html
  • deps/npm/lib/commands/approve-scripts.js
  • deps/npm/lib/commands/ci.js
  • deps/npm/lib/commands/config.js
  • deps/npm/lib/commands/dedupe.js
  • deps/npm/lib/commands/deny-scripts.js
  • deps/npm/lib/commands/edit.js
  • deps/npm/lib/commands/exec.js
  • deps/npm/lib/commands/install.js
  • deps/npm/lib/commands/link.js
  • deps/npm/lib/commands/outdated.js
  • deps/npm/lib/commands/publish.js
  • deps/npm/lib/commands/rebuild.js
  • deps/npm/lib/commands/stage/approve.js
  • deps/npm/lib/commands/stage/download.js
  • deps/npm/lib/commands/stage/index.js
  • deps/npm/lib/commands/stage/list.js
  • deps/npm/lib/commands/stage/publish.js
  • deps/npm/lib/commands/stage/reject.js
  • deps/npm/lib/commands/stage/view.js
  • deps/npm/lib/commands/trust/circleci.js
  • deps/npm/lib/commands/trust/github.js
  • deps/npm/lib/commands/trust/gitlab.js
  • deps/npm/lib/commands/update.js
  • deps/npm/lib/trust-cmd.js
  • deps/npm/lib/utils/allow-scripts-cmd.js
  • deps/npm/lib/utils/allow-scripts-writer.js
  • deps/npm/lib/utils/check-allow-scripts.js
  • deps/npm/lib/utils/cmd-list.js
  • deps/npm/lib/utils/display.js
  • deps/npm/lib/utils/key-values.js
  • deps/npm/lib/utils/reify-finish.js
  • deps/npm/lib/utils/reify-output.js
  • deps/npm/lib/utils/resolve-allow-scripts.js
  • deps/npm/lib/utils/sbom-cyclonedx.js
  • deps/npm/lib/utils/sbom-spdx.js
  • deps/npm/lib/utils/strict-allow-scripts-preflight.js
  • deps/npm/lib/utils/tar.js
  • deps/npm/lib/utils/validate-uuid.js
  • deps/npm/lib/utils/warn-workspace-allow-scripts.js
  • deps/npm/man/man1/npm-access.1
  • deps/npm/man/man1/npm-adduser.1
  • deps/npm/man/man1/npm-approve-scripts.1
  • deps/npm/man/man1/npm-audit.1
  • deps/npm/man/man1/npm-bugs.1
  • deps/npm/man/man1/npm-cache.1
  • deps/npm/man/man1/npm-ci.1
  • deps/npm/man/man1/npm-completion.1
  • deps/npm/man/man1/npm-config.1
  • deps/npm/man/man1/npm-dedupe.1
  • deps/npm/man/man1/npm-deny-scripts.1
  • deps/npm/man/man1/npm-deprecate.1
  • deps/npm/man/man1/npm-diff.1
  • deps/npm/man/man1/npm-dist-tag.1
  • deps/npm/man/man1/npm-docs.1
  • deps/npm/man/man1/npm-doctor.1
  • deps/npm/man/man1/npm-edit.1
  • deps/npm/man/man1/npm-exec.1
  • deps/npm/man/man1/npm-explain.1
  • deps/npm/man/man1/npm-explore.1
  • deps/npm/man/man1/npm-find-dupes.1
  • deps/npm/man/man1/npm-fund.1
  • deps/npm/man/man1/npm-get.1
  • deps/npm/man/man1/npm-help-search.1
  • deps/npm/man/man1/npm-help.1
  • deps/npm/man/man1/npm-init.1
  • deps/npm/man/man1/npm-install-ci-test.1
  • deps/npm/man/man1/npm-install-test.1
  • deps/npm/man/man1/npm-install.1
  • deps/npm/man/man1/npm-link.1
  • deps/npm/man/man1/npm-ll.1
  • deps/npm/man/man1/npm-login.1
  • deps/npm/man/man1/npm-logout.1
  • deps/npm/man/man1/npm-ls.1
  • deps/npm/man/man1/npm-org.1
  • deps/npm/man/man1/npm-outdated.1
  • deps/npm/man/man1/npm-owner.1
  • deps/npm/man/man1/npm-pack.1
  • deps/npm/man/man1/npm-ping.1
  • deps/npm/man/man1/npm-pkg.1
  • deps/npm/man/man1/npm-prefix.1
  • deps/npm/man/man1/npm-profile.1
  • deps/npm/man/man1/npm-prune.1
  • deps/npm/man/man1/npm-publish.1
  • deps/npm/man/man1/npm-query.1
  • deps/npm/man/man1/npm-rebuild.1
  • deps/npm/man/man1/npm-repo.1
  • deps/npm/man/man1/npm-restart.1
  • deps/npm/man/man1/npm-root.1
  • deps/npm/man/man1/npm-run.1
  • deps/npm/man/man1/npm-sbom.1
  • deps/npm/man/man1/npm-search.1
  • deps/npm/man/man1/npm-set.1
  • deps/npm/man/man1/npm-shrinkwrap.1
  • deps/npm/man/man1/npm-stage.1
  • deps/npm/man/man1/npm-star.1
  • deps/npm/man/man1/npm-stars.1
  • deps/npm/man/man1/npm-start.1
  • deps/npm/man/man1/npm-stop.1
  • deps/npm/man/man1/npm-team.1
  • deps/npm/man/man1/npm-test.1
  • deps/npm/man/man1/npm-token.1
  • deps/npm/man/man1/npm-trust.1
  • deps/npm/man/man1/npm-undeprecate.1
  • deps/npm/man/man1/npm-uninstall.1
  • deps/npm/man/man1/npm-unpublish.1
  • deps/npm/man/man1/npm-unstar.1
  • deps/npm/man/man1/npm-update.1
  • deps/npm/man/man1/npm-version.1
  • deps/npm/man/man1/npm-view.1
  • deps/npm/man/man1/npm-whoami.1
  • deps/npm/man/man1/npm.1
  • deps/npm/man/man1/npx.1
  • deps/npm/man/man5/folders.5
  • deps/npm/man/man5/install.5
  • deps/npm/man/man5/npm-global.5
  • deps/npm/man/man5/npm-json.5
  • deps/npm/man/man5/npm-shrinkwrap-json.5
  • deps/npm/man/man5/npmrc.5
  • deps/npm/man/man5/package-json.5
  • deps/npm/man/man5/package-lock-json.5
  • deps/npm/man/man7/config.7
  • deps/npm/man/man7/dependency-selectors.7
  • deps/npm/man/man7/developers.7
  • deps/npm/man/man7/logging.7
  • deps/npm/man/man7/orgs.7
  • deps/npm/man/man7/package-spec.7
  • deps/npm/man/man7/registry.7
  • deps/npm/man/man7/removal.7
  • deps/npm/man/man7/scope.7
  • deps/npm/man/man7/scripts.7
  • deps/npm/man/man7/workspaces.7
  • deps/npm/package.json
  • deps/npm/tap-snapshots/test/lib/commands/completion.js.test.cjs
  • deps/npm/tap-snapshots/test/lib/commands/config.js.test.cjs
  • deps/npm/tap-snapshots/test/lib/commands/publish.js.test.cjs
  • deps/npm/tap-snapshots/test/lib/docs.js.test.cjs
  • deps/npm/tap-snapshots/test/lib/npm.js.test.cjs
  • deps/npm/tap-snapshots/test/lib/utils/sbom-cyclonedx.js.test.cjs
  • deps/npm/tap-snapshots/test/lib/utils/sbom-spdx.js.test.cjs
  • deps/npm/test/lib/commands/approve-scripts.js
  • deps/npm/test/lib/commands/config.js
  • deps/npm/test/lib/commands/deny-scripts.js
  • deps/npm/test/lib/commands/edit.js
  • deps/npm/test/lib/commands/exec.js
  • deps/npm/test/lib/commands/install.js
  • deps/npm/test/lib/commands/publish.js
  • deps/npm/test/lib/commands/rebuild.js
  • deps/npm/test/lib/commands/stage/approve.js
  • deps/npm/test/lib/commands/stage/download.js
  • deps/npm/test/lib/commands/stage/index.js
  • deps/npm/test/lib/commands/stage/list.js
  • deps/npm/test/lib/commands/stage/reject.js
  • deps/npm/test/lib/commands/stage/view.js
  • deps/npm/test/lib/commands/trust/circleci.js
  • deps/npm/test/lib/commands/trust/github.js
  • deps/npm/test/lib/commands/trust/gitlab.js
  • deps/npm/test/lib/commands/update.js
  • deps/npm/test/lib/trust-cmd.js
  • deps/npm/test/lib/utils/allow-scripts-writer.js
  • deps/npm/test/lib/utils/check-allow-scripts.js
  • deps/npm/test/lib/utils/display.js
  • deps/npm/test/lib/utils/key-values.js
  • deps/npm/test/lib/utils/reify-output.js
  • deps/npm/test/lib/utils/resolve-allow-scripts.js
  • deps/npm/test/lib/utils/sbom-cyclonedx.js
  • deps/npm/test/lib/utils/sbom-spdx.js
  • deps/npm/test/lib/utils/strict-allow-scripts-preflight.js
  • deps/npm/test/lib/utils/tar.js
  • deps/npm/test/lib/utils/warn-workspace-allow-scripts.js
  • deps/openssl/openssl-cli.gypi
  • deps/openssl/openssl.gyp
  • deps/simdjson/simdjson.cpp
  • deps/simdjson/simdjson.h
  • deps/sqlite/sqlite3.c
  • deps/sqlite/sqlite3.h
  • deps/uv/src/unix/fs.c
  • deps/uv/src/uv-common.c
  • deps/v8/src/codegen/external-reference.h
  • deps/v8/src/wasm/wasm-js.cc
  • deps/v8/src/wasm/wasm-js.h
  • deps/v8/test/mjsunit/wasm/exceptions-api.js
  • doc/api/assert.md
  • doc/api/buffer.md
  • doc/api/cli.md
  • doc/api/console.md
  • doc/api/crypto.md
  • doc/api/debugger.md
  • doc/api/deprecations.md
  • doc/api/dns.md
  • doc/api/errors.md
  • doc/api/esm.md
  • doc/api/http.md
  • doc/api/http2.md
  • doc/api/module.md
  • doc/api/modules.md
  • doc/api/n-api.md
  • doc/api/os.md
  • doc/api/perf_hooks.md
  • doc/api/process.md
  • doc/api/quic.md
  • doc/api/single-executable-applications.md
  • doc/api/sqlite.md
  • doc/api/stream.md
  • doc/api/tls.md
  • doc/api/v8.md
  • doc/api/vm.md
  • doc/api/webcrypto.md
  • doc/api/worker_threads.md
  • doc/api/zlib.md
  • doc/changelogs/CHANGELOG_V24.md
  • doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V24.md
  • doc/contributing/collaborator-guide.md
  • doc/contributing/erm-guidelines.md
  • doc/contributing/large-pull-requests.md
  • doc/contributing/maintaining/maintaining-icu.md
  • doc/contributing/pull-requests.md
  • doc/contributing/recognizing-contributors.md
  • doc/contributing/releases.md
  • doc/contributing/using-internal-errors.md
  • eslint.config.mjs
  • lib/_http_agent.js
  • lib/_http_server.js
  • lib/buffer.js
  • lib/eslint.config_partial.mjs
  • lib/internal/blob.js
  • lib/internal/crypto/aes.js
  • lib/internal/crypto/argon2.js
  • lib/internal/crypto/cfrg.js
  • lib/internal/crypto/chacha20_poly1305.js
  • lib/internal/crypto/cipher.js
  • lib/internal/crypto/diffiehellman.js
  • lib/internal/crypto/ec.js
  • lib/internal/crypto/hash.js
  • lib/internal/crypto/hkdf.js
  • lib/internal/crypto/kem.js
  • lib/internal/crypto/keygen.js
  • lib/internal/crypto/keys.js
  • lib/internal/crypto/mac.js
  • lib/internal/crypto/ml_dsa.js
  • lib/internal/crypto/ml_kem.js
  • lib/internal/crypto/pbkdf2.js
  • lib/internal/crypto/rsa.js
  • lib/internal/crypto/scrypt.js
  • lib/internal/crypto/sig.js
  • lib/internal/crypto/util.js
  • lib/internal/crypto/webcrypto.js
  • lib/internal/crypto/webcrypto_util.js
  • lib/internal/crypto/webidl.js
  • lib/internal/crypto/x509.js
  • lib/internal/debugger/inspect.js
  • lib/internal/debugger/inspect_helpers.js
  • lib/internal/debugger/inspect_probe.js
  • lib/internal/encoding/single-byte.js
  • lib/internal/errors.js
  • lib/internal/fs/utils.js
  • lib/internal/http2/compat.js
  • lib/internal/http2/core.js
  • lib/internal/locks.js
  • lib/internal/modules/cjs/loader.js
  • lib/internal/modules/esm/load.js
  • lib/internal/modules/esm/loader.js
  • lib/internal/modules/esm/translators.js
  • lib/internal/perf/performance.js
  • lib/internal/quic/quic.js
  • lib/internal/repl/history.js
  • lib/internal/streams/compose.js
  • lib/internal/streams/fast-utf8-stream.js
  • lib/internal/streams/readable.js
  • lib/internal/test_runner/coverage.js
  • lib/internal/test_runner/mock/mock.js
  • lib/internal/test_runner/reporter/rerun.js
  • lib/internal/test_runner/reporter/utils.js
  • lib/internal/test_runner/runner.js
  • lib/internal/test_runner/test.js
  • lib/internal/tls/wrap.js
  • lib/internal/util.js
  • lib/internal/util/comparisons.js
  • lib/internal/validators.js
  • lib/internal/webidl.js
  • lib/internal/webstreams/adapters.js
  • lib/internal/webstreams/readablestream.js
  • lib/internal/webstreams/util.js
  • lib/internal/worker/js_transferable.js
  • lib/util.js
  • node.gyp
  • src/api/environment.cc
  • src/crypto/README.md
  • src/crypto/crypto_aes.cc
  • src/crypto/crypto_aes.h
  • src/crypto/crypto_argon2.cc
  • src/crypto/crypto_argon2.h
  • src/crypto/crypto_chacha20_poly1305.cc
  • src/crypto/crypto_cipher.cc
  • src/crypto/crypto_cipher.h
  • src/crypto/crypto_context.cc
  • src/crypto/crypto_dh.cc
  • src/crypto/crypto_ec.cc
  • src/crypto/crypto_ec.h
  • src/crypto/crypto_hash.cc
  • src/crypto/crypto_hkdf.cc
  • src/crypto/crypto_hkdf.h
  • src/crypto/crypto_hmac.cc
  • src/crypto/crypto_kem.cc
  • src/crypto/crypto_kem.h
  • src/crypto/crypto_keygen.h
  • src/crypto/crypto_keys.cc
  • src/crypto/crypto_keys.h
  • src/crypto/crypto_kmac.cc
  • src/crypto/crypto_kmac.h
  • src/crypto/crypto_ml_dsa.cc
  • src/crypto/crypto_ml_dsa.h
  • src/crypto/crypto_pbkdf2.cc
  • src/crypto/crypto_pbkdf2.h
  • src/crypto/crypto_pqc.cc
  • src/crypto/crypto_pqc.h
  • src/crypto/crypto_rsa.cc
  • src/crypto/crypto_rsa.h
  • src/crypto/crypto_scrypt.cc
  • src/crypto/crypto_sig.cc
  • src/crypto/crypto_turboshake.cc
  • src/crypto/crypto_turboshake.h
  • src/crypto/crypto_util.cc
  • src/crypto/crypto_util.h
  • src/encoding_binding.cc
  • src/env.h
  • src/env_properties.h
  • src/inspector_profiler.cc
  • src/js_native_api_v8.cc
  • src/node.h
  • src/node_buffer.cc
  • src/node_crypto.cc
  • src/node_crypto.h
  • src/node_errors.cc
  • src/node_options.h
  • src/node_profiling.cc
  • src/node_profiling.h
  • src/node_root_certs.h
  • src/node_sqlite.cc
  • src/node_v8.cc
  • src/node_version.h
  • src/node_worker.cc
  • src/quic/bindingdata.h
  • src/quic/endpoint.cc
  • src/quic/endpoint.h
  • src/quic/session.cc
  • src/quic/tokens.cc
  • src/string_bytes.cc
  • src/string_bytes.h
  • src/util.h
  • test/addons/new-context-inspector/binding.cc
  • test/addons/new-context-inspector/binding.gyp
  • test/addons/new-context-inspector/test-inspector.js
  • test/addons/new-context-inspector/test.js
  • test/addons/openssl-get-ssl-ctx/binding.cc
  • test/async-hooks/test-statwatcher.js
  • test/client-proxy/test-http-proxy-request-connection-refused.mjs
  • test/client-proxy/test-https-proxy-request-connection-refused.mjs
  • test/common/boringssl.js
  • test/common/watch.js
  • test/fixtures/keys/Makefile
  • test/fixtures/keys/ml-dsa-44.json
  • test/fixtures/keys/ml-dsa-65.json
  • test/fixtures/keys/ml-dsa-87.json
  • test/fixtures/keys/ml-kem-1024.json
  • test/fixtures/keys/ml-kem-512.json
  • test/fixtures/keys/ml-kem-768.json
  • test/fixtures/keys/ml_dsa_44_private_encrypted.der
  • test/fixtures/keys/ml_kem_768_private_encrypted.der
  • test/fixtures/keys/slh-dsa-sha2-128f.json
  • test/fixtures/keys/slh-dsa-sha2-128s.json
  • test/fixtures/keys/slh-dsa-sha2-192f.json
  • test/fixtures/keys/slh-dsa-sha2-192s.json
  • test/fixtures/keys/slh-dsa-sha2-256f.json
  • test/fixtures/keys/slh-dsa-sha2-256s.json
  • test/fixtures/keys/slh-dsa-shake-128f.json
  • test/fixtures/keys/slh-dsa-shake-128s.json
  • test/fixtures/keys/slh-dsa-shake-192f.json
  • test/fixtures/keys/slh-dsa-shake-192s.json
  • test/fixtures/keys/slh-dsa-shake-256f.json
  • test/fixtures/keys/slh-dsa-shake-256s.json
  • test/fixtures/process/different-registry-per-thread.mjs
  • test/fixtures/test-runner/coverage-isolation-none/runner.mjs
  • test/fixtures/test-runner/coverage-isolation-none/src/foo.mjs
  • test/fixtures/test-runner/coverage-isolation-none/tests/foo.test.mjs
  • test/fixtures/test-runner/diagnostics-channel-bindstore-end.js
  • test/fixtures/test-runner/execution-ordered-bypass/fast-fail.mjs
  • test/fixtures/test-runner/execution-ordered-bypass/slow.mjs
  • test/fixtures/test-runner/output/test-runner-watch-spec.mjs
  • test/fixtures/test-runner/rerun-duration.js
  • test/fixtures/test-runner/rerun-shared-helper-swallows-failure.mjs
  • test/fixtures/test426/decoding/scopes/README.md
  • test/fixtures/test426/decoding/scopes/hidden-ranges.map.golden
  • test/fixtures/test426/decoding/scopes/nested-ranges.map.golden
  • test/fixtures/test426/decoding/scopes/range-call-site.map.golden
  • test/fixtures/test426/decoding/scopes/range-values.map.golden
  • test/fixtures/test426/decoding/scopes/sibling-ranges.map.golden
  • test/fixtures/test426/decoding/scopes/sub-range-values.map.golden
  • test/fixtures/test426/range-mappings-proposal-tests.json
  • test/fixtures/test426/resources/proposals/range-mappings/invalid-vlq-zero.js
  • test/fixtures/v8/v8_warning.js
  • test/fixtures/v8/v8_warning.snapshot
  • test/fixtures/webcrypto/supports-level-2.mjs
  • test/fixtures/webcrypto/supports-modern-algorithms.mjs
  • test/fixtures/wpt/README.md
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/argon2.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/argon2.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/argon2_vectors.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/cfrg_curves_bits.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/cfrg_curves_bits_curve25519.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/cfrg_curves_bits_curve448.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/cfrg_curves_keys.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/cfrg_curves_keys_curve25519.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/cfrg_curves_keys_curve448.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/derived_bits_length.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ecdh_bits.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ecdh_keys.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/hkdf.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/hkdf.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/pbkdf2.js
  • test/fixtures/wpt/WebCryptoAPI/digest/cshake.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/digest/digest.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/digest/kangarootwelve.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/digest/sha3.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/digest/turboshake.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/encap_decap/encap_decap_bits.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/encap_decap/encap_decap_keys.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/encap_decap/ml_kem_encap_decap.js
  • test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes.js
  • test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_ctr.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_gcm.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_gcm_256_iv.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_gcm_vectors.js
  • test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_ocb.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/chacha20_poly1305.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/rsa.js
  • test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/rsa_oaep.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/getPublicKey.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/idlharness.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/import_export/ML-DSA_importKey.js
  • test/fixtures/wpt/WebCryptoAPI/import_export/ML-KEM_importKey.js
  • test/fixtures/wpt/WebCryptoAPI/import_export/ML-KEM_importKey_fixtures.js
  • test/fixtures/wpt/WebCryptoAPI/import_export/ec_importKey.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/import_export/okp_importKey.js
  • test/fixtures/wpt/WebCryptoAPI/import_export/rsa_importKey.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/import_export/symmetric_importKey.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/aes-cbc.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/aes-ctr.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/aes-gcm.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/aes-kw.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/aes-ocb.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/chacha20-poly1305.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/ecdh.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/ecdsa.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/ed25519.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/ed448.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/hmac.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/kmac.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/mldsa.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/mlkem.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/rsa-oaep.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/rsa-pss.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/rsassa-pkcs1-v1_5.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/serialization.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/x25519.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/serialization/x448.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/ecdsa.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/ecdsa.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/eddsa.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/eddsa_curve25519.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/eddsa_curve448.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/eddsa_small_order_points.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/hmac.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/hmac.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/kmac.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/kmac.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/mldsa.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/mldsa.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/rsa.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/rsa_pkcs.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/rsa_pss.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/util/helpers.js
  • test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.any.js
  • test/fixtures/wpt/interfaces/dom.idl
  • test/fixtures/wpt/interfaces/html.idl
  • test/fixtures/wpt/interfaces/performance-timeline.idl
  • test/fixtures/wpt/interfaces/resource-timing.idl
  • test/fixtures/wpt/interfaces/streams.idl
  • test/fixtures/wpt/interfaces/web-locks.idl
  • test/fixtures/wpt/interfaces/webcrypto-modern-algos.idl
  • test/fixtures/wpt/interfaces/webcrypto-secure-curves.idl
  • test/fixtures/wpt/interfaces/webcrypto.idl
  • test/fixtures/wpt/interfaces/webidl.idl
  • test/fixtures/wpt/resources/idlharness.js
  • test/fixtures/wpt/resources/testdriver-actions.js
  • test/fixtures/wpt/resources/testdriver.js
  • test/fixtures/wpt/resources/testharness.js
  • test/fixtures/wpt/resources/web-extensions-helper.js
  • test/fixtures/wpt/resources/webidl2/lib/VERSION.md
  • test/fixtures/wpt/resources/webidl2/lib/webidl2.js
  • test/fixtures/wpt/url/idlharness.any.js
  • test/fixtures/wpt/versions.json
  • test/js-native-api/test_typedarray/binding.gyp
  • test/js-native-api/test_typedarray/test_sharedarraybuffer.js
  • test/js-native-api/test_typedarray/test_typedarray_sharedarraybuffer.c
  • test/module-hooks/test-module-hooks-load-import-cjs-custom-source.js
  • test/parallel/test-abortsignal-any.mjs
  • test/parallel/test-blob.js
  • test/parallel/test-bootstrap-modules.js
  • test/parallel/test-crypto-argon2.js
  • test/parallel/test-crypto-async-sign-verify.js
  • test/parallel/test-crypto-authenticated.js
  • test/parallel/test-crypto-boringssl-evp-list.js
  • test/parallel/test-crypto-cipheriv-decipheriv.js
  • test/parallel/test-crypto-default-shake-lengths-oneshot.js
  • test/parallel/test-crypto-dh-curves.js
  • test/parallel/test-crypto-dh-group-setters.js
  • test/parallel/test-crypto-dh-modp2-views.js
  • test/parallel/test-crypto-dh-modp2.js
  • test/parallel/test-crypto-dh-stateless-async.js
  • test/parallel/test-crypto-dh-stateless.js
  • test/parallel/test-crypto-dh.js
  • test/parallel/test-crypto-encap-decap.js
  • test/parallel/test-crypto-fips.js
  • test/parallel/test-crypto-getcipherinfo.js
  • test/parallel/test-crypto-hash-stream-pipe.js
  • test/parallel/test-crypto-hash.js
  • test/parallel/test-crypto-key-objects-raw.js
  • test/parallel/test-crypto-key-objects-to-crypto-key.js
  • test/parallel/test-crypto-key-objects.js
  • test/parallel/test-crypto-keygen-async-dsa-key-object.js
  • test/parallel/test-crypto-keygen-async-dsa.js
  • test/parallel/test-crypto-keygen-async-elliptic-curve-jwk-ec.js
  • test/parallel/test-crypto-keygen-async-elliptic-curve-jwk.js
  • test/parallel/test-crypto-keygen-async-explicit-elliptic-curve-encrypted-p256.js
  • test/parallel/test-crypto-keygen-async-explicit-elliptic-curve-encrypted.js.js
  • test/parallel/test-crypto-keygen-async-explicit-elliptic-curve.js
  • test/parallel/test-crypto-keygen-bit-length.js
  • test/parallel/test-crypto-keygen-dh-classic.js
  • test/parallel/test-crypto-keygen-eddsa.js
  • test/parallel/test-crypto-keygen-invalid-parameter-encoding-dsa.js
  • test/parallel/test-crypto-keygen-no-rsassa-pss-params.js
  • test/parallel/test-crypto-keygen-raw.js
  • test/parallel/test-crypto-keygen-rfc8017-9-1.js
  • test/parallel/test-crypto-keygen-rfc8017-a-2-3.js
  • test/parallel/test-crypto-keygen-rsa-pss.js
  • test/parallel/test-crypto-keygen.js
  • test/parallel/test-crypto-keyobject-brand-check.js
  • test/parallel/test-crypto-keyobject-clone-transfer.js
  • test/parallel/test-crypto-keyobject-hidden-slots.js
  • test/parallel/test-crypto-keyobject-no-own-symbols.js
  • test/parallel/test-crypto-oneshot-hash-xof.js
  • test/parallel/test-crypto-pbkdf2.js
  • test/parallel/test-crypto-pqc-encrypted-pkcs8.js
  • test/parallel/test-crypto-pqc-key-objects-ml-dsa.js
  • test/parallel/test-crypto-pqc-key-objects-ml-kem.js
  • test/parallel/test-crypto-pqc-key-objects-slh-dsa.js
  • test/parallel/test-crypto-pqc-keygen-ml-dsa.js
  • test/parallel/test-crypto-pqc-keygen-ml-kem.js
  • test/parallel/test-crypto-pqc-keygen-slh-dsa.js
  • test/parallel/test-crypto-pqc-sign-verify-ml-dsa.js
  • test/parallel/test-crypto-rsa-dsa.js
  • test/parallel/test-crypto-scrypt.js
  • test/parallel/test-crypto-secure-heap.js
  • test/parallel/test-crypto-sign-verify.js
  • test/parallel/test-crypto.js
  • test/parallel/test-debugger-exceptions.js
  • test/parallel/test-debugger-inspect-help-forwarding.mjs
  • test/parallel/test-debugger-inspect-help.js
  • test/parallel/test-debugger-probe-missing-expr.js
  • test/parallel/test-debugger-probe-requires-separator.js
  • test/parallel/test-debugger-restart-message.js
  • test/parallel/test-debugger-run-after-quit-restart.js
  • test/parallel/test-eslint-no-cryptokey-public-accessors.js
  • test/parallel/test-eslint-no-keyobject-cryptokey-instanceof.js
  • test/parallel/test-eslint-no-keyobject-public-accessors.js
  • test/parallel/test-fs-stat-date.mjs
  • test/parallel/test-http-agent-free-socket-data-guard.js
  • test/parallel/test-http-agent-keepalive.js
  • test/parallel/test-http-information-headers.js
  • test/parallel/test-http-write-information.js
  • test/parallel/test-http2-client-destroy.js
  • test/parallel/test-http2-client-session-close-before-stream-close.js
  • test/parallel/test-http2-compat-write-early-hints-invalid-header.js
  • test/parallel/test-http2-compat-write-information.js
  • test/parallel/test-https-agent-session-reuse.js
  • test/parallel/test-https-client-renegotiation-limit.js
  • test/parallel/test-https-foafssl.js
  • test/parallel/test-https-options-boolean-check.js
  • test/parallel/test-internal-util-classwrapper.js
  • test/parallel/test-internal-webidl-buffer-source.js
  • test/parallel/test-internal-webidl-converttoint.js
  • test/parallel/test-internal-webidl.js
  • test/parallel/test-memory-usage.js
  • test/parallel/test-net-pipe-connect-errors.js
  • test/parallel/test-node-output-v8-warning.mjs
  • test/parallel/test-nsolid-http2-client-destroy.mjs
  • test/parallel/test-performance-resourcetimingbuffersize.js
  • test/parallel/test-repl-history-dedup-multiline.js
  • test/parallel/test-runner-coverage-isolation-none-api.mjs
  • test/parallel/test-runner-diagnostics-channel.js
  • test/parallel/test-runner-execution-ordered-bypass.mjs
  • test/parallel/test-runner-run-coverage.mjs
  • test/parallel/test-runner-test-rerun-failures.js
  • test/parallel/test-runner-v8-deserializer.mjs
  • test/parallel/test-sqlite-backup.mjs
  • test/parallel/test-sqlite-database-sync-dispose.js
  • test/parallel/test-sqlite-database-sync.js
  • test/parallel/test-sqlite-session.js
  • test/parallel/test-stream-destroy.js
  • test/parallel/test-structuredClone-global.js
  • test/parallel/test-tls-alert.js
  • test/parallel/test-tls-client-auth.js
  • test/parallel/test-tls-client-getephemeralkeyinfo.js
  • test/parallel/test-tls-client-mindhsize.js
  • test/parallel/test-tls-client-reject.js
  • test/parallel/test-tls-client-renegotiation-13.js
  • test/parallel/test-tls-client-renegotiation-limit.js
  • test/parallel/test-tls-dhe.js
  • test/parallel/test-tls-dhparam-auto-boringssl.js
  • test/parallel/test-tls-disable-renegotiation.js
  • test/parallel/test-tls-ecdh-multiple.js
  • test/parallel/test-tls-empty-sni-context.js
  • test/parallel/test-tls-finished.js
  • test/parallel/test-tls-getcipher.js
  • test/parallel/test-tls-getprotocol.js
  • test/parallel/test-tls-handshake-error.js
  • test/parallel/test-tls-honorcipherorder.js
  • test/parallel/test-tls-junk-server.js
  • test/parallel/test-tls-key-mismatch.js
  • test/parallel/test-tls-max-send-fragment.js
  • test/parallel/test-tls-min-max-version.js
  • test/parallel/test-tls-multi-key.js
  • test/parallel/test-tls-multi-pfx.js
  • test/parallel/test-tls-no-cert-required.js
  • test/parallel/test-tls-options-boolean-check.js
  • test/parallel/test-tls-passphrase.js
  • test/parallel/test-tls-psk-alpn-callback-exception-handling.js
  • test/parallel/test-tls-psk-circuit.js
  • test/parallel/test-tls-psk-server.js
  • test/parallel/test-tls-reduced-SECLEVEL-in-cipher.js
  • test/parallel/test-tls-server-failed-handshake-emits-clienterror.js
  • test/parallel/test-tls-server-verify.js
  • test/parallel/test-tls-session-cache.js
  • test/parallel/test-tls-set-ciphers-error.js
  • test/parallel/test-tls-set-default-ca-certificates-recovery.js
  • test/parallel/test-tls-set-sigalgs.js
  • test/parallel/test-tls-socket-failed-handshake-emits-error.js
  • test/parallel/test-tls-ticket-cluster.js
  • test/parallel/test-tls-ticket.js
  • test/parallel/test-validators.js
  • test/parallel/test-webapi-sharedarraybuffer-rejection.js
  • test/parallel/test-webcrypto-aead-decrypt-detached-buffer.js
  • test/parallel/test-webcrypto-crypto-job-mode.js
  • test/parallel/test-webcrypto-cryptokey-brand-check.js
  • test/parallel/test-webcrypto-cryptokey-clone-transfer.js
  • test/parallel/test-webcrypto-cryptokey-hidden-slots.js
  • test/parallel/test-webcrypto-cryptokey-no-own-symbols.js
  • test/parallel/test-webcrypto-deduplicate-usages.js
  • test/parallel/test-webcrypto-derivebits-argon2.js
  • test/parallel/test-webcrypto-derivebits-hkdf.js
  • test/parallel/test-webcrypto-derivekey.js
  • test/parallel/test-webcrypto-digest-turboshake-rfc.js
  • test/parallel/test-webcrypto-digest-turboshake.js
  • test/parallel/test-webcrypto-encap-decap-ml-kem.js
  • test/parallel/test-webcrypto-encrypt-decrypt-chacha20-poly1305.js
  • test/parallel/test-webcrypto-export-import-cfrg.js
  • test/parallel/test-webcrypto-export-import-ec.js
  • test/parallel/test-webcrypto-export-import-ml-dsa.js
  • test/parallel/test-webcrypto-export-import-ml-kem.js
  • test/parallel/test-webcrypto-export-import-rsa.js
  • test/parallel/test-webcrypto-internal-slots.mjs
  • test/parallel/test-webcrypto-keygen.js
  • test/parallel/test-webcrypto-methods-not-async.js
  • test/parallel/test-webcrypto-promise-prototype-pollution.mjs
  • test/parallel/test-webcrypto-sign-verify-ml-dsa.js
  • test/parallel/test-webcrypto-sign-verify.js
  • test/parallel/test-webcrypto-webidl.js
  • test/parallel/test-webcrypto-wrap-unwrap.js
  • test/parallel/test-whatwg-webstreams-adapters-to-writablestream.js
  • test/parallel/test-worker-nearheaplimit-deadlock.js
  • test/parallel/test-x509-escaping.js
  • test/pummel/test-crypto-dh-keys.js
  • test/pummel/test-webcrypto-derivebits-pbkdf2.js
  • test/pummel/test-webcrypto-kangarootwelve-32bit-overflow.js
  • test/sequential/test-performance-eventloopdelay.js
  • test/sequential/test-tls-connect.js
  • test/sequential/test-tls-psk-client.js
  • test/sequential/test-watch-mode-inspect.mjs
  • test/sequential/test-watch-mode-restart-esm-loading-error.mjs
  • test/sequential/test-watch-mode-worker.mjs
  • test/system-ca/README.md
  • test/system-ca/test-macos-cert-filtering.mjs
  • test/test426/README.md
  • test/wpt/status/WebCryptoAPI.cjs
  • test/wpt/status/resource-timing.json
  • test/wpt/test-webcrypto.js
  • tools/certdata.txt
  • tools/dep_updaters/update-test426-fixtures.sh
  • tools/doc/type-parser.mjs
  • tools/eslint-rules/no-cryptokey-public-accessors.js
  • tools/eslint-rules/no-keyobject-cryptokey-instanceof.js
  • tools/eslint-rules/no-keyobject-public-accessors.js
  • tools/eslint/package.json
  • tools/gyp/CHANGELOG.md
  • tools/gyp/pyproject.toml
  • tools/icu/icu-generic.gyp
  • tools/test.py
  • tools/v8_gypfiles/d8.gyp
  • tools/v8_gypfiles/v8.gyp
  • vcbuild.bat

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch node-v24.18.0-nsolid-v6.3.2-release

Comment @coderabbitai help to get the list of available commands.

@RafaelGSS
RafaelGSS requested review from EHortua and santigimeno June 24, 2026 15:38
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​babel/​plugin-syntax-import-source@​8.0.0-rc.3 ⏵ 8.0.0-rc.4741006394 +5100
Updatednpm/​@​babel/​eslint-parser@​8.0.0-rc.3 ⏵ 8.0.0-rc.41001007691 -5100
Updatednpm/​@​babel/​core@​8.0.0-rc.3 ⏵ 8.0.0-rc.499 +11007996100
Updatednpm/​eslint@​10.2.0 ⏵ 10.2.198 +110010095100

View full report

@socket-security

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm caniuse-lite is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: tools/eslint/package-lock.jsonnpm/@babel/core@8.0.0-rc.4npm/caniuse-lite@1.0.30001791

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/caniuse-lite@1.0.30001791. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm caniuse-lite is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: tools/eslint/package-lock.jsonnpm/@babel/core@8.0.0-rc.4npm/caniuse-lite@1.0.30001791

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/caniuse-lite@1.0.30001791. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm caniuse-lite is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: tools/eslint/package-lock.jsonnpm/@babel/core@8.0.0-rc.4npm/caniuse-lite@1.0.30001791

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/caniuse-lite@1.0.30001791. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm caniuse-lite is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: tools/eslint/package-lock.jsonnpm/@babel/core@8.0.0-rc.4npm/caniuse-lite@1.0.30001791

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/caniuse-lite@1.0.30001791. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@EHortua EHortua left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@santigimeno santigimeno left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix the keepalive test on a follow-up

@santigimeno
santigimeno merged commit 48df2f3 into node-v24.x-nsolid-v6.x Jun 29, 2026
19 of 25 checks passed
@santigimeno
santigimeno deleted the node-v24.18.0-nsolid-v6.3.2-release branch June 29, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.