node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
The intention of exec and execSync is that a shell is always invoked to run the provided command, as opposed to execFile, which by default executes the target directly and...
#### src: parse --stack-trace-limit and use it in --trace-* flags Previously, --trace-exit and --trace-sync-io doesn't take care of --stack-trace-limit and always print a stack trace with maximum size of 10....
V8 backport of https://github.com/v8/v8/commit/2944ee9846e Applicable to v18.x Fixes [CVE-2024-4947](https://nvd.nist.gov/vuln/detail/CVE-2024-4947) which has been tagged by CISA as KEV. Maglev-graph-builder.cc not updated as functionality not present in V18.x
### What is the problem this feature will solve? Today's operating systems and some file systems supports [copy-on-write operation](https://en.wikipedia.org/wiki/Copy-on-write#In_computer_storage) for copying a file (e.g. btrfs on Linux, APFS on Apple's...
### Version Non LTS version of Node.js( e.g. 22.6 ) ### Platform ```text Windows 10 64 bit and Windows server 2022 standard edition 64 bit ``` ### Subsystem _No response_...
### Version v22.9.0 ### Platform ```text Darwin N4V4PGFGPT 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...
### What is the problem this feature will solve? Lot of people use tools like `ts-node` or `tsx` when developing locally or even in production. The new `util.getCallSite()` function doesn't...
Fixes #55060 Passes the dirname as parentPath, rather than the full file path.
Refs: https://github.com/nodejs/node/issues/47428
Added also a couple of commits to partially revert the changes that fixed https://github.com/advisories/GHSA-vr4q-vx84-9g5x, as it's no longer relevant now that the `SQPOLL` ring is disabled by default. Refs: https://github.com/libuv/libuv/releases/tag/v1.49.0...