node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
Fixes: https://github.com/nodejs/node/issues/58607
Fixes: https://github.com/nodejs/node/issues/58559
### Version v22.11.0 ### Platform ```text Darwin LAMS0127 23.6.0 Darwin Kernel Version 23.6.0: Thu Sep 12 23:36:23 PDT 2024; root:xnu-10063.141.1.701.1~1/RELEASE_ARM64_T6031 arm64 arm Darwin ``` ### Subsystem _No response_ ### What...
### Version v23.6.0, v22.13.0 ### Platform ```text Darwin xxx 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:00:32 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6030 arm64 (but no problems reproducing it on Linux amd64...
OpenTelemetry (OTEL) has emerged as the de facto standard for observability. It's vendor-neutral and a CNCF project. Lately, Deno shipped support for OTEL. Based on a few conversations in the...
This PR contains changes from: [`[email protected]`](https://github.com/npm/cli/releases/tag/v11.4.0) [`[email protected]`](https://github.com/npm/cli/releases/tag/v11.4.1) [`[email protected]`](https://github.com/npm/cli/releases/tag/v11.4.2) This PR replaces: [nodejs/node#58347](https://github.com/nodejs/node/pull/58347) *** 11.4.0 ## [11.4.0](https://github.com/npm/cli/releases/tag/v11.4.0) (2025-05-15) ### Features * [`a0e60fb`](https://github.com/npm/cli/commit/a0e60fb1893ac77a78380d9a9faaaaa54da1fe85) [#8246](https://github.com/npm/cli/pull/8246) added init-private option (@owlstronaut) * [`57aa89f`](https://github.com/npm/cli/commit/57aa89ff70e0c6186a43888b944b5799b25c7bc8) [#8265](https://github.com/npm/cli/pull/8265) use...
### What is the problem this feature will solve? currently, node's cli interface is pretty simple and lean, it mainly accepts flags that start with two dashes, or sometimes a...
See https://github.com/nodejs/node/issues/58195 This avoids a maximum call stack size exceeded crash when the error stack is pointing to the error itself `error.stack = error`. This bug was introduced by https://github.com/nodejs/node/pull/56573.
## What was fixed `Resolver.prototype.setLocalAddress(ipv4, ipv6)` incorrectly required an IPv4 string even when callers only wanted to set an IPv6 local address. Calling `resolver.setLocalAddress(undefined, '::1')` threw `ERR_INVALID_ARG_TYPE`, breaking the documented...