node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 472 node issues
Sort by recently updated
recently updated
newest added

Improved building document for Android. - Outdated toolchain (Android NDK) links replaced - Optimized redundant platform names - Added compilation requirements

doc
build

It is easy to accidentally allow another user to influence what code node loads and executes. Details can be found at HackerOne reports 1564437 (CommonJS module loading), 1564444 (ECMAScript module...

esm
needs-ci

### Version 16.5.0 ### Platform various linux distros tried ### Subsystem _No response_ ### What steps will reproduce the bug? On some IDNs a correct punycoded domain will break `url.domainToUnicode()`...

dns

Add section with high level approach/requirements for enabling TypeScript execution as discussed in the Next-10 [TypeScript mini-summit](https://github.com/nodejs/next-10/pull/150) Signed-off-by: Michael Dawson

doc
tsc-agenda

### Version 18.7.0 ### Platform Ubuntu 22 x86_x64 ### Subsystem _No response_ ### What steps will reproduce the bug? While trying to build node on ubuntu22 (using pbuilder) and gcc-11...

This fixes validations below related to `isDetachedBuffer` using a function introduced in https://github.com/nodejs/node/pull/43866. https://streams.spec.whatwg.org/#rs-byob-request-respond > The respond(bytesWritten) method steps are: >> If this.[[controller]] is undefined, throw a TypeError exception. >>...

author ready
needs-ci
web streams
commit-queue-squash

### What is the problem this feature will solve? Per HTTP RFCs, applications can use any method fit for their purpose, but only a dozen are standardised. ### What is...

http
feature request
stale

### Version v16.15.1 ### Platform Microsoft Windows NT 10.0.22000.0 x64 ### Subsystem No response ### What steps will reproduce the bug? - In my package.json ```` "test:unit": "vitest run --mode...

Use mustSucceed instead of mustCall + ifError.

test
needs-ci

This commit allows throwing an exception after creating `FSReqCallback` Reference: https://github.com/nodejs/node/pull/44004#discussion_r930964065

c++
fs
needs-ci