node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### 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...
### 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...
### 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...
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`...
Node.js v22+ supports `Promise.withResolvers()`. Let's use them!
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...
### 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...
### 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...
### 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...
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...