node-linux-arm64 25.4.0 → 25.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +139 -0
- package/LICENSE +234 -1
- package/README.md +5 -5
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -2
- package/include/node/config.gypi +7 -10
- package/include/node/js_native_api.h +6 -6
- package/include/node/js_native_api_types.h +6 -7
- package/include/node/node_version.h +1 -1
- package/include/node/v8-isolate.h +7 -0
- package/include/node/v8-statistics.h +0 -8
- package/package.json +1 -1
- package/share/man/man1/node.1 +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#25.5.0">25.5.0</a><br/>
|
|
11
12
|
<a href="#25.4.0">25.4.0</a><br/>
|
|
12
13
|
<a href="#25.3.0">25.3.0</a><br/>
|
|
13
14
|
<a href="#25.2.1">25.2.1</a><br/>
|
|
@@ -45,6 +46,144 @@
|
|
|
45
46
|
* [io.js](CHANGELOG_IOJS.md)
|
|
46
47
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
47
48
|
|
|
49
|
+
<a id="25.5.0"></a>
|
|
50
|
+
|
|
51
|
+
## 2026-01-26, Version 25.5.0 (Current), @aduh95
|
|
52
|
+
|
|
53
|
+
### Notable Changes
|
|
54
|
+
|
|
55
|
+
* \[[`99a4e51f93`](https://github.com/nodejs/node/commit/99a4e51f93)] - **crypto**: update root certificates to NSS 3.119 (Node.js GitHub Bot) [#61419](https://github.com/nodejs/node/pull/61419)
|
|
56
|
+
* \[[`fbe4da5725`](https://github.com/nodejs/node/commit/fbe4da5725)] - **(SEMVER-MINOR)** **deps**: add LIEF as a dependency (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
57
|
+
* \[[`0feab0f083`](https://github.com/nodejs/node/commit/0feab0f083)] - **(SEMVER-MINOR)** **deps**: add tools and scripts to pull LIEF as a dependency (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
58
|
+
* \[[`e91b296001`](https://github.com/nodejs/node/commit/e91b296001)] - **(SEMVER-MINOR)** **fs**: add ignore option to fs.watch (Matteo Collina) [#61433](https://github.com/nodejs/node/pull/61433)
|
|
59
|
+
* \[[`b351910af1`](https://github.com/nodejs/node/commit/b351910af1)] - **(SEMVER-MINOR)** **sea**: add `--build-sea` to generate SEA directly with Node.js binary (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
60
|
+
* \[[`957292e233`](https://github.com/nodejs/node/commit/957292e233)] - **(SEMVER-MINOR)** **sea**: split sea binary manipulation code (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
61
|
+
* \[[`f289817ff8`](https://github.com/nodejs/node/commit/f289817ff8)] - **(SEMVER-MINOR)** **sqlite**: enable defensive mode by default (Bart Louwers) [#61266](https://github.com/nodejs/node/pull/61266)
|
|
62
|
+
* \[[`069f3603e2`](https://github.com/nodejs/node/commit/069f3603e2)] - **(SEMVER-MINOR)** **sqlite**: add sqlite prepare options args (Guilherme Araújo) [#61311](https://github.com/nodejs/node/pull/61311)
|
|
63
|
+
* \[[`5a984b9a09`](https://github.com/nodejs/node/commit/5a984b9a09)] - **src**: use node- prefix on thread names (Stewart X Addison) [#61307](https://github.com/nodejs/node/pull/61307)
|
|
64
|
+
* \[[`75c06bc2a8`](https://github.com/nodejs/node/commit/75c06bc2a8)] - **(SEMVER-MINOR)** **test**: migrate to `--build-sea` in existing SEA tests (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
65
|
+
* \[[`cabd58f1cb`](https://github.com/nodejs/node/commit/cabd58f1cb)] - **(SEMVER-MINOR)** **test**: use fixture directories for sea tests (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
66
|
+
* \[[`ff1fcabfc9`](https://github.com/nodejs/node/commit/ff1fcabfc9)] - **(SEMVER-MINOR)** **test\_runner**: support expecting a test-case to fail (Jacob Smith) [#60669](https://github.com/nodejs/node/pull/60669)
|
|
67
|
+
|
|
68
|
+
### Commits
|
|
69
|
+
|
|
70
|
+
* \[[`778a56f3c9`](https://github.com/nodejs/node/commit/778a56f3c9)] - **assert,util**: fix deep comparison for sets and maps with mixed types (Ruben Bridgewater) [#61388](https://github.com/nodejs/node/pull/61388)
|
|
71
|
+
* \[[`32cd18e37f`](https://github.com/nodejs/node/commit/32cd18e37f)] - **async\_hooks**: enabledHooksExist shall return if hooks are enabled (Gerhard Stöbich) [#61054](https://github.com/nodejs/node/pull/61054)
|
|
72
|
+
* \[[`482b2568bc`](https://github.com/nodejs/node/commit/482b2568bc)] - **benchmark**: add SQLite benchmarks (Guilherme Araújo) [#61401](https://github.com/nodejs/node/pull/61401)
|
|
73
|
+
* \[[`e9a34263bb`](https://github.com/nodejs/node/commit/e9a34263bb)] - **buffer**: make methods work on Uint8Array instances (Neal Beeken) [#56578](https://github.com/nodejs/node/pull/56578)
|
|
74
|
+
* \[[`8255cdefcf`](https://github.com/nodejs/node/commit/8255cdefcf)] - **build**: add `--shared-nbytes` configure flag (Antoine du Hamel) [#61341](https://github.com/nodejs/node/pull/61341)
|
|
75
|
+
* \[[`8dd379d110`](https://github.com/nodejs/node/commit/8dd379d110)] - **build**: update android-patches/trap-handler.h.patch (Mo Luo) [#60369](https://github.com/nodejs/node/pull/60369)
|
|
76
|
+
* \[[`1b4b5eb0e4`](https://github.com/nodejs/node/commit/1b4b5eb0e4)] - **build**: update devcontainer.json to use paired nix env (Joyee Cheung) [#61414](https://github.com/nodejs/node/pull/61414)
|
|
77
|
+
* \[[`86e2a763ad`](https://github.com/nodejs/node/commit/86e2a763ad)] - **build**: infer cargo mode with gyp var build\_type directly (Chengzhong Wu) [#61354](https://github.com/nodejs/node/pull/61354)
|
|
78
|
+
* \[[`7e211e6942`](https://github.com/nodejs/node/commit/7e211e6942)] - **build**: add embedtest into native suite (Joyee Cheung) [#61357](https://github.com/nodejs/node/pull/61357)
|
|
79
|
+
* \[[`637470e79f`](https://github.com/nodejs/node/commit/637470e79f)] - **build**: fix misplaced comma in ldflags (hqzing) [#61294](https://github.com/nodejs/node/pull/61294)
|
|
80
|
+
* \[[`a1a0f77a45`](https://github.com/nodejs/node/commit/a1a0f77a45)] - **build**: fix crate vendor file checksums on windows (Chengzhong Wu) [#61329](https://github.com/nodejs/node/pull/61329)
|
|
81
|
+
* \[[`d597b8e342`](https://github.com/nodejs/node/commit/d597b8e342)] - **build,tools**: fix addon build deadlock on errors (Vladimir Morozov) [#61321](https://github.com/nodejs/node/pull/61321)
|
|
82
|
+
* \[[`b5cdc27ba4`](https://github.com/nodejs/node/commit/b5cdc27ba4)] - **build,win**: improve logs when ClangCL is missing (Mike McCready) [#61438](https://github.com/nodejs/node/pull/61438)
|
|
83
|
+
* \[[`ef01f0c033`](https://github.com/nodejs/node/commit/ef01f0c033)] - **build,win**: update WinGet configurations to Python 3.14 (Mike McCready) [#61431](https://github.com/nodejs/node/pull/61431)
|
|
84
|
+
* \[[`d8a1cdeefe`](https://github.com/nodejs/node/commit/d8a1cdeefe)] - **child\_process**: treat ipc length header as unsigned uint32 (Ryuhei Shima) [#61344](https://github.com/nodejs/node/pull/61344)
|
|
85
|
+
* \[[`588b00fafa`](https://github.com/nodejs/node/commit/588b00fafa)] - **cluster**: fix port reuse between cluster (Ryuhei Shima) [#60141](https://github.com/nodejs/node/pull/60141)
|
|
86
|
+
* \[[`99a4e51f93`](https://github.com/nodejs/node/commit/99a4e51f93)] - **crypto**: update root certificates to NSS 3.119 (Node.js GitHub Bot) [#61419](https://github.com/nodejs/node/pull/61419)
|
|
87
|
+
* \[[`048f7a5c9c`](https://github.com/nodejs/node/commit/048f7a5c9c)] - **deps**: upgrade npm to 11.8.0 (npm team) [#61466](https://github.com/nodejs/node/pull/61466)
|
|
88
|
+
* \[[`fbe4da5725`](https://github.com/nodejs/node/commit/fbe4da5725)] - **(SEMVER-MINOR)** **deps**: add LIEF as a dependency (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
89
|
+
* \[[`0feab0f083`](https://github.com/nodejs/node/commit/0feab0f083)] - **(SEMVER-MINOR)** **deps**: add tools and scripts to pull LIEF as a dependency (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
90
|
+
* \[[`4bb00d7e3c`](https://github.com/nodejs/node/commit/4bb00d7e3c)] - **deps**: update googletest to 85087857ad10bd407cd6ed2f52f7ea9752db621f (Node.js GitHub Bot) [#61417](https://github.com/nodejs/node/pull/61417)
|
|
91
|
+
* \[[`6a3c614f27`](https://github.com/nodejs/node/commit/6a3c614f27)] - **deps**: update sqlite to 3.51.2 (Node.js GitHub Bot) [#61339](https://github.com/nodejs/node/pull/61339)
|
|
92
|
+
* \[[`13c0397d6d`](https://github.com/nodejs/node/commit/13c0397d6d)] - **deps**: update icu to 78.2 (Node.js GitHub Bot) [#60523](https://github.com/nodejs/node/pull/60523)
|
|
93
|
+
* \[[`098ec6f196`](https://github.com/nodejs/node/commit/098ec6f196)] - **deps**: update ada to v3.4.0 (Yagiz Nizipli) [#61315](https://github.com/nodejs/node/pull/61315)
|
|
94
|
+
* \[[`320b576125`](https://github.com/nodejs/node/commit/320b576125)] - **deps**: update zlib to 1.3.1-e00f703 (Node.js GitHub Bot) [#61135](https://github.com/nodejs/node/pull/61135)
|
|
95
|
+
* \[[`98f5e7cf51`](https://github.com/nodejs/node/commit/98f5e7cf51)] - **deps**: V8: cherry-pick highway\@dcc0ca1cd42 (Richard Lau) [#61008](https://github.com/nodejs/node/pull/61008)
|
|
96
|
+
* \[[`e326df79c9`](https://github.com/nodejs/node/commit/e326df79c9)] - **deps**: V8: backport 209d2db9e24a (Zhijin Zeng) [#61322](https://github.com/nodejs/node/pull/61322)
|
|
97
|
+
* \[[`ccfd9d9b30`](https://github.com/nodejs/node/commit/ccfd9d9b30)] - **doc**: remove `v` prefix for version references (Mike McCready) [#61488](https://github.com/nodejs/node/pull/61488)
|
|
98
|
+
* \[[`b6cc5d77a1`](https://github.com/nodejs/node/commit/b6cc5d77a1)] - **doc**: mention constructor comparison in assert.deepStrictEqual (Hamza Kargin) [#60253](https://github.com/nodejs/node/pull/60253)
|
|
99
|
+
* \[[`236d7ee635`](https://github.com/nodejs/node/commit/236d7ee635)] - **doc**: add CVE delay mention (Rafael Gonzaga) [#61465](https://github.com/nodejs/node/pull/61465)
|
|
100
|
+
* \[[`0729fb6ee7`](https://github.com/nodejs/node/commit/0729fb6ee7)] - **doc**: update previous version links in BUILDING (Mike McCready) [#61457](https://github.com/nodejs/node/pull/61457)
|
|
101
|
+
* \[[`0fb464252f`](https://github.com/nodejs/node/commit/0fb464252f)] - **doc**: include OpenJSF handle for security stewards (Rafael Gonzaga) [#61454](https://github.com/nodejs/node/pull/61454)
|
|
102
|
+
* \[[`3331bdca7c`](https://github.com/nodejs/node/commit/3331bdca7c)] - **doc**: clarify process.argv\[1] behavior for -e/--eval (Jeevankumar S) [#61366](https://github.com/nodejs/node/pull/61366)
|
|
103
|
+
* \[[`94b34c38e2`](https://github.com/nodejs/node/commit/94b34c38e2)] - **doc**: remove Windows Dev Home instructions from BUILDING (Mike McCready) [#61434](https://github.com/nodejs/node/pull/61434)
|
|
104
|
+
* \[[`a17016ee81`](https://github.com/nodejs/node/commit/a17016ee81)] - **doc**: clarify TypedArray properties on Buffer (Roman Reiss) [#61355](https://github.com/nodejs/node/pull/61355)
|
|
105
|
+
* \[[`214fac9d7e`](https://github.com/nodejs/node/commit/214fac9d7e)] - **doc**: update Python 3.14 manual install instructions (Windows) (Mike McCready) [#61428](https://github.com/nodejs/node/pull/61428)
|
|
106
|
+
* \[[`6a32a685a6`](https://github.com/nodejs/node/commit/6a32a685a6)] - **doc**: note resume build should not be done on node-test-commit (Stewart X Addison) [#61373](https://github.com/nodejs/node/pull/61373)
|
|
107
|
+
* \[[`2a8e8dfaf3`](https://github.com/nodejs/node/commit/2a8e8dfaf3)] - **doc**: refine WebAssembly error documentation (sangwook) [#61382](https://github.com/nodejs/node/pull/61382)
|
|
108
|
+
* \[[`f3caf27f8b`](https://github.com/nodejs/node/commit/f3caf27f8b)] - **doc**: add deprecation history for url.parse (Eng Zer Jun) [#61389](https://github.com/nodejs/node/pull/61389)
|
|
109
|
+
* \[[`5ab8057856`](https://github.com/nodejs/node/commit/5ab8057856)] - **doc**: add marco and rafael in last sec release (Marco Ippolito) [#61383](https://github.com/nodejs/node/pull/61383)
|
|
110
|
+
* \[[`f83cb1e785`](https://github.com/nodejs/node/commit/f83cb1e785)] - **doc**: packages: example of private import switch to internal (coderaiser) [#61343](https://github.com/nodejs/node/pull/61343)
|
|
111
|
+
* \[[`3d23bcd0e2`](https://github.com/nodejs/node/commit/3d23bcd0e2)] - **doc**: add esm and cjs examples to node:v8 (Alfredo González) [#61328](https://github.com/nodejs/node/pull/61328)
|
|
112
|
+
* \[[`1d159550e0`](https://github.com/nodejs/node/commit/1d159550e0)] - **doc**: added 'secure' event to tls.TLSSocket (ikeyan) [#61066](https://github.com/nodejs/node/pull/61066)
|
|
113
|
+
* \[[`90080d2892`](https://github.com/nodejs/node/commit/90080d2892)] - **doc**: restore @watilde to collaborators (Daijiro Wachi) [#61350](https://github.com/nodejs/node/pull/61350)
|
|
114
|
+
* \[[`a87f7a50f8`](https://github.com/nodejs/node/commit/a87f7a50f8)] - **doc**: run license-builder (github-actions\[bot]) [#61348](https://github.com/nodejs/node/pull/61348)
|
|
115
|
+
* \[[`adf5c84701`](https://github.com/nodejs/node/commit/adf5c84701)] - **doc**: clean up writing-and-running-benchmarks.md (Hardanish Singh) [#61345](https://github.com/nodejs/node/pull/61345)
|
|
116
|
+
* \[[`2be98add0c`](https://github.com/nodejs/node/commit/2be98add0c)] - **doc**: document ALPNCallback option for TLSSocket constructor (ikeyan) [#61331](https://github.com/nodejs/node/pull/61331)
|
|
117
|
+
* \[[`2db4893c8d`](https://github.com/nodejs/node/commit/2db4893c8d)] - **esm**: ensure watch mode restarts after syntax errors (Xavier Stouder) [#61232](https://github.com/nodejs/node/pull/61232)
|
|
118
|
+
* \[[`828feb2e6b`](https://github.com/nodejs/node/commit/828feb2e6b)] - **events**: remove redundant todo (Gürgün Dayıoğlu) [#60595](https://github.com/nodejs/node/pull/60595)
|
|
119
|
+
* \[[`e91b296001`](https://github.com/nodejs/node/commit/e91b296001)] - **(SEMVER-MINOR)** **fs**: add ignore option to fs.watch (Matteo Collina) [#61433](https://github.com/nodejs/node/pull/61433)
|
|
120
|
+
* \[[`606184fae5`](https://github.com/nodejs/node/commit/606184fae5)] - **fs**: remove duplicate getValidatedPath calls (Mert Can Altin) [#61359](https://github.com/nodejs/node/pull/61359)
|
|
121
|
+
* \[[`434fcd7f8f`](https://github.com/nodejs/node/commit/434fcd7f8f)] - **fs**: fix errorOnExist behavior for directory copy in fs.cp (Nicholas Paun) [#60946](https://github.com/nodejs/node/pull/60946)
|
|
122
|
+
* \[[`bacba16f5e`](https://github.com/nodejs/node/commit/bacba16f5e)] - **fs**: fix ENOTDIR in globSync when file is treated as dir (sangwook) [#61259](https://github.com/nodejs/node/pull/61259)
|
|
123
|
+
* \[[`7697ce0310`](https://github.com/nodejs/node/commit/7697ce0310)] - **fs**: remove duplicate fd validation in sync functions (Mert Can Altin) [#61361](https://github.com/nodejs/node/pull/61361)
|
|
124
|
+
* \[[`8abd54f597`](https://github.com/nodejs/node/commit/8abd54f597)] - **gyp**: aix: change gcc version detection so CXX="ccache g++" works (Stewart X Addison) [#61464](https://github.com/nodejs/node/pull/61464)
|
|
125
|
+
* \[[`24033ee7ea`](https://github.com/nodejs/node/commit/24033ee7ea)] - **http**: fix rawHeaders exceeding maxHeadersCount limit (Max Harari) [#61285](https://github.com/nodejs/node/pull/61285)
|
|
126
|
+
* \[[`cf56327939`](https://github.com/nodejs/node/commit/cf56327939)] - **http2**: validate initialWindowSize per HTTP/2 spec (Matteo Collina) [#61402](https://github.com/nodejs/node/pull/61402)
|
|
127
|
+
* \[[`696935eeeb`](https://github.com/nodejs/node/commit/696935eeeb)] - **inspector**: initial support storage inspection (Ryuhei Shima) [#61139](https://github.com/nodejs/node/pull/61139)
|
|
128
|
+
* \[[`3d5e718e38`](https://github.com/nodejs/node/commit/3d5e718e38)] - **lib**: fix typo in `util.js` comment (Taejin Kim) [#61365](https://github.com/nodejs/node/pull/61365)
|
|
129
|
+
* \[[`f55a5fea00`](https://github.com/nodejs/node/commit/f55a5fea00)] - **lib**: fix TypeScript support check in jitless mode (sangwook) [#61382](https://github.com/nodejs/node/pull/61382)
|
|
130
|
+
* \[[`b3fbc3c375`](https://github.com/nodejs/node/commit/b3fbc3c375)] - **meta**: do not fast-track npm updates (Antoine du Hamel) [#61475](https://github.com/nodejs/node/pull/61475)
|
|
131
|
+
* \[[`2423ecdaef`](https://github.com/nodejs/node/commit/2423ecdaef)] - **meta**: fix typos in issue template config (Daijiro Wachi) [#61399](https://github.com/nodejs/node/pull/61399)
|
|
132
|
+
* \[[`e2df85a33a`](https://github.com/nodejs/node/commit/e2df85a33a)] - **meta**: label v8 module PRs (René) [#61325](https://github.com/nodejs/node/pull/61325)
|
|
133
|
+
* \[[`bc9e5f7d4d`](https://github.com/nodejs/node/commit/bc9e5f7d4d)] - **node-api**: fix node\_api\_create\_object\_with\_properties name (Vladimir Morozov) [#61319](https://github.com/nodejs/node/pull/61319)
|
|
134
|
+
* \[[`4f30c21c59`](https://github.com/nodejs/node/commit/4f30c21c59)] - **node-api**: use Node-API in comments (Vladimir Morozov) [#61320](https://github.com/nodejs/node/pull/61320)
|
|
135
|
+
* \[[`62d71eb28d`](https://github.com/nodejs/node/commit/62d71eb28d)] - **quic**: copy options.certs buffer instead of detaching (Chengzhong Wu) [#61403](https://github.com/nodejs/node/pull/61403)
|
|
136
|
+
* \[[`4bbbe75ba1`](https://github.com/nodejs/node/commit/4bbbe75ba1)] - **quic**: move quic behind compile time flag (Matteo Collina) [#61444](https://github.com/nodejs/node/pull/61444)
|
|
137
|
+
* \[[`b351910af1`](https://github.com/nodejs/node/commit/b351910af1)] - **(SEMVER-MINOR)** **sea**: add --build-sea to generate SEA directly with Node.js binary (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
138
|
+
* \[[`957292e233`](https://github.com/nodejs/node/commit/957292e233)] - **(SEMVER-MINOR)** **sea**: split sea binary manipulation code (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
139
|
+
* \[[`f289817ff8`](https://github.com/nodejs/node/commit/f289817ff8)] - **(SEMVER-MINOR)** **sqlite**: enable defensive mode by default (Bart Louwers) [#61266](https://github.com/nodejs/node/pull/61266)
|
|
140
|
+
* \[[`6442229880`](https://github.com/nodejs/node/commit/6442229880)] - **sqlite**: add some tests (Guilherme Araújo) [#61410](https://github.com/nodejs/node/pull/61410)
|
|
141
|
+
* \[[`069f3603e2`](https://github.com/nodejs/node/commit/069f3603e2)] - **(SEMVER-MINOR)** **sqlite**: add sqlite prepare options args (Guilherme Araújo) [#61311](https://github.com/nodejs/node/pull/61311)
|
|
142
|
+
* \[[`df02d00d61`](https://github.com/nodejs/node/commit/df02d00d61)] - **src**: improve StringBytes::Encode perf on UTF8 (Сковорода Никита Андреевич) [#61131](https://github.com/nodejs/node/pull/61131)
|
|
143
|
+
* \[[`e35814ba80`](https://github.com/nodejs/node/commit/e35814ba80)] - **src**: add missing override specifier to Clean() (Tobias Nießen) [#61429](https://github.com/nodejs/node/pull/61429)
|
|
144
|
+
* \[[`803ff7d3de`](https://github.com/nodejs/node/commit/803ff7d3de)] - **src**: cache context lookup in vectored io loops (Mert Can Altin) [#61387](https://github.com/nodejs/node/pull/61387)
|
|
145
|
+
* \[[`58abe99cbf`](https://github.com/nodejs/node/commit/58abe99cbf)] - **src**: cache missing package.json files in the C++ package config cache (Michael Smith) [#60425](https://github.com/nodejs/node/pull/60425)
|
|
146
|
+
* \[[`2a542094e4`](https://github.com/nodejs/node/commit/2a542094e4)] - **src**: use starts\_with instead of rfind/find (Tobias Nießen) [#61426](https://github.com/nodejs/node/pull/61426)
|
|
147
|
+
* \[[`77cacf6d9d`](https://github.com/nodejs/node/commit/77cacf6d9d)] - **src**: use C++ nullptr in sqlite (Tobias Nießen) [#61416](https://github.com/nodejs/node/pull/61416)
|
|
148
|
+
* \[[`344cc629d4`](https://github.com/nodejs/node/commit/344cc629d4)] - **src**: use C++ nullptr in webstorage (Tobias Nießen) [#61407](https://github.com/nodejs/node/pull/61407)
|
|
149
|
+
* \[[`9f25cad26c`](https://github.com/nodejs/node/commit/9f25cad26c)] - **src**: fix pointer alignment (jhofstee) [#61336](https://github.com/nodejs/node/pull/61336)
|
|
150
|
+
* \[[`5a984b9a09`](https://github.com/nodejs/node/commit/5a984b9a09)] - **src**: use node- prefix on thread names (Stewart X Addison) [#61307](https://github.com/nodejs/node/pull/61307)
|
|
151
|
+
* \[[`d4cf423a65`](https://github.com/nodejs/node/commit/d4cf423a65)] - **stream**: export namespace object from internal end-of-stream module (René) [#61455](https://github.com/nodejs/node/pull/61455)
|
|
152
|
+
* \[[`7d8232e34c`](https://github.com/nodejs/node/commit/7d8232e34c)] - **test**: add some validation for JSON doc output (Antoine du Hamel) [#61413](https://github.com/nodejs/node/pull/61413)
|
|
153
|
+
* \[[`75c06bc2a8`](https://github.com/nodejs/node/commit/75c06bc2a8)] - **(SEMVER-MINOR)** **test**: migrate to --build-sea in existing SEA tests (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
154
|
+
* \[[`cabd58f1cb`](https://github.com/nodejs/node/commit/cabd58f1cb)] - **(SEMVER-MINOR)** **test**: use fixture directories for sea tests (Joyee Cheung) [#61167](https://github.com/nodejs/node/pull/61167)
|
|
155
|
+
* \[[`bcffca8911`](https://github.com/nodejs/node/commit/bcffca8911)] - **test**: aix: mark test\_threadsafe\_function/test flaky on AIX (Stewart X Addison) [#61452](https://github.com/nodejs/node/pull/61452)
|
|
156
|
+
* \[[`29399501c1`](https://github.com/nodejs/node/commit/29399501c1)] - **test**: add implicit test for fs dispose handling with using (Ilyas Shabi) [#61140](https://github.com/nodejs/node/pull/61140)
|
|
157
|
+
* \[[`3bb481571a`](https://github.com/nodejs/node/commit/3bb481571a)] - **test**: reveal wpt evaluation errors in status files (Chengzhong Wu) [#61358](https://github.com/nodejs/node/pull/61358)
|
|
158
|
+
* \[[`a132be7f71`](https://github.com/nodejs/node/commit/a132be7f71)] - **test**: check new WebCryptoAPI enum values (Filip Skokan) [#61406](https://github.com/nodejs/node/pull/61406)
|
|
159
|
+
* \[[`72f1463735`](https://github.com/nodejs/node/commit/72f1463735)] - **test**: split test-esm-loader-hooks (Joyee Cheung) [#61374](https://github.com/nodejs/node/pull/61374)
|
|
160
|
+
* \[[`39105e4c5f`](https://github.com/nodejs/node/commit/39105e4c5f)] - **test**: aix: mark test-emit-on-destroyed as flaky (Stewart X Addison) [#61381](https://github.com/nodejs/node/pull/61381)
|
|
161
|
+
* \[[`3f17acfb1c`](https://github.com/nodejs/node/commit/3f17acfb1c)] - **test**: add webidl web-platform tests (Yagiz Nizipli) [#61316](https://github.com/nodejs/node/pull/61316)
|
|
162
|
+
* \[[`89983cf747`](https://github.com/nodejs/node/commit/89983cf747)] - **test**: update url web-platform tests (Yagiz Nizipli) [#61315](https://github.com/nodejs/node/pull/61315)
|
|
163
|
+
* \[[`73c0a242d7`](https://github.com/nodejs/node/commit/73c0a242d7)] - **test**: forbid use of named imports for fixtures (Antoine du Hamel) [#61228](https://github.com/nodejs/node/pull/61228)
|
|
164
|
+
* \[[`a49d54308e`](https://github.com/nodejs/node/commit/a49d54308e)] - **test**: enforce better never-settling-promise detection (Antoine du Hamel) [#60976](https://github.com/nodejs/node/pull/60976)
|
|
165
|
+
* \[[`335cb0b5cc`](https://github.com/nodejs/node/commit/335cb0b5cc)] - **test**: ensure assertions are reached on all tests (Antoine du Hamel) [#60845](https://github.com/nodejs/node/pull/60845)
|
|
166
|
+
* \[[`5ee02c789a`](https://github.com/nodejs/node/commit/5ee02c789a)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60763](https://github.com/nodejs/node/pull/60763)
|
|
167
|
+
* \[[`141fb82ffb`](https://github.com/nodejs/node/commit/141fb82ffb)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60760](https://github.com/nodejs/node/pull/60760)
|
|
168
|
+
* \[[`edf90ce457`](https://github.com/nodejs/node/commit/edf90ce457)] - **test**: use `RegExp.escape` to improve test reliability (Antoine du Hamel) [#60803](https://github.com/nodejs/node/pull/60803)
|
|
169
|
+
* \[[`f5f9b2dcf6`](https://github.com/nodejs/node/commit/f5f9b2dcf6)] - **test**: ensure assertions are reached on more tests (Antoine du Hamel) [#60728](https://github.com/nodejs/node/pull/60728)
|
|
170
|
+
* \[[`ec1cbbe0b6`](https://github.com/nodejs/node/commit/ec1cbbe0b6)] - **test\_runner**: fix memory leaks in runner (Abhishek Kv. Savani) [#60860](https://github.com/nodejs/node/pull/60860)
|
|
171
|
+
* \[[`399ac68427`](https://github.com/nodejs/node/commit/399ac68427)] - **test\_runner**: fix coverage report when a directory is named file (Heath Dutton🕴️) [#61169](https://github.com/nodejs/node/pull/61169)
|
|
172
|
+
* \[[`6e1beda333`](https://github.com/nodejs/node/commit/6e1beda333)] - **test\_runner**: print info when test restarts (Xavier Stouder) [#61160](https://github.com/nodejs/node/pull/61160)
|
|
173
|
+
* \[[`f5803ccb86`](https://github.com/nodejs/node/commit/f5803ccb86)] - **test\_runner**: fix rerun ambiguous test failures (Moshe Atlow) [#61392](https://github.com/nodejs/node/pull/61392)
|
|
174
|
+
* \[[`a5a4c3eb44`](https://github.com/nodejs/node/commit/a5a4c3eb44)] - **test\_runner**: nix dead reporter code (Vas Sudanagunta) [#59700](https://github.com/nodejs/node/pull/59700)
|
|
175
|
+
* \[[`ff1fcabfc9`](https://github.com/nodejs/node/commit/ff1fcabfc9)] - **(SEMVER-MINOR)** **test\_runner**: support expecting a test-case to fail (Jacob Smith) [#60669](https://github.com/nodejs/node/pull/60669)
|
|
176
|
+
* \[[`ade4fc2338`](https://github.com/nodejs/node/commit/ade4fc2338)] - **tools**: copyedit Nix files (Antoine du Hamel) [#61447](https://github.com/nodejs/node/pull/61447)
|
|
177
|
+
* \[[`7c2242beb9`](https://github.com/nodejs/node/commit/7c2242beb9)] - **tools**: validate release commit diff as part of `lint-release-proposal` (Antoine du Hamel) [#61440](https://github.com/nodejs/node/pull/61440)
|
|
178
|
+
* \[[`ca4ebed258`](https://github.com/nodejs/node/commit/ca4ebed258)] - **tools**: use ad-hoc flag to lint Nix files (Antoine du Hamel) [#61405](https://github.com/nodejs/node/pull/61405)
|
|
179
|
+
* \[[`05ce2c87f3`](https://github.com/nodejs/node/commit/05ce2c87f3)] - **tools**: fix vcbuild lint-js-build (Vladimir Morozov) [#61318](https://github.com/nodejs/node/pull/61318)
|
|
180
|
+
* \[[`41adb54a37`](https://github.com/nodejs/node/commit/41adb54a37)] - **tools**: enforce trailing commas in `test/es-module` (Antoine du Hamel) [#60891](https://github.com/nodejs/node/pull/60891)
|
|
181
|
+
* \[[`eebd732a52`](https://github.com/nodejs/node/commit/eebd732a52)] - **tools**: enforce trailing commas in `test/sequential` (Antoine du Hamel) [#60892](https://github.com/nodejs/node/pull/60892)
|
|
182
|
+
* \[[`8b73739e03`](https://github.com/nodejs/node/commit/8b73739e03)] - **typings**: add typing for string\_decoder (Taejin Kim) [#61368](https://github.com/nodejs/node/pull/61368)
|
|
183
|
+
* \[[`e88dd012ad`](https://github.com/nodejs/node/commit/e88dd012ad)] - **v8**: changing total\_allocated\_bytes to avoid ABI changes (Caio Lima) [#60800](https://github.com/nodejs/node/pull/60800)
|
|
184
|
+
* \[[`c75ad3d87d`](https://github.com/nodejs/node/commit/c75ad3d87d)] - **v8**: add GCProfiler support for erm (Ilyas Shabi) [#61191](https://github.com/nodejs/node/pull/61191)
|
|
185
|
+
* \[[`611c179663`](https://github.com/nodejs/node/commit/611c179663)] - **zlib**: validate write\_result array length (Ryuhei Shima) [#61342](https://github.com/nodejs/node/pull/61342)
|
|
186
|
+
|
|
48
187
|
<a id="25.4.0"></a>
|
|
49
188
|
|
|
50
189
|
## 2026-01-19, Version 25.4.0 (Current), @RafaelGSS
|
package/LICENSE
CHANGED
|
@@ -899,6 +899,32 @@ The externally maintained libraries used by Node.js are:
|
|
|
899
899
|
written prior permission. M.I.T. makes no representations about the
|
|
900
900
|
suitability of this software for any purpose. It is provided "as is"
|
|
901
901
|
without express or implied warranty.
|
|
902
|
+
|
|
903
|
+
----------------------------------------------------------------------
|
|
904
|
+
|
|
905
|
+
File: sorttable.js (only for ICU4J)
|
|
906
|
+
|
|
907
|
+
The MIT Licence, for code from kryogenix.org
|
|
908
|
+
|
|
909
|
+
Code downloaded from the Browser Experiments section of kryogenix.org is
|
|
910
|
+
licenced under the so-called MIT licence. The licence is below.
|
|
911
|
+
|
|
912
|
+
Copyright (c) 1997-date Stuart Langridge
|
|
913
|
+
|
|
914
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
915
|
+
copy of this software and associated documentation files (the "Software"),
|
|
916
|
+
to deal in the Software without restriction, including without limitation
|
|
917
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
918
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
|
919
|
+
Software is furnished to do so, subject to the following conditions:
|
|
920
|
+
|
|
921
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
922
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
923
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
924
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
925
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
926
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
927
|
+
SOFTWARE.
|
|
902
928
|
"""
|
|
903
929
|
|
|
904
930
|
- libuv, located at deps/uv, is licensed as follows:
|
|
@@ -960,6 +986,212 @@ The externally maintained libraries used by Node.js are:
|
|
|
960
986
|
license.
|
|
961
987
|
"""
|
|
962
988
|
|
|
989
|
+
- LIEF, located at deps/LIEF, is licensed as follows:
|
|
990
|
+
"""
|
|
991
|
+
Apache License
|
|
992
|
+
Version 2.0, January 2004
|
|
993
|
+
http://www.apache.org/licenses/
|
|
994
|
+
|
|
995
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
996
|
+
|
|
997
|
+
1. Definitions.
|
|
998
|
+
|
|
999
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
1000
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
1001
|
+
|
|
1002
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
1003
|
+
the copyright owner that is granting the License.
|
|
1004
|
+
|
|
1005
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
1006
|
+
other entities that control, are controlled by, or are under common
|
|
1007
|
+
control with that entity. For the purposes of this definition,
|
|
1008
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
1009
|
+
direction or management of such entity, whether by contract or
|
|
1010
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1011
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1012
|
+
|
|
1013
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
1014
|
+
exercising permissions granted by this License.
|
|
1015
|
+
|
|
1016
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
1017
|
+
including but not limited to software source code, documentation
|
|
1018
|
+
source, and configuration files.
|
|
1019
|
+
|
|
1020
|
+
"Object" form shall mean any form resulting from mechanical
|
|
1021
|
+
transformation or translation of a Source form, including but
|
|
1022
|
+
not limited to compiled object code, generated documentation,
|
|
1023
|
+
and conversions to other media types.
|
|
1024
|
+
|
|
1025
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
1026
|
+
Object form, made available under the License, as indicated by a
|
|
1027
|
+
copyright notice that is included in or attached to the work
|
|
1028
|
+
(an example is provided in the Appendix below).
|
|
1029
|
+
|
|
1030
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
1031
|
+
form, that is based on (or derived from) the Work and for which the
|
|
1032
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
1033
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
1034
|
+
of this License, Derivative Works shall not include works that remain
|
|
1035
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
1036
|
+
the Work and Derivative Works thereof.
|
|
1037
|
+
|
|
1038
|
+
"Contribution" shall mean any work of authorship, including
|
|
1039
|
+
the original version of the Work and any modifications or additions
|
|
1040
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
1041
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1042
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
1043
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
1044
|
+
means any form of electronic, verbal, or written communication sent
|
|
1045
|
+
to the Licensor or its representatives, including but not limited to
|
|
1046
|
+
communication on electronic mailing lists, source code control systems,
|
|
1047
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
1048
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
1049
|
+
excluding communication that is conspicuously marked or otherwise
|
|
1050
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
1051
|
+
|
|
1052
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1053
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
1054
|
+
subsequently incorporated within the Work.
|
|
1055
|
+
|
|
1056
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1057
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1058
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1059
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1060
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
1061
|
+
Work and such Derivative Works in Source or Object form.
|
|
1062
|
+
|
|
1063
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
1064
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1065
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1066
|
+
(except as stated in this section) patent license to make, have made,
|
|
1067
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1068
|
+
where such license applies only to those patent claims licensable
|
|
1069
|
+
by such Contributor that are necessarily infringed by their
|
|
1070
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
1071
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
1072
|
+
institute patent litigation against any entity (including a
|
|
1073
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1074
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1075
|
+
or contributory patent infringement, then any patent licenses
|
|
1076
|
+
granted to You under this License for that Work shall terminate
|
|
1077
|
+
as of the date such litigation is filed.
|
|
1078
|
+
|
|
1079
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1080
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1081
|
+
modifications, and in Source or Object form, provided that You
|
|
1082
|
+
meet the following conditions:
|
|
1083
|
+
|
|
1084
|
+
(a) You must give any other recipients of the Work or
|
|
1085
|
+
Derivative Works a copy of this License; and
|
|
1086
|
+
|
|
1087
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1088
|
+
stating that You changed the files; and
|
|
1089
|
+
|
|
1090
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1091
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1092
|
+
attribution notices from the Source form of the Work,
|
|
1093
|
+
excluding those notices that do not pertain to any part of
|
|
1094
|
+
the Derivative Works; and
|
|
1095
|
+
|
|
1096
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1097
|
+
distribution, then any Derivative Works that You distribute must
|
|
1098
|
+
include a readable copy of the attribution notices contained
|
|
1099
|
+
within such NOTICE file, excluding those notices that do not
|
|
1100
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1101
|
+
of the following places: within a NOTICE text file distributed
|
|
1102
|
+
as part of the Derivative Works; within the Source form or
|
|
1103
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1104
|
+
within a display generated by the Derivative Works, if and
|
|
1105
|
+
wherever such third-party notices normally appear. The contents
|
|
1106
|
+
of the NOTICE file are for informational purposes only and
|
|
1107
|
+
do not modify the License. You may add Your own attribution
|
|
1108
|
+
notices within Derivative Works that You distribute, alongside
|
|
1109
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1110
|
+
that such additional attribution notices cannot be construed
|
|
1111
|
+
as modifying the License.
|
|
1112
|
+
|
|
1113
|
+
You may add Your own copyright statement to Your modifications and
|
|
1114
|
+
may provide additional or different license terms and conditions
|
|
1115
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1116
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1117
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1118
|
+
the conditions stated in this License.
|
|
1119
|
+
|
|
1120
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1121
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1122
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1123
|
+
this License, without any additional terms or conditions.
|
|
1124
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1125
|
+
the terms of any separate license agreement you may have executed
|
|
1126
|
+
with Licensor regarding such Contributions.
|
|
1127
|
+
|
|
1128
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1129
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1130
|
+
except as required for reasonable and customary use in describing the
|
|
1131
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1132
|
+
|
|
1133
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1134
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1135
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1136
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1137
|
+
implied, including, without limitation, any warranties or conditions
|
|
1138
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1139
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1140
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1141
|
+
risks associated with Your exercise of permissions under this License.
|
|
1142
|
+
|
|
1143
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1144
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1145
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1146
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1147
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1148
|
+
incidental, or consequential damages of any character arising as a
|
|
1149
|
+
result of this License or out of the use or inability to use the
|
|
1150
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1151
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1152
|
+
other commercial damages or losses), even if such Contributor
|
|
1153
|
+
has been advised of the possibility of such damages.
|
|
1154
|
+
|
|
1155
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1156
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1157
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1158
|
+
or other liability obligations and/or rights consistent with this
|
|
1159
|
+
License. However, in accepting such obligations, You may act only
|
|
1160
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1161
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1162
|
+
defend, and hold each Contributor harmless for any liability
|
|
1163
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1164
|
+
of your accepting any such warranty or additional liability.
|
|
1165
|
+
|
|
1166
|
+
END OF TERMS AND CONDITIONS
|
|
1167
|
+
|
|
1168
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
1169
|
+
|
|
1170
|
+
To apply the Apache License to your work, attach the following
|
|
1171
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
1172
|
+
replaced with your own identifying information. (Don't include
|
|
1173
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
1174
|
+
comment syntax for the file format. We also recommend that a
|
|
1175
|
+
file or class name and description of purpose be included on the
|
|
1176
|
+
same "printed page" as the copyright notice for easier
|
|
1177
|
+
identification within third-party archives.
|
|
1178
|
+
|
|
1179
|
+
Copyright 2017 - 2025 R. Thomas
|
|
1180
|
+
Copyright 2017 - 2025 Quarkslab
|
|
1181
|
+
|
|
1182
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1183
|
+
you may not use this file except in compliance with the License.
|
|
1184
|
+
You may obtain a copy of the License at
|
|
1185
|
+
|
|
1186
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1187
|
+
|
|
1188
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1189
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1190
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1191
|
+
See the License for the specific language governing permissions and
|
|
1192
|
+
limitations under the License.
|
|
1193
|
+
"""
|
|
1194
|
+
|
|
963
1195
|
- llhttp, located at deps/llhttp, is licensed as follows:
|
|
964
1196
|
"""
|
|
965
1197
|
This software is licensed under the MIT License.
|
|
@@ -1022,7 +1254,8 @@ The externally maintained libraries used by Node.js are:
|
|
|
1022
1254
|
SOFTWARE.
|
|
1023
1255
|
"""
|
|
1024
1256
|
|
|
1025
|
-
- postject, located at test/fixtures/postject-copy
|
|
1257
|
+
- postject, located at test/fixtures/postject-copy and used as a basis for
|
|
1258
|
+
src/node_sea_bin.cc, is licensed as follows:
|
|
1026
1259
|
"""
|
|
1027
1260
|
Postject is licensed for use as follows:
|
|
1028
1261
|
|
package/README.md
CHANGED
|
@@ -453,6 +453,8 @@ For information about the governance of the Node.js project, see
|
|
|
453
453
|
**Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
|
|
454
454
|
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
455
455
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
456
|
+
* [watilde](https://github.com/watilde) -
|
|
457
|
+
**Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
|
|
456
458
|
* [zcbenz](https://github.com/zcbenz) -
|
|
457
459
|
**Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
|
|
458
460
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
@@ -717,8 +719,6 @@ For information about the governance of the Node.js project, see
|
|
|
717
719
|
**Vladimir Kurchatkin** <<vladimir.kurchatkin@gmail.com>>
|
|
718
720
|
* [vsemozhetbyt](https://github.com/vsemozhetbyt) -
|
|
719
721
|
**Vse Mozhet Byt** <<vsemozhetbyt@gmail.com>> (he/him)
|
|
720
|
-
* [watilde](https://github.com/watilde) -
|
|
721
|
-
**Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
|
|
722
722
|
* [watson](https://github.com/watson) -
|
|
723
723
|
**Thomas Watson** <<w@tson.dk>>
|
|
724
724
|
* [whitlockjc](https://github.com/whitlockjc) -
|
|
@@ -889,15 +889,15 @@ releases on a rotation basis as outlined in the
|
|
|
889
889
|
* [bengl](https://github.com/bengl) -
|
|
890
890
|
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
|
|
891
891
|
* [HeroDevs](https://www.herodevs.com/)
|
|
892
|
-
* [marco-ippolito](https://github.com/marco-ippolito) -
|
|
892
|
+
* [marco-ippolito](https://github.com/marco-ippolito) - OpenJSF handle: `Marco Ippolito`
|
|
893
893
|
**Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
|
|
894
894
|
* [NodeSource](https://nodesource.com/)
|
|
895
895
|
* [juanarbol](https://github.com/juanarbol) -
|
|
896
896
|
**Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
|
|
897
|
-
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
897
|
+
* [RafaelGSS](https://github.com/RafaelGSS) - OpenJSF handle: `RafaelGSS`
|
|
898
898
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
899
899
|
* [Platformatic](https://platformatic.dev/)
|
|
900
|
-
* [mcollina](https://github.com/mcollina) -
|
|
900
|
+
* [mcollina](https://github.com/mcollina) - OpenJSF handle: `mcollina`
|
|
901
901
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
902
902
|
* [Red Hat](https://redhat.com) / [IBM](https://ibm.com)
|
|
903
903
|
* [joesepi](https://github.com/joesepi) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
# Reset this number to 0 on major V8 upgrades.
|
|
40
40
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
41
|
-
'v8_embedder_string': '-node.
|
|
41
|
+
'v8_embedder_string': '-node.18',
|
|
42
42
|
|
|
43
43
|
##### V8 defaults for Node.js #####
|
|
44
44
|
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
],
|
|
599
599
|
}, { # else it's `AIX`
|
|
600
600
|
'variables': {
|
|
601
|
-
'gcc_major': '<!(
|
|
601
|
+
'gcc_major': '<!(sh -c "${CXX:-g++} -dumpversion")'
|
|
602
602
|
},
|
|
603
603
|
# Disable the following compiler warning:
|
|
604
604
|
#
|
package/include/node/config.gypi
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"enable_pgo_use": "false",
|
|
29
29
|
"enable_lto": "false",
|
|
30
30
|
"single_executable_application": "true",
|
|
31
|
+
"node_use_lief": "true",
|
|
31
32
|
"node_with_ltcg": "false",
|
|
32
33
|
"node_tag": "",
|
|
33
34
|
"node_release_urlbase": "https://nodejs.org/download/release/",
|
|
@@ -439,6 +440,7 @@
|
|
|
439
440
|
"node_shared_cares": "false",
|
|
440
441
|
"node_shared_gtest": "false",
|
|
441
442
|
"node_shared_hdr_histogram": "false",
|
|
443
|
+
"node_shared_nbytes": "false",
|
|
442
444
|
"node_shared_nghttp2": "false",
|
|
443
445
|
"node_shared_nghttp3": "false",
|
|
444
446
|
"node_shared_ngtcp2": "false",
|
|
@@ -478,13 +480,14 @@
|
|
|
478
480
|
"node_fipsinstall": "false",
|
|
479
481
|
"node_without_node_options": "false",
|
|
480
482
|
"openssl_version": 810549327,
|
|
483
|
+
"node_use_quic": "false",
|
|
481
484
|
"icu_small": "false",
|
|
482
485
|
"v8_enable_i18n_support": 1,
|
|
483
486
|
"icu_gyp_path": "tools/icu/icu-generic.gyp",
|
|
484
487
|
"icu_path": "deps/icu-small",
|
|
485
|
-
"icu_ver_major": "
|
|
488
|
+
"icu_ver_major": "78",
|
|
486
489
|
"icu_endianness": "l",
|
|
487
|
-
"icu_data_in": "../../deps/icu-tmp/
|
|
490
|
+
"icu_data_in": "../../deps/icu-tmp/icudt78l.dat",
|
|
488
491
|
"v8_enable_inspector": 1,
|
|
489
492
|
"node_section_ordering_info": "",
|
|
490
493
|
"node_builtin_shareable_builtins": [
|
|
@@ -508,18 +511,12 @@
|
|
|
508
511
|
"build_type==\"Release\"",
|
|
509
512
|
{
|
|
510
513
|
"variables": {
|
|
511
|
-
"v8_enable_v8_checks": 1
|
|
512
|
-
"cargo_build_mode": "release",
|
|
513
|
-
"cargo_build_flags": [
|
|
514
|
-
"--release"
|
|
515
|
-
]
|
|
514
|
+
"v8_enable_v8_checks": 1
|
|
516
515
|
}
|
|
517
516
|
},
|
|
518
517
|
{
|
|
519
518
|
"variables": {
|
|
520
|
-
"v8_enable_v8_checks": 0
|
|
521
|
-
"cargo_build_mode": "debug",
|
|
522
|
-
"cargo_build_flags": []
|
|
519
|
+
"v8_enable_v8_checks": 0
|
|
523
520
|
}
|
|
524
521
|
}
|
|
525
522
|
]
|
|
@@ -53,12 +53,12 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_object(napi_env env,
|
|
|
53
53
|
#ifdef NAPI_EXPERIMENTAL
|
|
54
54
|
#define NODE_API_EXPERIMENTAL_HAS_CREATE_OBJECT_WITH_PROPERTIES
|
|
55
55
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
56
|
+
node_api_create_object_with_properties(napi_env env,
|
|
57
|
+
napi_value prototype_or_null,
|
|
58
|
+
napi_value* property_names,
|
|
59
|
+
napi_value* property_values,
|
|
60
|
+
size_t property_count,
|
|
61
|
+
napi_value* result);
|
|
62
62
|
#endif // NAPI_EXPERIMENTAL
|
|
63
63
|
|
|
64
64
|
NAPI_EXTERN napi_status NAPI_CDECL napi_create_array(napi_env env,
|
|
@@ -7,12 +7,11 @@
|
|
|
7
7
|
#ifdef NAPI_EXPERIMENTAL
|
|
8
8
|
#define NAPI_VERSION NAPI_VERSION_EXPERIMENTAL
|
|
9
9
|
#else
|
|
10
|
-
// The baseline version for
|
|
11
|
-
//
|
|
12
|
-
//
|
|
13
|
-
//
|
|
14
|
-
//
|
|
15
|
-
// depended on that version.
|
|
10
|
+
// The baseline version for Node-API.
|
|
11
|
+
// NAPI_VERSION controls which version is used by default when compiling
|
|
12
|
+
// a native addon. If the addon developer wants to use functions from a
|
|
13
|
+
// newer Node-API version not yet available in all LTS versions, they can
|
|
14
|
+
// set NAPI_VERSION to explicitly depend on that version.
|
|
16
15
|
#define NAPI_VERSION 8
|
|
17
16
|
#endif
|
|
18
17
|
#endif
|
|
@@ -31,7 +30,7 @@
|
|
|
31
30
|
|
|
32
31
|
// This file needs to be compatible with C compilers.
|
|
33
32
|
// This is a public include file, and these includes have essentially
|
|
34
|
-
//
|
|
33
|
+
// become part of its API.
|
|
35
34
|
#include <stddef.h> // NOLINT(modernize-deprecated-headers)
|
|
36
35
|
#include <stdint.h> // NOLINT(modernize-deprecated-headers)
|
|
37
36
|
|
|
@@ -1001,6 +1001,13 @@ class V8_EXPORT Isolate {
|
|
|
1001
1001
|
*/
|
|
1002
1002
|
void GetHeapStatistics(HeapStatistics* heap_statistics);
|
|
1003
1003
|
|
|
1004
|
+
/**
|
|
1005
|
+
* Get total allocated bytes since isolate creation.
|
|
1006
|
+
* This should be used only by Node.JS, since it's a temporary method
|
|
1007
|
+
* to avoid breaking ABI on HeapStatistics.
|
|
1008
|
+
*/
|
|
1009
|
+
uint64_t GetTotalAllocatedBytes();
|
|
1010
|
+
|
|
1004
1011
|
/**
|
|
1005
1012
|
* Returns the number of spaces in the heap.
|
|
1006
1013
|
*/
|
|
@@ -154,13 +154,6 @@ class V8_EXPORT HeapStatistics {
|
|
|
154
154
|
size_t number_of_native_contexts() { return number_of_native_contexts_; }
|
|
155
155
|
size_t number_of_detached_contexts() { return number_of_detached_contexts_; }
|
|
156
156
|
|
|
157
|
-
/**
|
|
158
|
-
* Returns the total number of bytes allocated since the Isolate was created.
|
|
159
|
-
* This includes all heap objects allocated in any space (new, old, code,
|
|
160
|
-
* etc.).
|
|
161
|
-
*/
|
|
162
|
-
uint64_t total_allocated_bytes() { return total_allocated_bytes_; }
|
|
163
|
-
|
|
164
157
|
/**
|
|
165
158
|
* Returns a 0/1 boolean, which signifies whether the V8 overwrite heap
|
|
166
159
|
* garbage with a bit pattern.
|
|
@@ -182,7 +175,6 @@ class V8_EXPORT HeapStatistics {
|
|
|
182
175
|
size_t number_of_detached_contexts_;
|
|
183
176
|
size_t total_global_handles_size_;
|
|
184
177
|
size_t used_global_handles_size_;
|
|
185
|
-
uint64_t total_allocated_bytes_;
|
|
186
178
|
|
|
187
179
|
friend class V8;
|
|
188
180
|
friend class Isolate;
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -97,6 +97,9 @@ Allow execution of WASI when using the permission model.
|
|
|
97
97
|
.It Fl -allow-worker
|
|
98
98
|
Allow creating worker threads when using the permission model.
|
|
99
99
|
.
|
|
100
|
+
.It Fl -build-sea
|
|
101
|
+
Build a Node.js single executable application
|
|
102
|
+
.
|
|
100
103
|
.It Fl -completion-bash
|
|
101
104
|
Print source-able bash completion script for Node.js.
|
|
102
105
|
.
|
|
@@ -234,6 +237,10 @@ Enable the experimental QUIC support.
|
|
|
234
237
|
.
|
|
235
238
|
.It Fl -experimental-inspector-network-resource
|
|
236
239
|
Enable experimental support for inspector network resources.
|
|
240
|
+
|
|
241
|
+
.It Fl -experimental-storage-inspection
|
|
242
|
+
Enable experimental support for storage inspection.
|
|
243
|
+
|
|
237
244
|
.
|
|
238
245
|
.It Fl -force-context-aware
|
|
239
246
|
Disable loading native addons that are not context-aware.
|