node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

### What is the problem this feature will solve? Right now, node uses SHA256 checksums to verify published artifacts like tars. Signatures offer stronger security. Some packages already do this...

feature request

### Version v20.17.0 ### Platform ```text Darwin Aris-MacBook-Air.local 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:16:46 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T8112 arm64 ``` ### Subsystem _No response_ ### What steps will...

child_process

### Affected URL(s) https://nodejs.org/api/single-executable-applications.html ### Description of the problem I notice that Single executable applications are still described as under "Active Development". Is there any sense when this might progress...

question
experimental
single-executable

I suspect possible regression. Not sure what version but must have been recent: ```js await stream.promises.pipeline(src, fs.createWriteStream(dstPath)) ``` Will not create a full sized file. I suspect that since `createWriteStream`...

confirmed-bug
fs
libuv

Node.js v22+ supports `Promise.withResolvers()`. Let's use them!

lib / src
promises
blocked
needs-ci
needs-benchmark-ci
dont-land-on-v18.x
dont-land-on-v20.x

Add test case when `type` is not `UV_DIRENT_UNKNOWN` for test case of `getDirent` Add test case when `path` is a nonexistent path for test case of `getDirents` and `getDirent` This...

test
needs-ci

### What is the problem this feature will solve? Will prevent node throwing an error that prevent it to run if it can be detected that setting --security-revert=CVE-xxxx-xxxxx might not...

feature request
stale

### Version node-v23.0.0-nightly202409243c5ceff85f ### Platform ```text N/A ``` ### Subsystem test_runner ### What steps will reproduce the bug? The Node.js coverage reporter does not correctly handle source maps with a...

regression
coverage
source maps
test_runner

### Version v22.8.0 ### Platform ```text Darwin KGVY6KLQ1J 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:13:04 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6020 arm64 ``` ### Subsystem _No response_ ### What steps will...

snapshot

Argon2 is a password-based key derivation function that is designed to expensive both computationally and memory-wise in order to make force attacks unrewarding. OpenSSL added support for the Argon2 algorithm...

lib / src
blocked
needs-ci