node-linux-s390x 24.17.0 → 24.18.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 +169 -0
- package/LICENSE +202 -202
- package/README.md +6 -20
- package/bin/node +0 -0
- package/include/node/common.gypi +65 -1
- package/include/node/config.gypi +3 -0
- package/include/node/node.h +14 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#24.18.0">24.18.0</a><br/>
|
|
12
13
|
<a href="#24.17.0">24.17.0</a><br/>
|
|
13
14
|
<a href="#24.16.0">24.16.0</a><br/>
|
|
14
15
|
<a href="#24.15.0">24.15.0</a><br/>
|
|
@@ -65,6 +66,174 @@
|
|
|
65
66
|
* [io.js](CHANGELOG_IOJS.md)
|
|
66
67
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
67
68
|
|
|
69
|
+
<a id="24.18.0"></a>
|
|
70
|
+
|
|
71
|
+
## 2026-06-23, Version 24.18.0 'Krypton' (LTS), @richardlau prepared by @sxa
|
|
72
|
+
|
|
73
|
+
### Notable Changes
|
|
74
|
+
|
|
75
|
+
* \[[`e07e7a31e1`](https://github.com/nodejs/node/commit/e07e7a31e1)] - **crypto**: update root certificates to NSS 3.123.1 (Node.js GitHub Bot) [#63527](https://github.com/nodejs/node/pull/63527)
|
|
76
|
+
* \[[`44c8ebcbd6`](https://github.com/nodejs/node/commit/44c8ebcbd6)] - **http**: avoid stream listeners on idle agent sockets (Matteo Collina) [#64004](https://github.com/nodejs/node/pull/64004)
|
|
77
|
+
* \[[`d3ef4122ee`](https://github.com/nodejs/node/commit/d3ef4122ee)] - **(SEMVER-MINOR)** **buffer**: increase Buffer.poolSize default to 64 KiB (Matteo Collina) [#63597](https://github.com/nodejs/node/pull/63597)
|
|
78
|
+
* \[[`bb2857b85a`](https://github.com/nodejs/node/commit/bb2857b85a)] - **(SEMVER-MINOR)** **crypto**: align key argument names in docs and error messages (Filip Skokan) [#62527](https://github.com/nodejs/node/pull/62527)
|
|
79
|
+
* \[[`b9d5e87880`](https://github.com/nodejs/node/commit/b9d5e87880)] - **(SEMVER-MINOR)** **crypto**: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) [#62527](https://github.com/nodejs/node/pull/62527)
|
|
80
|
+
* \[[`ccd756d61e`](https://github.com/nodejs/node/commit/ccd756d61e)] - **(SEMVER-MINOR)** **crypto**: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) [#62183](https://github.com/nodejs/node/pull/62183)
|
|
81
|
+
* \[[`4c9251fc09`](https://github.com/nodejs/node/commit/4c9251fc09)] - **(SEMVER-MINOR)** **http**: add writeInformation to send arbitrary 1xx status codes (Tim Perry) [#63155](https://github.com/nodejs/node/pull/63155)
|
|
82
|
+
* \[[`8c989ec4a3`](https://github.com/nodejs/node/commit/8c989ec4a3)] - **(SEMVER-MINOR)** **inspector**: expose precise coverage start to JS runtime (sangwook) [#63079](https://github.com/nodejs/node/pull/63079)
|
|
83
|
+
* \[[`3f54c8ba32`](https://github.com/nodejs/node/commit/3f54c8ba32)] - _**Revert**_ "**stream**: noop pause/resume on destroyed streams" (Stewart X Addison) [#63834](https://github.com/nodejs/node/pull/63834)
|
|
84
|
+
|
|
85
|
+
### Commits
|
|
86
|
+
|
|
87
|
+
* \[[`d3ef4122ee`](https://github.com/nodejs/node/commit/d3ef4122ee)] - **(SEMVER-MINOR)** **buffer**: increase Buffer.poolSize default to 64 KiB (Matteo Collina) [#63597](https://github.com/nodejs/node/pull/63597)
|
|
88
|
+
* \[[`9ff36e40f0`](https://github.com/nodejs/node/commit/9ff36e40f0)] - **build**: add --enable-all-experimentals build flag (Paolo Insogna) [#62755](https://github.com/nodejs/node/pull/62755)
|
|
89
|
+
* \[[`7c22ee23aa`](https://github.com/nodejs/node/commit/7c22ee23aa)] - **build**: def `NODE_USE_NODE_CODE_CACHE` only used in node\_mksnapshot (Chengzhong Wu) [#63588](https://github.com/nodejs/node/pull/63588)
|
|
90
|
+
* \[[`2551abdb4a`](https://github.com/nodejs/node/commit/2551abdb4a)] - **build,win**: enable x64 PGO (Stefan Stojanovic) [#62761](https://github.com/nodejs/node/pull/62761)
|
|
91
|
+
* \[[`e8a55ce9b1`](https://github.com/nodejs/node/commit/e8a55ce9b1)] - **crypto**: strengthen argument CHECKs in TurboSHAKE (Tobias Nießen) [#62763](https://github.com/nodejs/node/pull/62763)
|
|
92
|
+
* \[[`ae61cd68f3`](https://github.com/nodejs/node/commit/ae61cd68f3)] - **crypto**: harden WebCrypto against prototype pollution (Filip Skokan) [#63363](https://github.com/nodejs/node/pull/63363)
|
|
93
|
+
* \[[`3d05a1d396`](https://github.com/nodejs/node/commit/3d05a1d396)] - **crypto**: pass CryptoKey handles to KDF jobs (Filip Skokan) [#63363](https://github.com/nodejs/node/pull/63363)
|
|
94
|
+
* \[[`f9d10a3f6b`](https://github.com/nodejs/node/commit/f9d10a3f6b)] - **crypto**: remove async from WebCrypto methods (Filip Skokan) [#63363](https://github.com/nodejs/node/pull/63363)
|
|
95
|
+
* \[[`e431d93e9e`](https://github.com/nodejs/node/commit/e431d93e9e)] - **crypto**: add WebCrypto CryptoJob mode (Filip Skokan) [#63363](https://github.com/nodejs/node/pull/63363)
|
|
96
|
+
* \[[`56e2505e48`](https://github.com/nodejs/node/commit/56e2505e48)] - **crypto**: wire ML-DSA and ML-KEM for use when using BoringSSL (Filip Skokan) [#63255](https://github.com/nodejs/node/pull/63255)
|
|
97
|
+
* \[[`3bac77f2a8`](https://github.com/nodejs/node/commit/3bac77f2a8)] - **crypto**: wire ChaCha20-Poly1305 in Web Cryptography when using BoringSSL (Filip Skokan) [#63255](https://github.com/nodejs/node/pull/63255)
|
|
98
|
+
* \[[`1bff901b09`](https://github.com/nodejs/node/commit/1bff901b09)] - **crypto**: wire AES-KW in Web Cryptography when using BoringSSL (Filip Skokan) [#63255](https://github.com/nodejs/node/pull/63255)
|
|
99
|
+
* \[[`4433fca3df`](https://github.com/nodejs/node/commit/4433fca3df)] - **crypto**: harden CryptoKey algorithm slots (Filip Skokan) [#63111](https://github.com/nodejs/node/pull/63111)
|
|
100
|
+
* \[[`b5cf01217a`](https://github.com/nodejs/node/commit/b5cf01217a)] - **crypto**: harden KeyObject internal slots (Filip Skokan) [#63111](https://github.com/nodejs/node/pull/63111)
|
|
101
|
+
* \[[`ce84aef37d`](https://github.com/nodejs/node/commit/ce84aef37d)] - **crypto**: add guards and adjust tests for BoringSSL (Filip Skokan) [#62883](https://github.com/nodejs/node/pull/62883)
|
|
102
|
+
* \[[`26781689b0`](https://github.com/nodejs/node/commit/26781689b0)] - **crypto**: reject duplicate ML-KEM JWK key\_ops (Filip Skokan) [#62905](https://github.com/nodejs/node/pull/62905)
|
|
103
|
+
* \[[`aeea8f4970`](https://github.com/nodejs/node/commit/aeea8f4970)] - **crypto**: add JWK support for ML-KEM and SLH-DSA key types (Filip Skokan) [#62706](https://github.com/nodejs/node/pull/62706)
|
|
104
|
+
* \[[`407cf91656`](https://github.com/nodejs/node/commit/407cf91656)] - **crypto**: guard against size\_t overflow on experimental 32-bit arch (Filip Skokan) [#62626](https://github.com/nodejs/node/pull/62626)
|
|
105
|
+
* \[[`bb2857b85a`](https://github.com/nodejs/node/commit/bb2857b85a)] - **(SEMVER-MINOR)** **crypto**: align key argument names in docs and error messages (Filip Skokan) [#62527](https://github.com/nodejs/node/pull/62527)
|
|
106
|
+
* \[[`b9d5e87880`](https://github.com/nodejs/node/commit/b9d5e87880)] - **(SEMVER-MINOR)** **crypto**: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) [#62527](https://github.com/nodejs/node/pull/62527)
|
|
107
|
+
* \[[`b46d52b283`](https://github.com/nodejs/node/commit/b46d52b283)] - **crypto**: unify asymmetric key import through KeyObjectHandle::Init (Filip Skokan) [#62499](https://github.com/nodejs/node/pull/62499)
|
|
108
|
+
* \[[`ccd756d61e`](https://github.com/nodejs/node/commit/ccd756d61e)] - **(SEMVER-MINOR)** **crypto**: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) [#62183](https://github.com/nodejs/node/pull/62183)
|
|
109
|
+
* \[[`e07e7a31e1`](https://github.com/nodejs/node/commit/e07e7a31e1)] - **crypto**: update root certificates to NSS 3.123.1 (Node.js GitHub Bot) [#63527](https://github.com/nodejs/node/pull/63527)
|
|
110
|
+
* \[[`61826df455`](https://github.com/nodejs/node/commit/61826df455)] - **crypto**: coerce -0 keylen to +0 in pbkdf2 and scrypt (Jordan Harband) [#63531](https://github.com/nodejs/node/pull/63531)
|
|
111
|
+
* \[[`16d2fd3c07`](https://github.com/nodejs/node/commit/16d2fd3c07)] - **crypto**: align verifyOneShot accepted types (Anshika Jain) [#63280](https://github.com/nodejs/node/pull/63280)
|
|
112
|
+
* \[[`3b8330deda`](https://github.com/nodejs/node/commit/3b8330deda)] - **crypto**: improve system certificate enumeration logic on macOS (Robo) [#62576](https://github.com/nodejs/node/pull/62576)
|
|
113
|
+
* \[[`141de35399`](https://github.com/nodejs/node/commit/141de35399)] - **debugger**: add --help to `node inspect` and improve docs (Joyee Cheung) [#63201](https://github.com/nodejs/node/pull/63201)
|
|
114
|
+
* \[[`b76bfcd4fa`](https://github.com/nodejs/node/commit/b76bfcd4fa)] - **deps**: upgrade npm to 11.16.0 (npm team) [#63602](https://github.com/nodejs/node/pull/63602)
|
|
115
|
+
* \[[`4ec142314c`](https://github.com/nodejs/node/commit/4ec142314c)] - **deps**: SQLite: cherry-pick b869ed6b067d623cb1383549f2a18aa35508385d (Junsu Han) [#63525](https://github.com/nodejs/node/pull/63525)
|
|
116
|
+
* \[[`19e8ce1c36`](https://github.com/nodejs/node/commit/19e8ce1c36)] - **deps**: upgrade npm to 11.15.0 (npm team) [#63463](https://github.com/nodejs/node/pull/63463)
|
|
117
|
+
* \[[`8a264260e2`](https://github.com/nodejs/node/commit/8a264260e2)] - **deps**: update sqlite to 3.53.1 (Node.js GitHub Bot) [#63217](https://github.com/nodejs/node/pull/63217)
|
|
118
|
+
* \[[`50c8ff3f94`](https://github.com/nodejs/node/commit/50c8ff3f94)] - **deps**: update simdjson to 4.6.4 (Node.js GitHub Bot) [#62811](https://github.com/nodejs/node/pull/62811)
|
|
119
|
+
* \[[`6e56f01c4b`](https://github.com/nodejs/node/commit/6e56f01c4b)] - **deps**: V8: cherry-pick 435a2cdf664c (Matthias Liedtke) [#63136](https://github.com/nodejs/node/pull/63136)
|
|
120
|
+
* \[[`3ba813b242`](https://github.com/nodejs/node/commit/3ba813b242)] - **deps**: cherry-pick libuv/libuv\@a43e543 (Ali Hassan) [#63222](https://github.com/nodejs/node/pull/63222)
|
|
121
|
+
* \[[`2390e3a5ac`](https://github.com/nodejs/node/commit/2390e3a5ac)] - **doc**: remove duplicated sentences in large-pull-requests.md (Joyee Cheung) [#63650](https://github.com/nodejs/node/pull/63650)
|
|
122
|
+
* \[[`52a1c18374`](https://github.com/nodejs/node/commit/52a1c18374)] - **doc**: update `git node land` instructions for security releases (Antoine du Hamel) [#63586](https://github.com/nodejs/node/pull/63586)
|
|
123
|
+
* \[[`3e6b4da037`](https://github.com/nodejs/node/commit/3e6b4da037)] - **doc**: drop --experimental from --permission (Rafael Gonzaga) [#63583](https://github.com/nodejs/node/pull/63583)
|
|
124
|
+
* \[[`84d05163b9`](https://github.com/nodejs/node/commit/84d05163b9)] - **doc**: explicitly ask for reproducible in JS (Rafael Gonzaga) [#63479](https://github.com/nodejs/node/pull/63479)
|
|
125
|
+
* \[[`7da2a4450e`](https://github.com/nodejs/node/commit/7da2a4450e)] - **doc**: fix URL postMessage example in worker\_threads (Kit Dallege) [#62203](https://github.com/nodejs/node/pull/62203)
|
|
126
|
+
* \[[`3d79bd8b29`](https://github.com/nodejs/node/commit/3d79bd8b29)] - **doc**: clarify `filter` option of `sqlite.database.applyChangeset` (Antoine du Hamel) [#63515](https://github.com/nodejs/node/pull/63515)
|
|
127
|
+
* \[[`4f4174aace`](https://github.com/nodejs/node/commit/4f4174aace)] - **doc**: fix double spaces in ERR\_TLS\_INVALID\_PROTOCOL\_METHOD (Daijiro Wachi) [#63511](https://github.com/nodejs/node/pull/63511)
|
|
128
|
+
* \[[`388323ca4b`](https://github.com/nodejs/node/commit/388323ca4b)] - **doc**: fix double space in modules.md (Daijiro Wachi) [#63512](https://github.com/nodejs/node/pull/63512)
|
|
129
|
+
* \[[`5258ccc058`](https://github.com/nodejs/node/commit/5258ccc058)] - **doc**: fix "options" to "option" in tls.createServer (Daijiro Wachi) [#63453](https://github.com/nodejs/node/pull/63453)
|
|
130
|
+
* \[[`43e83e6507`](https://github.com/nodejs/node/commit/43e83e6507)] - **doc**: fix typo in deprecations (Daijiro Wachi) [#63434](https://github.com/nodejs/node/pull/63434)
|
|
131
|
+
* \[[`f05a61d54c`](https://github.com/nodejs/node/commit/f05a61d54c)] - **doc**: remove unsupported template type from v8.md (René) [#63410](https://github.com/nodejs/node/pull/63410)
|
|
132
|
+
* \[[`c39d5fc820`](https://github.com/nodejs/node/commit/c39d5fc820)] - **doc**: fix article usage before vowel-sound acronyms (joao-oliveira-softtor) [#62696](https://github.com/nodejs/node/pull/62696)
|
|
133
|
+
* \[[`398261f911`](https://github.com/nodejs/node/commit/398261f911)] - **doc**: remove the bi-monthly contributor spotlight section (Claudio Wunder) [#62734](https://github.com/nodejs/node/pull/62734)
|
|
134
|
+
* \[[`fd9e14c405`](https://github.com/nodejs/node/commit/fd9e14c405)] - **doc**: update http2's `push` and `trailers` events with `rawHeaders` param (YuSheng Chen) [#63259](https://github.com/nodejs/node/pull/63259)
|
|
135
|
+
* \[[`b943ce6933`](https://github.com/nodejs/node/commit/b943ce6933)] - **doc**: remove inactive members from Triagers list (Antoine du Hamel) [#63329](https://github.com/nodejs/node/pull/63329)
|
|
136
|
+
* \[[`4b9cdfc022`](https://github.com/nodejs/node/commit/4b9cdfc022)] - **doc**: reference correct function in Module docs (Robin Malfait) [#63247](https://github.com/nodejs/node/pull/63247)
|
|
137
|
+
* \[[`bed84b6df2`](https://github.com/nodejs/node/commit/bed84b6df2)] - **doc**: replace Visual Studio 2022 Evergreen version reference with 17.14 (Mike McCready) [#63211](https://github.com/nodejs/node/pull/63211)
|
|
138
|
+
* \[[`32ea70569b`](https://github.com/nodejs/node/commit/32ea70569b)] - **doc**: recommend explicitly Tier 1 or 2 for production applications (Mike McCready) [#63187](https://github.com/nodejs/node/pull/63187)
|
|
139
|
+
* \[[`4627bcfd82`](https://github.com/nodejs/node/commit/4627bcfd82)] - **doc**: run license-builder (github-actions\[bot]) [#63232](https://github.com/nodejs/node/pull/63232)
|
|
140
|
+
* \[[`28eba71845`](https://github.com/nodejs/node/commit/28eba71845)] - **doc**: add large pull requests contributing guide (Matteo Collina) [#62829](https://github.com/nodejs/node/pull/62829)
|
|
141
|
+
* \[[`2648efd438`](https://github.com/nodejs/node/commit/2648efd438)] - **doc**: remove unnecessary `<!-- eslint-` magic comments (Antoine du Hamel) [#63200](https://github.com/nodejs/node/pull/63200)
|
|
142
|
+
* \[[`a95fc1f8fc`](https://github.com/nodejs/node/commit/a95fc1f8fc)] - **doc**: clarify SEA platform support excludes darwin-x64 (MJSHANG) [#63181](https://github.com/nodejs/node/pull/63181)
|
|
143
|
+
* \[[`aaef29e2e1`](https://github.com/nodejs/node/commit/aaef29e2e1)] - **doc**: update release steps when post-release fails (Rafael Gonzaga) [#63131](https://github.com/nodejs/node/pull/63131)
|
|
144
|
+
* \[[`7d81419cf2`](https://github.com/nodejs/node/commit/7d81419cf2)] - **doc**: add Hmac.digest() documentation-only deprecation (DEP0206) (Anshika Jain) [#63121](https://github.com/nodejs/node/pull/63121)
|
|
145
|
+
* \[[`ececd80d81`](https://github.com/nodejs/node/commit/ececd80d81)] - **doc**: document the latest-vX.x schema (Marco Ippolito) [#63033](https://github.com/nodejs/node/pull/63033)
|
|
146
|
+
* \[[`27c1c1d842`](https://github.com/nodejs/node/commit/27c1c1d842)] - **doc**: remove list of versions in `BUILDING.md` (Antoine du Hamel) [#63113](https://github.com/nodejs/node/pull/63113)
|
|
147
|
+
* \[[`e369886a65`](https://github.com/nodejs/node/commit/e369886a65)] - **doc,sqlite**: document entryPoint argument for loadExtension (Edy Silva) [#63152](https://github.com/nodejs/node/pull/63152)
|
|
148
|
+
* \[[`e4e5137cbd`](https://github.com/nodejs/node/commit/e4e5137cbd)] - **errors**: handle V8 warnings in DisallowJavascriptExecutionScope (Divyanshu Sharma) [#63491](https://github.com/nodejs/node/pull/63491)
|
|
149
|
+
* \[[`6d1f6048d2`](https://github.com/nodejs/node/commit/6d1f6048d2)] - **fs**: make `Date` properties on `Stats` enumerable (LiviaMedeiros) [#63328](https://github.com/nodejs/node/pull/63328)
|
|
150
|
+
* \[[`44c8ebcbd6`](https://github.com/nodejs/node/commit/44c8ebcbd6)] - **http**: avoid stream listeners on idle agent sockets (Matteo Collina) [#64004](https://github.com/nodejs/node/pull/64004)
|
|
151
|
+
* \[[`4c9251fc09`](https://github.com/nodejs/node/commit/4c9251fc09)] - **(SEMVER-MINOR)** **http**: add writeInformation to send arbitrary 1xx status codes (Tim Perry) [#63155](https://github.com/nodejs/node/pull/63155)
|
|
152
|
+
* \[[`39f61fb06c`](https://github.com/nodejs/node/commit/39f61fb06c)] - **http2**: emit session close before stream close (Matteo Collina) [#63414](https://github.com/nodejs/node/pull/63414)
|
|
153
|
+
* \[[`8a8f2127d1`](https://github.com/nodejs/node/commit/8a8f2127d1)] - **http2**: validate non-link headers in writeEarlyHints (Matteo Collina) [#62017](https://github.com/nodejs/node/pull/62017)
|
|
154
|
+
* \[[`8c989ec4a3`](https://github.com/nodejs/node/commit/8c989ec4a3)] - **(SEMVER-MINOR)** **inspector**: expose precise coverage start to JS runtime (sangwook) [#63079](https://github.com/nodejs/node/pull/63079)
|
|
155
|
+
* \[[`c05f38229b`](https://github.com/nodejs/node/commit/c05f38229b)] - **lib**: cleanup stateless diffiehellman key handling (Filip Skokan) [#62645](https://github.com/nodejs/node/pull/62645)
|
|
156
|
+
* \[[`1c16b45d35`](https://github.com/nodejs/node/commit/1c16b45d35)] - **lib**: refactor internal webidl converters (Filip Skokan) [#62979](https://github.com/nodejs/node/pull/62979)
|
|
157
|
+
* \[[`02f35d6dce`](https://github.com/nodejs/node/commit/02f35d6dce)] - **lib**: define `kEnumerableProperty` atomically (Antoine du Hamel) [#63609](https://github.com/nodejs/node/pull/63609)
|
|
158
|
+
* \[[`12c51547ba`](https://github.com/nodejs/node/commit/12c51547ba)] - **lib**: fix typos in esm loader comments (RonGamzu) [#63465](https://github.com/nodejs/node/pull/63465)
|
|
159
|
+
* \[[`9b03b84262`](https://github.com/nodejs/node/commit/9b03b84262)] - **lib**: fix typo idenity => identity (Daijiro Wachi) [#63112](https://github.com/nodejs/node/pull/63112)
|
|
160
|
+
* \[[`a84e6b0567`](https://github.com/nodejs/node/commit/a84e6b0567)] - **lib**: fixes validator message (Daijiro Wachi) [#62823](https://github.com/nodejs/node/pull/62823)
|
|
161
|
+
* \[[`11734166a8`](https://github.com/nodejs/node/commit/11734166a8)] - **lib**: narrow ReadableStreamBYOBRequest.view return type to Uint8Array (RoomWithOutRoof) [#63017](https://github.com/nodejs/node/pull/63017)
|
|
162
|
+
* \[[`7cead61d21`](https://github.com/nodejs/node/commit/7cead61d21)] - **meta**: flip mcollina emails in .mailmap (Matteo Collina) [#63621](https://github.com/nodejs/node/pull/63621)
|
|
163
|
+
* \[[`a08cfcfd35`](https://github.com/nodejs/node/commit/a08cfcfd35)] - **meta**: label "source maps" PRs (Chengzhong Wu) [#63591](https://github.com/nodejs/node/pull/63591)
|
|
164
|
+
* \[[`d56e8d2512`](https://github.com/nodejs/node/commit/d56e8d2512)] - **meta**: add `vfs` subsystem label (René) [#62331](https://github.com/nodejs/node/pull/62331)
|
|
165
|
+
* \[[`6201cfe488`](https://github.com/nodejs/node/commit/6201cfe488)] - **meta**: skip scheduled workflows on forks (Jamie Magee) [#63565](https://github.com/nodejs/node/pull/63565)
|
|
166
|
+
* \[[`f095e2bd31`](https://github.com/nodejs/node/commit/f095e2bd31)] - **meta**: add additional gitignore entries (James M Snell) [#63267](https://github.com/nodejs/node/pull/63267)
|
|
167
|
+
* \[[`1ea52c444c`](https://github.com/nodejs/node/commit/1ea52c444c)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#63402](https://github.com/nodejs/node/pull/63402)
|
|
168
|
+
* \[[`b1b2327611`](https://github.com/nodejs/node/commit/b1b2327611)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#63235](https://github.com/nodejs/node/pull/63235)
|
|
169
|
+
* \[[`7d88e130a9`](https://github.com/nodejs/node/commit/7d88e130a9)] - **meta**: ignore AI assistants files (Matteo Collina) [#62612](https://github.com/nodejs/node/pull/62612)
|
|
170
|
+
* \[[`a53b51df38`](https://github.com/nodejs/node/commit/a53b51df38)] - **module**: load ESM helpers eagerly in the snapshot (Joyee Cheung) [#63550](https://github.com/nodejs/node/pull/63550)
|
|
171
|
+
* \[[`69df688fff`](https://github.com/nodejs/node/commit/69df688fff)] - **module**: fix sync hook short-circuit in require() in imported CJS (Joyee Cheung) [#62920](https://github.com/nodejs/node/pull/62920)
|
|
172
|
+
* \[[`75d9a4ed47`](https://github.com/nodejs/node/commit/75d9a4ed47)] - **node-api**: support SharedArrayBuffer in napi\_create\_typedarray (Yilong Li) [#62710](https://github.com/nodejs/node/pull/62710)
|
|
173
|
+
* \[[`c20aa4c47b`](https://github.com/nodejs/node/commit/c20aa4c47b)] - **quic**: add reusePort option to QuicEndpoint (James M Snell) [#63267](https://github.com/nodejs/node/pull/63267)
|
|
174
|
+
* \[[`26a30d8a7f`](https://github.com/nodejs/node/commit/26a30d8a7f)] - **quic**: implement rate limiting for version nego and immediate close (James M Snell) [#63267](https://github.com/nodejs/node/pull/63267)
|
|
175
|
+
* \[[`0b534b5770`](https://github.com/nodejs/node/commit/0b534b5770)] - **quic**: fixup linting issue after other changes (James M Snell) [#63267](https://github.com/nodejs/node/pull/63267)
|
|
176
|
+
* \[[`4b367cbe09`](https://github.com/nodejs/node/commit/4b367cbe09)] - **quic**: remove unused binding variable in session.cc (James M Snell) [#63177](https://github.com/nodejs/node/pull/63177)
|
|
177
|
+
* \[[`2574bef5a6`](https://github.com/nodejs/node/commit/2574bef5a6)] - **repl**: fix dedup comparing normalized line against raw history (Daijiro Wachi) [#62886](https://github.com/nodejs/node/pull/62886)
|
|
178
|
+
* \[[`30e71c7e49`](https://github.com/nodejs/node/commit/30e71c7e49)] - **sqlite**: keep source database alive during backup (Matteo Collina) [#62673](https://github.com/nodejs/node/pull/62673)
|
|
179
|
+
* \[[`677ca7e76c`](https://github.com/nodejs/node/commit/677ca7e76c)] - **src**: simplify OpenSSL feature gates (Filip Skokan) [#63255](https://github.com/nodejs/node/pull/63255)
|
|
180
|
+
* \[[`c863c75c39`](https://github.com/nodejs/node/commit/c863c75c39)] - **src**: add BoringSSL EVP enumeration fallback (Filip Skokan) [#63206](https://github.com/nodejs/node/pull/63206)
|
|
181
|
+
* \[[`f6b2466921`](https://github.com/nodejs/node/commit/f6b2466921)] - **src**: decouple KeyObject and CryptoKey and move CryptoKey to src (Filip Skokan) [#62924](https://github.com/nodejs/node/pull/62924)
|
|
182
|
+
* \[[`92d4f07dd2`](https://github.com/nodejs/node/commit/92d4f07dd2)] - **src**: remove license headers for new node\_profiling files (Chengzhong Wu) [#63066](https://github.com/nodejs/node/pull/63066)
|
|
183
|
+
* \[[`8ac5d771c8`](https://github.com/nodejs/node/commit/8ac5d771c8)] - **src**: split profiling helpers from util (Ilyas Shabi) [#63008](https://github.com/nodejs/node/pull/63008)
|
|
184
|
+
* \[[`85d1639495`](https://github.com/nodejs/node/commit/85d1639495)] - **src**: remove TOCTOU race condition when encoding SAB-backed `Buffer`s (Antoine du Hamel) [#63517](https://github.com/nodejs/node/pull/63517)
|
|
185
|
+
* \[[`9473c5f05c`](https://github.com/nodejs/node/commit/9473c5f05c)] - **src**: skip duplicate UTF-8 validation in TextDecoder fatal path (Mert Can Altin) [#63231](https://github.com/nodejs/node/pull/63231)
|
|
186
|
+
* \[[`f35c91ee68`](https://github.com/nodejs/node/commit/f35c91ee68)] - **src**: improve token return value check (James M Snell) [#63483](https://github.com/nodejs/node/pull/63483)
|
|
187
|
+
* \[[`26f677c1c5`](https://github.com/nodejs/node/commit/26f677c1c5)] - **src**: expose `node::RegisterContext` to make a node managed context (Chengzhong Wu) [#62322](https://github.com/nodejs/node/pull/62322)
|
|
188
|
+
* \[[`275cf909b6`](https://github.com/nodejs/node/commit/275cf909b6)] - **src,sqlite**: only pass `xFilter` when user provided a callback (Antoine du Hamel) [#63516](https://github.com/nodejs/node/pull/63516)
|
|
189
|
+
* \[[`287e02303f`](https://github.com/nodejs/node/commit/287e02303f)] - **src,sqlite**: remove dead code (Edy Silva) [#63204](https://github.com/nodejs/node/pull/63204)
|
|
190
|
+
* \[[`58fa2ee189`](https://github.com/nodejs/node/commit/58fa2ee189)] - **stream**: switch to internal `sleep` binding (Antoine du Hamel) [#63611](https://github.com/nodejs/node/pull/63611)
|
|
191
|
+
* \[[`f954ab3f1a`](https://github.com/nodejs/node/commit/f954ab3f1a)] - **stream**: use data listener for compose forwarding (Trivikram Kamat) [#63593](https://github.com/nodejs/node/pull/63593)
|
|
192
|
+
* \[[`dc57173003`](https://github.com/nodejs/node/commit/dc57173003)] - **stream**: fix Writable.toWeb() hang on synchronous drain (sangwook) [#61197](https://github.com/nodejs/node/pull/61197)
|
|
193
|
+
* \[[`3f54c8ba32`](https://github.com/nodejs/node/commit/3f54c8ba32)] - _**Revert**_ "**stream**: noop pause/resume on destroyed streams" (Stewart X Addison) [#63834](https://github.com/nodejs/node/pull/63834)
|
|
194
|
+
* \[[`cee279c5d6`](https://github.com/nodejs/node/commit/cee279c5d6)] - **stream**: remove unnecessary check (Antoine du Hamel) [#63030](https://github.com/nodejs/node/pull/63030)
|
|
195
|
+
* \[[`61b20f60a3`](https://github.com/nodejs/node/commit/61b20f60a3)] - **test**: update tls/crypto behaviour expectations when using BoringSSL (Filip Skokan) [#63161](https://github.com/nodejs/node/pull/63161)
|
|
196
|
+
* \[[`a835363808`](https://github.com/nodejs/node/commit/a835363808)] - **test**: update WPT for WebCryptoAPI to 97bbc7247a (Node.js GitHub Bot) [#63417](https://github.com/nodejs/node/pull/63417)
|
|
197
|
+
* \[[`a00297480b`](https://github.com/nodejs/node/commit/a00297480b)] - **test**: update WPT resources, interfaces and WebCryptoAPI (Node.js GitHub Bot) [#62389](https://github.com/nodejs/node/pull/62389)
|
|
198
|
+
* \[[`5a95a2b055`](https://github.com/nodejs/node/commit/5a95a2b055)] - **test**: shorten path in net pipe connect errors (Matteo Collina) [#63405](https://github.com/nodejs/node/pull/63405)
|
|
199
|
+
* \[[`5e8ff22d8f`](https://github.com/nodejs/node/commit/5e8ff22d8f)] - **test**: remove test-node-output-v8-warning (Joyee Cheung) [#63469](https://github.com/nodejs/node/pull/63469)
|
|
200
|
+
* \[[`ee15380950`](https://github.com/nodejs/node/commit/ee15380950)] - **test**: update test426-fixtures to 9b9e225b5a63139e9a95cdd1bf874a8f0b9d131 (Node.js GitHub Bot) [#63373](https://github.com/nodejs/node/pull/63373)
|
|
201
|
+
* \[[`9e063d9bea`](https://github.com/nodejs/node/commit/9e063d9bea)] - **test**: update WPT for url to e4a4672e9e (Node.js GitHub Bot) [#63372](https://github.com/nodejs/node/pull/63372)
|
|
202
|
+
* \[[`503bee4b43`](https://github.com/nodejs/node/commit/503bee4b43)] - **test**: deflake async-hooks statwatcher test (Trivikram Kamat) [#63396](https://github.com/nodejs/node/pull/63396)
|
|
203
|
+
* \[[`cccc7c32d8`](https://github.com/nodejs/node/commit/cccc7c32d8)] - **test**: avoid test\_runner watch restart in spec snapshot (Trivikram Kamat) [#63392](https://github.com/nodejs/node/pull/63392)
|
|
204
|
+
* \[[`c89489258c`](https://github.com/nodejs/node/commit/c89489258c)] - **test**: reduce watch mode restart flakiness (Trivikram Kamat) [#63390](https://github.com/nodejs/node/pull/63390)
|
|
205
|
+
* \[[`e4d5e2578e`](https://github.com/nodejs/node/commit/e4d5e2578e)] - **test**: isolate rerun-failures state file under tmpdir (Chemi Atlow) [#63449](https://github.com/nodejs/node/pull/63449)
|
|
206
|
+
* \[[`362644a9ba`](https://github.com/nodejs/node/commit/362644a9ba)] - **test**: wait for ok before initial break after restart (Yuya Inoue) [#62807](https://github.com/nodejs/node/pull/62807)
|
|
207
|
+
* \[[`c4058d0e05`](https://github.com/nodejs/node/commit/c4058d0e05)] - **test**: disable Maglev in near-heap-limit worker test (Trivikram Kamat) [#63398](https://github.com/nodejs/node/pull/63398)
|
|
208
|
+
* \[[`214da630a7`](https://github.com/nodejs/node/commit/214da630a7)] - **test**: deflake connection refused proxy tests (Trivikram Kamat) [#63395](https://github.com/nodejs/node/pull/63395)
|
|
209
|
+
* \[[`1d61a29876`](https://github.com/nodejs/node/commit/1d61a29876)] - **test**: avoid repeated writes in watch helper (Trivikram Kamat) [#63386](https://github.com/nodejs/node/pull/63386)
|
|
210
|
+
* \[[`2004e25387`](https://github.com/nodejs/node/commit/2004e25387)] - **test**: deflake watch mode worker test (Trivikram Kamat) [#63384](https://github.com/nodejs/node/pull/63384)
|
|
211
|
+
* \[[`d691cccfc1`](https://github.com/nodejs/node/commit/d691cccfc1)] - **test**: relax test-memory-usage arrayBuffers check (inoway46) [#63244](https://github.com/nodejs/node/pull/63244)
|
|
212
|
+
* \[[`0ff6bf853c`](https://github.com/nodejs/node/commit/0ff6bf853c)] - **test**: reduce flakiness of `different-registry-per-thread` (Antoine du Hamel) [#63244](https://github.com/nodejs/node/pull/63244)
|
|
213
|
+
* \[[`d9f4e8e503`](https://github.com/nodejs/node/commit/d9f4e8e503)] - **test**: fix flaky test-watch-mode-inspect timeout (Matteo Collina) [#63361](https://github.com/nodejs/node/pull/63361)
|
|
214
|
+
* \[[`6d7cd50328`](https://github.com/nodejs/node/commit/6d7cd50328)] - **test**: relax min assertion in test-performance-eventloopdelay (Marco) [#63100](https://github.com/nodejs/node/pull/63100)
|
|
215
|
+
* \[[`9dafe1d2d8`](https://github.com/nodejs/node/commit/9dafe1d2d8)] - **test**: avoid flaky restart sync in debugger exceptions test (Yuya Inoue) [#62055](https://github.com/nodejs/node/pull/62055)
|
|
216
|
+
* \[[`989b2de973`](https://github.com/nodejs/node/commit/989b2de973)] - **test**: avoid initial-break wait in restart-message (inoway46) [#62060](https://github.com/nodejs/node/pull/62060)
|
|
217
|
+
* \[[`a072a25ee7`](https://github.com/nodejs/node/commit/a072a25ee7)] - **test**: move FFI tests to `NATIVE_SUITES` (Antoine du Hamel) [#63165](https://github.com/nodejs/node/pull/63165)
|
|
218
|
+
* \[[`64efbfd878`](https://github.com/nodejs/node/commit/64efbfd878)] - **test**: use ERM to destroy sqlite database handles after tests (René) [#63076](https://github.com/nodejs/node/pull/63076)
|
|
219
|
+
* \[[`7dee66cd94`](https://github.com/nodejs/node/commit/7dee66cd94)] - **test\_runner**: dont buffer unordered events in process isolation mode (Moshe Atlow) [#63432](https://github.com/nodejs/node/pull/63432)
|
|
220
|
+
* \[[`d257eec1e3`](https://github.com/nodejs/node/commit/d257eec1e3)] - **test\_runner**: fix --test-rerun-failures swallowing failures on retry (Chemi Atlow) [#63431](https://github.com/nodejs/node/pull/63431)
|
|
221
|
+
* \[[`288c320e2f`](https://github.com/nodejs/node/commit/288c320e2f)] - **test\_runner**: show replayed-from-attempt hint in spec reporter (Moshe Atlow) [#63429](https://github.com/nodejs/node/pull/63429)
|
|
222
|
+
* \[[`904bdf5bb4`](https://github.com/nodejs/node/commit/904bdf5bb4)] - **test\_runner**: preserve run duration when using test-rerun (Moshe Atlow) [#63429](https://github.com/nodejs/node/pull/63429)
|
|
223
|
+
* \[[`df183d7bfa`](https://github.com/nodejs/node/commit/df183d7bfa)] - **test\_runner**: avoid hanging on incomplete v8 frames (Ali Hassan) [#62704](https://github.com/nodejs/node/pull/62704)
|
|
224
|
+
* \[[`ec86c69726`](https://github.com/nodejs/node/commit/ec86c69726)] - **test\_runner**: fix diagnostics channel context tracking (Moshe Atlow) [#63283](https://github.com/nodejs/node/pull/63283)
|
|
225
|
+
* \[[`94e5f63b83`](https://github.com/nodejs/node/commit/94e5f63b83)] - **tls**: add unsupported renegotiation error (Filip Skokan) [#63161](https://github.com/nodejs/node/pull/63161)
|
|
226
|
+
* \[[`06d308fb61`](https://github.com/nodejs/node/commit/06d308fb61)] - **tools**: prevent lib code from reading KeyObject and CryptoKey accessors (Filip Skokan) [#63111](https://github.com/nodejs/node/pull/63111)
|
|
227
|
+
* \[[`2e4a0d0c91`](https://github.com/nodejs/node/commit/2e4a0d0c91)] - **tools**: bump brace-expansion from 5.0.5 to 5.0.6 in /tools/eslint (dependabot\[bot]) [#63415](https://github.com/nodejs/node/pull/63415)
|
|
228
|
+
* \[[`4c9666b366`](https://github.com/nodejs/node/commit/4c9666b366)] - **tools**: skip commit-lint on backport pull requests (Marco) [#63378](https://github.com/nodejs/node/pull/63378)
|
|
229
|
+
* \[[`67d0c490a8`](https://github.com/nodejs/node/commit/67d0c490a8)] - **tools**: fix skip of `test-internet` on forks (Antoine du Hamel) [#63492](https://github.com/nodejs/node/pull/63492)
|
|
230
|
+
* \[[`02f73c7cac`](https://github.com/nodejs/node/commit/02f73c7cac)] - **tools**: bump the eslint group in /tools/eslint with 4 updates (dependabot\[bot]) [#63075](https://github.com/nodejs/node/pull/63075)
|
|
231
|
+
* \[[`5d016d3241`](https://github.com/nodejs/node/commit/5d016d3241)] - **tools**: update gyp-next to 0.22.2 (Node.js GitHub Bot) [#63374](https://github.com/nodejs/node/pull/63374)
|
|
232
|
+
* \[[`55af0f0edb`](https://github.com/nodejs/node/commit/55af0f0edb)] - **tools**: fix test426 updater (Antoine du Hamel) [#63271](https://github.com/nodejs/node/pull/63271)
|
|
233
|
+
* \[[`d8475e167a`](https://github.com/nodejs/node/commit/d8475e167a)] - **tools**: use different branch for tool updates on staging branches (Antoine du Hamel) [#63110](https://github.com/nodejs/node/pull/63110)
|
|
234
|
+
* \[[`c605df9e50`](https://github.com/nodejs/node/commit/c605df9e50)] - **util**: remove unused functions (Antoine du Hamel) [#63612](https://github.com/nodejs/node/pull/63612)
|
|
235
|
+
* \[[`fe4540ebdb`](https://github.com/nodejs/node/commit/fe4540ebdb)] - **util**: create hex style cache and fast path (Guilherme Araújo) [#62999](https://github.com/nodejs/node/pull/62999)
|
|
236
|
+
|
|
68
237
|
<a id="24.17.0"></a>
|
|
69
238
|
|
|
70
239
|
## 2026-06-18, Version 24.17.0 'Krypton' (LTS), @aduh95
|
package/LICENSE
CHANGED
|
@@ -996,208 +996,208 @@ The externally maintained libraries used by Node.js are:
|
|
|
996
996
|
|
|
997
997
|
- LIEF, located at deps/LIEF, is licensed as follows:
|
|
998
998
|
"""
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
999
|
+
Apache License
|
|
1000
|
+
Version 2.0, January 2004
|
|
1001
|
+
http://www.apache.org/licenses/
|
|
1002
|
+
|
|
1003
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1004
|
+
|
|
1005
|
+
1. Definitions.
|
|
1006
|
+
|
|
1007
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
1008
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
1009
|
+
|
|
1010
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
1011
|
+
the copyright owner that is granting the License.
|
|
1012
|
+
|
|
1013
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
1014
|
+
other entities that control, are controlled by, or are under common
|
|
1015
|
+
control with that entity. For the purposes of this definition,
|
|
1016
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
1017
|
+
direction or management of such entity, whether by contract or
|
|
1018
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1019
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1020
|
+
|
|
1021
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
1022
|
+
exercising permissions granted by this License.
|
|
1023
|
+
|
|
1024
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
1025
|
+
including but not limited to software source code, documentation
|
|
1026
|
+
source, and configuration files.
|
|
1027
|
+
|
|
1028
|
+
"Object" form shall mean any form resulting from mechanical
|
|
1029
|
+
transformation or translation of a Source form, including but
|
|
1030
|
+
not limited to compiled object code, generated documentation,
|
|
1031
|
+
and conversions to other media types.
|
|
1032
|
+
|
|
1033
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
1034
|
+
Object form, made available under the License, as indicated by a
|
|
1035
|
+
copyright notice that is included in or attached to the work
|
|
1036
|
+
(an example is provided in the Appendix below).
|
|
1037
|
+
|
|
1038
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
1039
|
+
form, that is based on (or derived from) the Work and for which the
|
|
1040
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
1041
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
1042
|
+
of this License, Derivative Works shall not include works that remain
|
|
1043
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
1044
|
+
the Work and Derivative Works thereof.
|
|
1045
|
+
|
|
1046
|
+
"Contribution" shall mean any work of authorship, including
|
|
1047
|
+
the original version of the Work and any modifications or additions
|
|
1048
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
1049
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1050
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
1051
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
1052
|
+
means any form of electronic, verbal, or written communication sent
|
|
1053
|
+
to the Licensor or its representatives, including but not limited to
|
|
1054
|
+
communication on electronic mailing lists, source code control systems,
|
|
1055
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
1056
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
1057
|
+
excluding communication that is conspicuously marked or otherwise
|
|
1058
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
1059
|
+
|
|
1060
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1061
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
1062
|
+
subsequently incorporated within the Work.
|
|
1063
|
+
|
|
1064
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1065
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1066
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1067
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1068
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
1069
|
+
Work and such Derivative Works in Source or Object form.
|
|
1070
|
+
|
|
1071
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
1072
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1073
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1074
|
+
(except as stated in this section) patent license to make, have made,
|
|
1075
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1076
|
+
where such license applies only to those patent claims licensable
|
|
1077
|
+
by such Contributor that are necessarily infringed by their
|
|
1078
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
1079
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
1080
|
+
institute patent litigation against any entity (including a
|
|
1081
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1082
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1083
|
+
or contributory patent infringement, then any patent licenses
|
|
1084
|
+
granted to You under this License for that Work shall terminate
|
|
1085
|
+
as of the date such litigation is filed.
|
|
1086
|
+
|
|
1087
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1088
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1089
|
+
modifications, and in Source or Object form, provided that You
|
|
1090
|
+
meet the following conditions:
|
|
1091
|
+
|
|
1092
|
+
(a) You must give any other recipients of the Work or
|
|
1093
|
+
Derivative Works a copy of this License; and
|
|
1094
|
+
|
|
1095
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1096
|
+
stating that You changed the files; and
|
|
1097
|
+
|
|
1098
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1099
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1100
|
+
attribution notices from the Source form of the Work,
|
|
1101
|
+
excluding those notices that do not pertain to any part of
|
|
1102
|
+
the Derivative Works; and
|
|
1103
|
+
|
|
1104
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1105
|
+
distribution, then any Derivative Works that You distribute must
|
|
1106
|
+
include a readable copy of the attribution notices contained
|
|
1107
|
+
within such NOTICE file, excluding those notices that do not
|
|
1108
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1109
|
+
of the following places: within a NOTICE text file distributed
|
|
1110
|
+
as part of the Derivative Works; within the Source form or
|
|
1111
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1112
|
+
within a display generated by the Derivative Works, if and
|
|
1113
|
+
wherever such third-party notices normally appear. The contents
|
|
1114
|
+
of the NOTICE file are for informational purposes only and
|
|
1115
|
+
do not modify the License. You may add Your own attribution
|
|
1116
|
+
notices within Derivative Works that You distribute, alongside
|
|
1117
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1118
|
+
that such additional attribution notices cannot be construed
|
|
1119
|
+
as modifying the License.
|
|
1120
|
+
|
|
1121
|
+
You may add Your own copyright statement to Your modifications and
|
|
1122
|
+
may provide additional or different license terms and conditions
|
|
1123
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1124
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1125
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1126
|
+
the conditions stated in this License.
|
|
1127
|
+
|
|
1128
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1129
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1130
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1131
|
+
this License, without any additional terms or conditions.
|
|
1132
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1133
|
+
the terms of any separate license agreement you may have executed
|
|
1134
|
+
with Licensor regarding such Contributions.
|
|
1135
|
+
|
|
1136
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1137
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1138
|
+
except as required for reasonable and customary use in describing the
|
|
1139
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1140
|
+
|
|
1141
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1142
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1143
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1144
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1145
|
+
implied, including, without limitation, any warranties or conditions
|
|
1146
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1147
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1148
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1149
|
+
risks associated with Your exercise of permissions under this License.
|
|
1150
|
+
|
|
1151
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1152
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1153
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1154
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1155
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1156
|
+
incidental, or consequential damages of any character arising as a
|
|
1157
|
+
result of this License or out of the use or inability to use the
|
|
1158
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1159
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1160
|
+
other commercial damages or losses), even if such Contributor
|
|
1161
|
+
has been advised of the possibility of such damages.
|
|
1162
|
+
|
|
1163
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1164
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1165
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1166
|
+
or other liability obligations and/or rights consistent with this
|
|
1167
|
+
License. However, in accepting such obligations, You may act only
|
|
1168
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1169
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1170
|
+
defend, and hold each Contributor harmless for any liability
|
|
1171
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1172
|
+
of your accepting any such warranty or additional liability.
|
|
1173
|
+
|
|
1174
|
+
END OF TERMS AND CONDITIONS
|
|
1175
|
+
|
|
1176
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
1177
|
+
|
|
1178
|
+
To apply the Apache License to your work, attach the following
|
|
1179
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
1180
|
+
replaced with your own identifying information. (Don't include
|
|
1181
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
1182
|
+
comment syntax for the file format. We also recommend that a
|
|
1183
|
+
file or class name and description of purpose be included on the
|
|
1184
|
+
same "printed page" as the copyright notice for easier
|
|
1185
|
+
identification within third-party archives.
|
|
1186
|
+
|
|
1187
|
+
Copyright 2017 - 2025 R. Thomas
|
|
1188
|
+
Copyright 2017 - 2025 Quarkslab
|
|
1189
|
+
|
|
1190
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1191
|
+
you may not use this file except in compliance with the License.
|
|
1192
|
+
You may obtain a copy of the License at
|
|
1193
|
+
|
|
1194
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1195
|
+
|
|
1196
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1197
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1198
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1199
|
+
See the License for the specific language governing permissions and
|
|
1200
|
+
limitations under the License.
|
|
1201
1201
|
"""
|
|
1202
1202
|
|
|
1203
1203
|
- llhttp, located at deps/llhttp, is licensed as follows:
|
package/README.md
CHANGED
|
@@ -317,8 +317,6 @@ For information about the governance of the Node.js project, see
|
|
|
317
317
|
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
318
318
|
* [dario-piotrowicz](https://github.com/dario-piotrowicz) -
|
|
319
319
|
**Dario Piotrowicz** <<dario.piotrowicz@gmail.com>> (he/him)
|
|
320
|
-
* [debadree25](https://github.com/debadree25) -
|
|
321
|
-
**Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
|
|
322
320
|
* [deokjinkim](https://github.com/deokjinkim) -
|
|
323
321
|
**Deokjin Kim** <<deokjin81.kim@gmail.com>> (he/him)
|
|
324
322
|
* [edsadr](https://github.com/edsadr) -
|
|
@@ -365,8 +363,6 @@ For information about the governance of the Node.js project, see
|
|
|
365
363
|
**James M Snell** <<jasnell@gmail.com>> (he/him)
|
|
366
364
|
* [jazelly](https://github.com/jazelly) -
|
|
367
365
|
**Jason Zhang** <<xzha4350@gmail.com>> (he/him)
|
|
368
|
-
* [JonasBa](https://github.com/JonasBa) -
|
|
369
|
-
**Jonas Badalic** <<jonas.badalic@gmail.com>> (he/him)
|
|
370
366
|
* [joyeecheung](https://github.com/joyeecheung) -
|
|
371
367
|
**Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
|
|
372
368
|
* [juanarbol](https://github.com/juanarbol) -
|
|
@@ -453,8 +449,6 @@ For information about the governance of the Node.js project, see
|
|
|
453
449
|
**Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
|
|
454
450
|
* [watilde](https://github.com/watilde) -
|
|
455
451
|
**Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
|
|
456
|
-
* [zcbenz](https://github.com/zcbenz) -
|
|
457
|
-
**Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
|
|
458
452
|
* [ZYSzys](https://github.com/ZYSzys) -
|
|
459
453
|
**Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
|
|
460
454
|
|
|
@@ -509,6 +503,8 @@ For information about the governance of the Node.js project, see
|
|
|
509
503
|
**David Cai** <<davidcai1993@yahoo.com>> (he/him)
|
|
510
504
|
* [davisjam](https://github.com/davisjam) -
|
|
511
505
|
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
506
|
+
* [debadree25](https://github.com/debadree25) -
|
|
507
|
+
**Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
|
|
512
508
|
* [devnexen](https://github.com/devnexen) -
|
|
513
509
|
**David Carlier** <<devnexen@gmail.com>>
|
|
514
510
|
* [devsnek](https://github.com/devsnek) -
|
|
@@ -573,6 +569,8 @@ For information about the governance of the Node.js project, see
|
|
|
573
569
|
**João Reis** <<reis@janeasystems.com>>
|
|
574
570
|
* [joesepi](https://github.com/joesepi) -
|
|
575
571
|
**Joe Sepi** <<sepi@joesepi.com>> (he/him)
|
|
572
|
+
* [JonasBa](https://github.com/JonasBa) -
|
|
573
|
+
**Jonas Badalic** <<jonas.badalic@gmail.com>> (he/him)
|
|
576
574
|
* [joshgav](https://github.com/joshgav) -
|
|
577
575
|
**Josh Gavant** <<josh.gavant@outlook.com>>
|
|
578
576
|
* [julianduque](https://github.com/julianduque) -
|
|
@@ -733,6 +731,8 @@ For information about the governance of the Node.js project, see
|
|
|
733
731
|
**Yorkie Liu** <<yorkiefixer@gmail.com>>
|
|
734
732
|
* [yosuke-furukawa](https://github.com/yosuke-furukawa) -
|
|
735
733
|
**Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
|
|
734
|
+
* [zcbenz](https://github.com/zcbenz) -
|
|
735
|
+
**Cheng Zhao** <<zcbenz@gmail.com>> (he/him)
|
|
736
736
|
|
|
737
737
|
</details>
|
|
738
738
|
|
|
@@ -745,38 +745,24 @@ maintaining the Node.js project.
|
|
|
745
745
|
|
|
746
746
|
* [1ilsang](https://github.com/1ilsang) -
|
|
747
747
|
**Sangchul Lee** <<1ilsang.dev@gmail.com>> (he/him)
|
|
748
|
-
* [atlowChemi](https://github.com/atlowChemi) -
|
|
749
|
-
**Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
|
|
750
748
|
* [bjohansebas](https://github.com/bjohansebas) -
|
|
751
749
|
**Sebastian Beltran** <<bjohansebas@gmail.com>>
|
|
752
750
|
* [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
|
|
753
751
|
**Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
|
|
754
|
-
* [CanadaHonk](https://github.com/CanadaHonk) -
|
|
755
|
-
**Oliver Medhurst** <<honk@goose.icu>> (they/them)
|
|
756
|
-
* [daeyeon](https://github.com/daeyeon) -
|
|
757
|
-
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
758
752
|
* [efekrskl](https://github.com/efekrskl) -
|
|
759
753
|
**Efe Karasakal** <<hi@efe.dev>> (he/him)
|
|
760
754
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
761
755
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
762
|
-
* [gurgunday](https://github.com/gurgunday) -
|
|
763
|
-
**Gürgün Dayıoğlu** <<hey@gurgun.day>>
|
|
764
756
|
* [haramj](https://github.com/haramj) -
|
|
765
757
|
**Haram Jeong** <<haramj.dev@gmail.com>>
|
|
766
758
|
* [HBSPS](https://github.com/HBSPS) -
|
|
767
759
|
**Wiyeong Seo** <<hbsps.dev@gmail.com>>
|
|
768
760
|
* [iam-frankqiu](https://github.com/iam-frankqiu) -
|
|
769
761
|
**Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
|
|
770
|
-
* [KevinEady](https://github.com/KevinEady) -
|
|
771
|
-
**Kevin Eady** <<kevin.c.eady@gmail.com>> (he/him)
|
|
772
|
-
* [marsonya](https://github.com/marsonya) -
|
|
773
|
-
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
774
762
|
* [milesguicent](https://github.com/milesguicent) -
|
|
775
763
|
**Miles Guicent** <<guicent@pm.me>> (he/him)
|
|
776
764
|
* [preveen-stack](https://github.com/preveen-stack) -
|
|
777
765
|
**Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
|
|
778
|
-
* [RaisinTen](https://github.com/RaisinTen) -
|
|
779
|
-
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
780
766
|
|
|
781
767
|
Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
|
|
782
768
|
responding to new issues.
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -12,9 +12,11 @@
|
|
|
12
12
|
'msvs_multi_core_compile': '0', # we do enable multicore compiles, but not using the V8 way
|
|
13
13
|
'enable_pgo_generate%': '0',
|
|
14
14
|
'enable_pgo_use%': '0',
|
|
15
|
+
'clang_profile_lib%': '',
|
|
15
16
|
'python%': 'python',
|
|
16
17
|
|
|
17
18
|
'node_shared%': 'false',
|
|
19
|
+
'node_enable_experimentals%': 'false',
|
|
18
20
|
'force_dynamic_crt%': 0,
|
|
19
21
|
'node_use_v8_platform%': 'true',
|
|
20
22
|
'node_use_bundled_v8%': 'true',
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
|
|
39
41
|
# Reset this number to 0 on major V8 upgrades.
|
|
40
42
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
41
|
-
'v8_embedder_string': '-node.
|
|
43
|
+
'v8_embedder_string': '-node.50',
|
|
42
44
|
|
|
43
45
|
##### V8 defaults for Node.js #####
|
|
44
46
|
|
|
@@ -245,6 +247,65 @@
|
|
|
245
247
|
},],
|
|
246
248
|
],
|
|
247
249
|
},],
|
|
250
|
+
['OS=="win"', {
|
|
251
|
+
'conditions': [
|
|
252
|
+
['enable_lto=="true"', {
|
|
253
|
+
'msvs_settings': {
|
|
254
|
+
'VCCLCompilerTool': {
|
|
255
|
+
'AdditionalOptions': ['-flto=full'],
|
|
256
|
+
},
|
|
257
|
+
'VCLibrarianTool': {
|
|
258
|
+
'AdditionalOptions': ['-flto=full'],
|
|
259
|
+
},
|
|
260
|
+
'VCLinkerTool': {
|
|
261
|
+
'AdditionalOptions': ['-flto=full'],
|
|
262
|
+
},
|
|
263
|
+
},
|
|
264
|
+
},],
|
|
265
|
+
['enable_thin_lto=="true"', {
|
|
266
|
+
'msvs_settings': {
|
|
267
|
+
'VCCLCompilerTool': {
|
|
268
|
+
'AdditionalOptions': ['-flto=thin'],
|
|
269
|
+
},
|
|
270
|
+
'VCLibrarianTool': {
|
|
271
|
+
'AdditionalOptions': ['-flto=thin'],
|
|
272
|
+
},
|
|
273
|
+
'VCLinkerTool': {
|
|
274
|
+
'AdditionalOptions': ['-flto=thin'],
|
|
275
|
+
},
|
|
276
|
+
},
|
|
277
|
+
},],
|
|
278
|
+
],
|
|
279
|
+
'target_conditions': [
|
|
280
|
+
['_toolset=="target"', {
|
|
281
|
+
'conditions': [
|
|
282
|
+
['enable_pgo_generate=="true"', {
|
|
283
|
+
'msvs_settings': {
|
|
284
|
+
'VCCLCompilerTool': {
|
|
285
|
+
'AdditionalOptions': ['-fprofile-generate'],
|
|
286
|
+
},
|
|
287
|
+
'VCLinkerTool': {
|
|
288
|
+
'AdditionalOptions': [
|
|
289
|
+
'/NODEFAULTLIB:clang_rt.profile.lib',
|
|
290
|
+
'"<(clang_profile_lib)"',
|
|
291
|
+
],
|
|
292
|
+
},
|
|
293
|
+
},
|
|
294
|
+
},],
|
|
295
|
+
['enable_pgo_use=="true"', {
|
|
296
|
+
'msvs_settings': {
|
|
297
|
+
'VCCLCompilerTool': {
|
|
298
|
+
'AdditionalOptions': ['-fprofile-use=$(SolutionDir)node.profdata'],
|
|
299
|
+
},
|
|
300
|
+
'VCLinkerTool': {
|
|
301
|
+
'AdditionalOptions': ['-fprofile-use=$(SolutionDir)node.profdata'],
|
|
302
|
+
},
|
|
303
|
+
},
|
|
304
|
+
},],
|
|
305
|
+
],
|
|
306
|
+
},],
|
|
307
|
+
],
|
|
308
|
+
},],
|
|
248
309
|
['OS == "android"', {
|
|
249
310
|
'cflags': [ '-fPIC', '-I<(android_ndk_path)/sources/android/cpufeatures' ],
|
|
250
311
|
'ldflags': [ '-fPIC' ]
|
|
@@ -440,6 +501,9 @@
|
|
|
440
501
|
}],
|
|
441
502
|
# The defines bellow must include all things from the external_v8_defines
|
|
442
503
|
# list in v8/BUILD.gn.
|
|
504
|
+
['node_enable_experimentals == "true"', {
|
|
505
|
+
'defines': ['EXPERIMENTALS_DEFAULT_VALUE=true'],
|
|
506
|
+
}],
|
|
443
507
|
['v8_enable_v8_checks == 1', {
|
|
444
508
|
'defines': ['V8_ENABLE_CHECKS'],
|
|
445
509
|
}],
|
package/include/node/config.gypi
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"clang": 0,
|
|
6
6
|
"llvm_version": "0.0",
|
|
7
7
|
"gas_version": "2.38",
|
|
8
|
+
"node_enable_experimentals": "false",
|
|
8
9
|
"node_prefix": "/",
|
|
9
10
|
"node_install_npm": "true",
|
|
10
11
|
"node_install_corepack": "true",
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
"enable_pgo_generate": "false",
|
|
27
28
|
"enable_pgo_use": "false",
|
|
28
29
|
"enable_lto": "false",
|
|
30
|
+
"enable_thin_lto": "false",
|
|
29
31
|
"single_executable_application": "true",
|
|
30
32
|
"node_with_ltcg": "false",
|
|
31
33
|
"node_tag": "",
|
|
@@ -136,6 +138,7 @@
|
|
|
136
138
|
"lib/internal/crypto/sig.js",
|
|
137
139
|
"lib/internal/crypto/util.js",
|
|
138
140
|
"lib/internal/crypto/webcrypto.js",
|
|
141
|
+
"lib/internal/crypto/webcrypto_util.js",
|
|
139
142
|
"lib/internal/crypto/webidl.js",
|
|
140
143
|
"lib/internal/crypto/x509.js",
|
|
141
144
|
"lib/internal/data_url.js",
|
package/include/node/node.h
CHANGED
|
@@ -608,6 +608,8 @@ NODE_EXTERN v8::Isolate* NewIsolate(
|
|
|
608
608
|
const IsolateSettings& settings = {});
|
|
609
609
|
|
|
610
610
|
// Creates a new context with Node.js-specific tweaks.
|
|
611
|
+
// Call `RegisterContext` after the context been created to register
|
|
612
|
+
// the context with Node.js specific setups like the inspector.
|
|
611
613
|
NODE_EXTERN v8::Local<v8::Context> NewContext(
|
|
612
614
|
v8::Isolate* isolate,
|
|
613
615
|
v8::Local<v8::ObjectTemplate> object_template =
|
|
@@ -617,6 +619,18 @@ NODE_EXTERN v8::Local<v8::Context> NewContext(
|
|
|
617
619
|
// Return value indicates success of operation
|
|
618
620
|
NODE_EXTERN v8::Maybe<bool> InitializeContext(v8::Local<v8::Context> context);
|
|
619
621
|
|
|
622
|
+
// Associate the context with the given Environment. This registers the context
|
|
623
|
+
// as known to Node.js, makes it available to the inspector. This also registers
|
|
624
|
+
// Node.js promise hooks on the context.
|
|
625
|
+
NODE_EXTERN void RegisterContext(Environment* env,
|
|
626
|
+
v8::Local<v8::Context> context,
|
|
627
|
+
std::string_view name = "",
|
|
628
|
+
std::string_view origin = "");
|
|
629
|
+
// Unregister the context. Call this when the embedder finished all work with
|
|
630
|
+
// this context.
|
|
631
|
+
NODE_EXTERN void UnregisterContext(Environment* env,
|
|
632
|
+
v8::Local<v8::Context> context);
|
|
633
|
+
|
|
620
634
|
// If `platform` is passed, it will be used to register new Worker instances.
|
|
621
635
|
// It can be `nullptr`, in which case creating new Workers inside of
|
|
622
636
|
// Environments that use this `IsolateData` will not work.
|