node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
This updates the deprecation, DEP0164, to clarify its scope. Previously, `process.exitCode` wasn't mentioned but it needs to be applied with the same deprecation because its meaning is the same as...
This is a follow-up of doc-only deprecation https://github.com/nodejs/node/pull/43738. Signed-off-by: Daeyeon Jeong [email protected]
Something else discussed in https://github.com/nodejs/node/pull/44250 that we should consider is making new subpath additions (like any other core module getting `/promises`) allowable as semver-minor. This might be a code change,...
### Version 18.9.0 ### Platform _No response_ ### Subsystem external openssl ### What steps will reproduce the bug? Build with external OpenSSL 1.1.1 ### How often does it reproduce? Is...
### Version v18.9.0 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### Subsystem _No response_ ### What steps will reproduce the bug? ```ps $ node Welcome to Node.js v18.9.0. Type ".help"...
Commit b1741ea1fadf from 2014 claims `-framework CoreFoundation` is necessary to make the Heap Allocations recorder in Instruments work properly. In my limited testing I didn't spot a difference with or...
### Version v18.7.0 ### Platform Darwin Joshs-MBP-2 21.6.0 Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:22 PDT 2022; root:xnu-8020.140.41~1/RELEASE_ARM64_T6000 arm64 ### Subsystem Test Runner ### What steps will reproduce the...
OpenSSL now requires at least 2048 Refs: https://github.com/nodejs/node/issues/44497
Description of Change MITM-based proxy environments like ZScaler intercepts the requests sent to a certain endpoint from the user machine and serve a redirect to their own servers ( for...