node-linux-arm64 18.3.0 → 18.4.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 CHANGED
@@ -8,6 +8,8 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#18.4.0">18.4.0</a><br/>
12
+ <a href="#18.3.0">18.3.0</a><br/>
11
13
  <a href="#18.2.0">18.2.0</a><br/>
12
14
  <a href="#18.1.0">18.1.0</a><br/>
13
15
  <a href="#18.0.0">18.0.0</a><br/>
@@ -35,6 +37,118 @@
35
37
  * [io.js](CHANGELOG_IOJS.md)
36
38
  * [Archive](CHANGELOG_ARCHIVE.md)
37
39
 
40
+ <a id="18.4.0"></a>
41
+
42
+ ## 2022-06-16, Version 18.4.0 (Current), @danielleadams
43
+
44
+ ### Notable Changes
45
+
46
+ * **crypto**:
47
+ * remove Node.js-specific webcrypto extensions (Filip Skokan) [#43310](https://github.com/nodejs/node/pull/43310)
48
+ * add CFRG curves to Web Crypto API (Filip Skokan) [#42507](https://github.com/nodejs/node/pull/42507)
49
+ * **dns**:
50
+ * accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) [#43054](https://github.com/nodejs/node/pull/43054)
51
+ * **report**:
52
+ * add more heap infos in process report (theanarkh) [#43116](https://github.com/nodejs/node/pull/43116)
53
+
54
+ ### Commits
55
+
56
+ * \[[`702bfa0b7c`](https://github.com/nodejs/node/commit/702bfa0b7c)] - **async\_hooks**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
57
+ * \[[`f7c4015fd8`](https://github.com/nodejs/node/commit/f7c4015fd8)] - **bootstrap**: consolidate global properties definition (Chengzhong Wu) [#43357](https://github.com/nodejs/node/pull/43357)
58
+ * \[[`8d892f5259`](https://github.com/nodejs/node/commit/8d892f5259)] - **build**: add nonpm and nocorepack to vcbuild.bat (Darshan Sen) [#43219](https://github.com/nodejs/node/pull/43219)
59
+ * \[[`4109ddc005`](https://github.com/nodejs/node/commit/4109ddc005)] - **child\_process**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
60
+ * \[[`7b5cb14f0c`](https://github.com/nodejs/node/commit/7b5cb14f0c)] - **cluster**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
61
+ * \[[`9f1de2c005`](https://github.com/nodejs/node/commit/9f1de2c005)] - **crypto**: fix webcrypto import of cfrg raw public keys (Filip Skokan) [#43404](https://github.com/nodejs/node/pull/43404)
62
+ * \[[`7f02e22998`](https://github.com/nodejs/node/commit/7f02e22998)] - **crypto**: test webcrypto ec raw public key import (Filip Skokan) [#43405](https://github.com/nodejs/node/pull/43405)
63
+ * \[[`0a075cb548`](https://github.com/nodejs/node/commit/0a075cb548)] - **crypto**: fix webcrypto JWK EC and OKP import crv check (Filip Skokan) [#43346](https://github.com/nodejs/node/pull/43346)
64
+ * \[[`df0903c8e8`](https://github.com/nodejs/node/commit/df0903c8e8)] - **crypto**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
65
+ * \[[`6d0053345e`](https://github.com/nodejs/node/commit/6d0053345e)] - **(SEMVER-MINOR)** **crypto**: remove Node.js-specific webcrypto extensions (Filip Skokan) [#43310](https://github.com/nodejs/node/pull/43310)
66
+ * \[[`28c034d6b5`](https://github.com/nodejs/node/commit/28c034d6b5)] - **(SEMVER-MINOR)** **crypto**: add CFRG curves to Web Crypto API (Filip Skokan) [#42507](https://github.com/nodejs/node/pull/42507)
67
+ * \[[`fe7fd85109`](https://github.com/nodejs/node/commit/fe7fd85109)] - **deps**: update Corepack to 0.11.2 (Maël Nison) [#43402](https://github.com/nodejs/node/pull/43402)
68
+ * \[[`517f17b214`](https://github.com/nodejs/node/commit/517f17b214)] - **deps**: update undici to 5.5.1 (Node.js GitHub Bot) [#43412](https://github.com/nodejs/node/pull/43412)
69
+ * \[[`f4c830fbe4`](https://github.com/nodejs/node/commit/f4c830fbe4)] - **deps**: upgrade npm to 8.12.1 (npm CLI robot) [#43301](https://github.com/nodejs/node/pull/43301)
70
+ * \[[`0bb84b09a5`](https://github.com/nodejs/node/commit/0bb84b09a5)] - **(SEMVER-MINOR)** **dns**: accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) [#43054](https://github.com/nodejs/node/pull/43054)
71
+ * \[[`f91babe494`](https://github.com/nodejs/node/commit/f91babe494)] - **doc**: packages documentation updates for 12 EOL (Guy Bedford) [#43375](https://github.com/nodejs/node/pull/43375)
72
+ * \[[`066f963ec1`](https://github.com/nodejs/node/commit/066f963ec1)] - **doc**: add initial doc on how to update cjs-module-lexer (Michael Dawson) [#43255](https://github.com/nodejs/node/pull/43255)
73
+ * \[[`36e5684ae0`](https://github.com/nodejs/node/commit/36e5684ae0)] - **doc**: clarify use of deps/icu-small (Michael Dawson) [#43287](https://github.com/nodejs/node/pull/43287)
74
+ * \[[`b9634e7ef3`](https://github.com/nodejs/node/commit/b9634e7ef3)] - **doc**: remove llnode from diag tierlist (Tony Gorez) [#43289](https://github.com/nodejs/node/pull/43289)
75
+ * \[[`4caeb10e7b`](https://github.com/nodejs/node/commit/4caeb10e7b)] - **doc**: remove ETW from diag tierlist (Tony Gorez) [#43295](https://github.com/nodejs/node/pull/43295)
76
+ * \[[`41955e5ce5`](https://github.com/nodejs/node/commit/41955e5ce5)] - **doc**: use serial comma in report docs (Tobias Nießen) [#43394](https://github.com/nodejs/node/pull/43394)
77
+ * \[[`e30d4c1cb0`](https://github.com/nodejs/node/commit/e30d4c1cb0)] - **doc**: add fspromises mkdir example (Tierney Cyren) [#40843](https://github.com/nodejs/node/pull/40843)
78
+ * \[[`adec5fa929`](https://github.com/nodejs/node/commit/adec5fa929)] - **doc**: add F3n67u to triagers (Feng Yu) [#43350](https://github.com/nodejs/node/pull/43350)
79
+ * \[[`cc3505b192`](https://github.com/nodejs/node/commit/cc3505b192)] - **doc**: fix typo in globals.md (Daeyeon Jeong) [#43365](https://github.com/nodejs/node/pull/43365)
80
+ * \[[`052c8eaf6a`](https://github.com/nodejs/node/commit/052c8eaf6a)] - **doc**: use serial comma in webstreams docs (Tobias Nießen) [#43353](https://github.com/nodejs/node/pull/43353)
81
+ * \[[`b824a0b7d0`](https://github.com/nodejs/node/commit/b824a0b7d0)] - **doc**: fix specifier example in `esm.md` (hiroki osame) [#43351](https://github.com/nodejs/node/pull/43351)
82
+ * \[[`d558b3c028`](https://github.com/nodejs/node/commit/d558b3c028)] - **doc**: add undici to glossary (F3n67u) [#43327](https://github.com/nodejs/node/pull/43327)
83
+ * \[[`f9ad98f5cb`](https://github.com/nodejs/node/commit/f9ad98f5cb)] - **doc**: change glossary link in pull request guide to node's glossary doc (Feng Yu) [#43318](https://github.com/nodejs/node/pull/43318)
84
+ * \[[`02944a6783`](https://github.com/nodejs/node/commit/02944a6783)] - **doc**: fix typo in util.parseArgs usage example (Michael Ficarra) [#43332](https://github.com/nodejs/node/pull/43332)
85
+ * \[[`f2bc6a3f71`](https://github.com/nodejs/node/commit/f2bc6a3f71)] - **doc**: improve description of TZ (Tobias Nießen) [#43334](https://github.com/nodejs/node/pull/43334)
86
+ * \[[`9335ea6c35`](https://github.com/nodejs/node/commit/9335ea6c35)] - **doc**: use serial comma in net docs (Tobias Nießen) [#43335](https://github.com/nodejs/node/pull/43335)
87
+ * \[[`05f38c6c3e`](https://github.com/nodejs/node/commit/05f38c6c3e)] - **doc**: make clear the result of comparison between Symbol.for (Kohei Ueno) [#43309](https://github.com/nodejs/node/pull/43309)
88
+ * \[[`c9aed9de9f`](https://github.com/nodejs/node/commit/c9aed9de9f)] - **doc**: add missing require to stream api doc (Feng Yu) [#43237](https://github.com/nodejs/node/pull/43237)
89
+ * \[[`f3188c1c9c`](https://github.com/nodejs/node/commit/f3188c1c9c)] - **doc**: add CIGTM to `glossary.md` (Feng Yu) [#43316](https://github.com/nodejs/node/pull/43316)
90
+ * \[[`c572d2d115`](https://github.com/nodejs/node/commit/c572d2d115)] - **doc**: use serial comma in pull request doc (Feng Yu) [#43319](https://github.com/nodejs/node/pull/43319)
91
+ * \[[`8a4e1fa002`](https://github.com/nodejs/node/commit/8a4e1fa002)] - **doc**: use serial comma in ESM docs (Tobias Nießen) [#43322](https://github.com/nodejs/node/pull/43322)
92
+ * \[[`fff0560a66`](https://github.com/nodejs/node/commit/fff0560a66)] - **doc**: promote cdt to tier 3 (Tony Gorez) [#43290](https://github.com/nodejs/node/pull/43290)
93
+ * \[[`7d0f6da97f`](https://github.com/nodejs/node/commit/7d0f6da97f)] - **doc**: fix chromium document link in pull-requests.md (rikapo) [#43265](https://github.com/nodejs/node/pull/43265)
94
+ * \[[`4674b0d2a5`](https://github.com/nodejs/node/commit/4674b0d2a5)] - **doc**: fix 404 link of BUILDING.md (Feng Yu) [#43234](https://github.com/nodejs/node/pull/43234)
95
+ * \[[`ee392c5c0b`](https://github.com/nodejs/node/commit/ee392c5c0b)] - **doc**: update CHANGELOG\_V18.md (Filip Skokan) [#43298](https://github.com/nodejs/node/pull/43298)
96
+ * \[[`5a3a2a197f`](https://github.com/nodejs/node/commit/5a3a2a197f)] - **doc**: add src/crypto to CC list for nodejs/crypto (Tobias Nießen) [#43286](https://github.com/nodejs/node/pull/43286)
97
+ * \[[`69ce50396c`](https://github.com/nodejs/node/commit/69ce50396c)] - **doc**: use serial comma in console docs (Tobias Nießen) [#43257](https://github.com/nodejs/node/pull/43257)
98
+ * \[[`0c5092c51c`](https://github.com/nodejs/node/commit/0c5092c51c)] - **events**: fix adding abort listener in `events.once` (Daeyeon Jeong) [#43373](https://github.com/nodejs/node/pull/43373)
99
+ * \[[`fda2105481`](https://github.com/nodejs/node/commit/fda2105481)] - **events**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
100
+ * \[[`63bf49b143`](https://github.com/nodejs/node/commit/63bf49b143)] - **fs**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
101
+ * \[[`9b764531b9`](https://github.com/nodejs/node/commit/9b764531b9)] - **fs**: export constants from `fs/promises` (Feng Yu) [#43177](https://github.com/nodejs/node/pull/43177)
102
+ * \[[`a4409f85f8`](https://github.com/nodejs/node/commit/a4409f85f8)] - **http**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
103
+ * \[[`2ffd54105a`](https://github.com/nodejs/node/commit/2ffd54105a)] - **http2**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
104
+ * \[[`b468b8fe51`](https://github.com/nodejs/node/commit/b468b8fe51)] - **https**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
105
+ * \[[`d2a98dc6cf`](https://github.com/nodejs/node/commit/d2a98dc6cf)] - **inspector**: add missing initialization (Michael Dawson) [#43254](https://github.com/nodejs/node/pull/43254)
106
+ * \[[`3b2f7eed39`](https://github.com/nodejs/node/commit/3b2f7eed39)] - **lib**: use `kEmptyObject` in various places (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
107
+ * \[[`4a9511d971`](https://github.com/nodejs/node/commit/4a9511d971)] - **lib**: give names to promisified methods (LiviaMedeiros) [#43218](https://github.com/nodejs/node/pull/43218)
108
+ * \[[`b8644606eb`](https://github.com/nodejs/node/commit/b8644606eb)] - **lib**: use null-prototype objects for property descriptors (Antoine du Hamel) [#43270](https://github.com/nodejs/node/pull/43270)
109
+ * \[[`64edd6cbc3`](https://github.com/nodejs/node/commit/64edd6cbc3)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#43399](https://github.com/nodejs/node/pull/43399)
110
+ * \[[`b05cea57ba`](https://github.com/nodejs/node/commit/b05cea57ba)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43387](https://github.com/nodejs/node/pull/43387)
111
+ * \[[`a8ecec57e3`](https://github.com/nodejs/node/commit/a8ecec57e3)] - **meta**: move one or more collaborators to emeritus (#43183) (Node.js GitHub Bot) [#43183](https://github.com/nodejs/node/pull/43183)
112
+ * \[[`60dc36244a`](https://github.com/nodejs/node/commit/60dc36244a)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43312](https://github.com/nodejs/node/pull/43312)
113
+ * \[[`9803b82ac7`](https://github.com/nodejs/node/commit/9803b82ac7)] - **net,dns**: move hasObserver out of perf function (theanarkh) [#43217](https://github.com/nodejs/node/pull/43217)
114
+ * \[[`112518fb1d`](https://github.com/nodejs/node/commit/112518fb1d)] - **perf\_hooks**: fix function wrapped by `timerify` to work correctly (Kohei Ueno) [#43330](https://github.com/nodejs/node/pull/43330)
115
+ * \[[`a3310d13bf`](https://github.com/nodejs/node/commit/a3310d13bf)] - **perf\_hooks**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
116
+ * \[[`7e8a00a26d`](https://github.com/nodejs/node/commit/7e8a00a26d)] - **readline**: fix question stack overflow (Eugene Chapko) [#43320](https://github.com/nodejs/node/pull/43320)
117
+ * \[[`5e98cacf77`](https://github.com/nodejs/node/commit/5e98cacf77)] - **readline**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
118
+ * \[[`66d956ca49`](https://github.com/nodejs/node/commit/66d956ca49)] - **repl**: make autocomplete case-insensitive (Sergey Petushkov) [#41632](https://github.com/nodejs/node/pull/41632)
119
+ * \[[`201f3d7f56`](https://github.com/nodejs/node/commit/201f3d7f56)] - **(SEMVER-MINOR)** **report**: add more heap infos in process report (theanarkh) [#43116](https://github.com/nodejs/node/pull/43116)
120
+ * \[[`a0568409b6`](https://github.com/nodejs/node/commit/a0568409b6)] - **src**: fix json utils escapes for U+000B (Chengzhong Wu) [#43206](https://github.com/nodejs/node/pull/43206)
121
+ * \[[`931ecfa033`](https://github.com/nodejs/node/commit/931ecfa033)] - **src**: fix memory leaks and refactor `ByteSource` (Tobias Nießen) [#43202](https://github.com/nodejs/node/pull/43202)
122
+ * \[[`5e65c1f3da`](https://github.com/nodejs/node/commit/5e65c1f3da)] - **src**: convey potential exceptions during StreamPipe construction (Darshan Sen) [#43240](https://github.com/nodejs/node/pull/43240)
123
+ * \[[`b200a5ff67`](https://github.com/nodejs/node/commit/b200a5ff67)] - **stream**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
124
+ * \[[`1cc1a57cdb`](https://github.com/nodejs/node/commit/1cc1a57cdb)] - **test**: remove unused argument in test-util-inspect.js (Colin Ihrig) [#43395](https://github.com/nodejs/node/pull/43395)
125
+ * \[[`42c2115a82`](https://github.com/nodejs/node/commit/42c2115a82)] - **test**: mark test\_buffer/test\_finalizer flaky (Michael Dawson) [#43414](https://github.com/nodejs/node/pull/43414)
126
+ * \[[`71802c32d0`](https://github.com/nodejs/node/commit/71802c32d0)] - **test**: fix address in use error (Caleb Everett) [#43199](https://github.com/nodejs/node/pull/43199)
127
+ * \[[`e1b8c85a7a`](https://github.com/nodejs/node/commit/e1b8c85a7a)] - **test**: add test for short-option followed by its value (Kohei Ueno) [#43358](https://github.com/nodejs/node/pull/43358)
128
+ * \[[`f8d26c6011`](https://github.com/nodejs/node/commit/f8d26c6011)] - **test**: fix `common.mustNotCall` error message (Antoine du Hamel) [#42917](https://github.com/nodejs/node/pull/42917)
129
+ * \[[`18fffe6108`](https://github.com/nodejs/node/commit/18fffe6108)] - **test**: convert then to async/await (Meek Simbule) [#43292](https://github.com/nodejs/node/pull/43292)
130
+ * \[[`acd96d80eb`](https://github.com/nodejs/node/commit/acd96d80eb)] - **test**: add `BigInt`s to `common.getArrayBufferViews()` (LiviaMedeiros) [#43235](https://github.com/nodejs/node/pull/43235)
131
+ * \[[`e576a7fa50`](https://github.com/nodejs/node/commit/e576a7fa50)] - **test\_runner**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
132
+ * \[[`fecad7a3a5`](https://github.com/nodejs/node/commit/fecad7a3a5)] - **timers**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
133
+ * \[[`e31baca76a`](https://github.com/nodejs/node/commit/e31baca76a)] - **tls**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
134
+ * \[[`7f8f61a749`](https://github.com/nodejs/node/commit/7f8f61a749)] - **tls**: fix performance regression in `convertALPNProtocols()` (LiviaMedeiros) [#43250](https://github.com/nodejs/node/pull/43250)
135
+ * \[[`ac9599a718`](https://github.com/nodejs/node/commit/ac9599a718)] - **tools**: report unsafe string and regex primordials as lint errors (Antoine du Hamel) [#43393](https://github.com/nodejs/node/pull/43393)
136
+ * \[[`b69d874592`](https://github.com/nodejs/node/commit/b69d874592)] - **tools**: fix `create-or-update-pull-request-action` hash on GHA (Antoine du Hamel) [#43378](https://github.com/nodejs/node/pull/43378)
137
+ * \[[`cf8a115983`](https://github.com/nodejs/node/commit/cf8a115983)] - **tools**: add `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#43308](https://github.com/nodejs/node/pull/43308)
138
+ * \[[`8c0fe1e184`](https://github.com/nodejs/node/commit/8c0fe1e184)] - **tools**: fix find-inactive actions (LiviaMedeiros) [#43377](https://github.com/nodejs/node/pull/43377)
139
+ * \[[`7f45d69f83`](https://github.com/nodejs/node/commit/7f45d69f83)] - **tools**: update lint-md-dependencies to rollup\@2.75.5 (Node.js GitHub Bot) [#43313](https://github.com/nodejs/node/pull/43313)
140
+ * \[[`d5d0f01c5a`](https://github.com/nodejs/node/commit/d5d0f01c5a)] - **tools**: update eslint to 8.17.0 (Node.js GitHub Bot) [#43314](https://github.com/nodejs/node/pull/43314)
141
+ * \[[`f598fe1585`](https://github.com/nodejs/node/commit/f598fe1585)] - **tools**: use hashes instead of tags for external actions (#43284) (Antoine du Hamel) [#43284](https://github.com/nodejs/node/pull/43284)
142
+ * \[[`10f79947d9`](https://github.com/nodejs/node/commit/10f79947d9)] - **tools**: update `codecov/codecov-action` version (Antoine du Hamel) [#43297](https://github.com/nodejs/node/pull/43297)
143
+ * \[[`f93848fa50`](https://github.com/nodejs/node/commit/f93848fa50)] - **tools**: update lint-md-dependencies to rollup\@2.75.3 (Node.js GitHub Bot) [#43261](https://github.com/nodejs/node/pull/43261)
144
+ * \[[`b3d7dc1de8`](https://github.com/nodejs/node/commit/b3d7dc1de8)] - **tools**: update clang-format 1.7.0 to 1.8.0 (Darshan Sen) [#43241](https://github.com/nodejs/node/pull/43241)
145
+ * \[[`812140c65a`](https://github.com/nodejs/node/commit/812140c65a)] - **tools,doc**: add guards against prototype pollution when creating proxies (Antoine du Hamel) [#43391](https://github.com/nodejs/node/pull/43391)
146
+ * \[[`56b8cc5cef`](https://github.com/nodejs/node/commit/56b8cc5cef)] - **util**: freeze `kEnumerableProperty` (LiviaMedeiros) [#43390](https://github.com/nodejs/node/pull/43390)
147
+ * \[[`b187d55b6d`](https://github.com/nodejs/node/commit/b187d55b6d)] - **util**: add `kEmptyObject` to internal/util (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
148
+ * \[[`024b396275`](https://github.com/nodejs/node/commit/024b396275)] - **vm**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
149
+ * \[[`7fc432fa35`](https://github.com/nodejs/node/commit/7fc432fa35)] - **wasi**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
150
+ * \[[`44b65d0ca7`](https://github.com/nodejs/node/commit/44b65d0ca7)] - **worker**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com/nodejs/node/pull/43159)
151
+
38
152
  <a id="18.3.0"></a>
39
153
 
40
154
  ## 2022-06-01, Version 18.3.0 (Current), @bengl
package/README.md CHANGED
@@ -286,8 +286,6 @@ For information about the governance of the Node.js project, see
286
286
  **Ben Noordhuis** <<info@bnoordhuis.nl>>
287
287
  * [BridgeAR](https://github.com/BridgeAR) -
288
288
  **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
289
- * [bzoz](https://github.com/bzoz) -
290
- **Bartosz Sosnowski** <<bartosz@janeasystems.com>>
291
289
  * [cclauss](https://github.com/cclauss) -
292
290
  **Christian Clauss** <<cclauss@me.com>> (he/him)
293
291
  * [ChALkeR](https://github.com/ChALkeR) -
@@ -330,8 +328,6 @@ For information about the governance of the Node.js project, see
330
328
  **Harshitha K P** <<harshitha014@gmail.com>> (she/her)
331
329
  * [himself65](https://github.com/himself65) -
332
330
  **Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
333
- * [hiroppy](https://github.com/hiroppy) -
334
- **Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
335
331
  * [iansu](https://github.com/iansu) -
336
332
  **Ian Sutherland** <<ian@iansutherland.ca>>
337
333
  * [indutny](https://github.com/indutny) -
@@ -364,8 +360,6 @@ For information about the governance of the Node.js project, see
364
360
  **LiviaMedeiros** <<livia@cirno.name>>
365
361
  * [lpinca](https://github.com/lpinca) -
366
362
  **Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
367
- * [lundibundi](https://github.com/lundibundi) -
368
- **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
369
363
  * [Lxxyx](https://github.com/Lxxyx) -
370
364
  **Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
371
365
  * [marsonya](https://github.com/marsonya) -
@@ -474,6 +468,8 @@ For information about the governance of the Node.js project, see
474
468
  **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
475
469
  * [brendanashworth](https://github.com/brendanashworth) -
476
470
  **Brendan Ashworth** <<brendan.ashworth@me.com>>
471
+ * [bzoz](https://github.com/bzoz) -
472
+ **Bartosz Sosnowski** <<bartosz@janeasystems.com>>
477
473
  * [calvinmetcalf](https://github.com/calvinmetcalf) -
478
474
  **Calvin Metcalf** <<calvin.metcalf@gmail.com>>
479
475
  * [chrisdickinson](https://github.com/chrisdickinson) -
@@ -506,6 +502,8 @@ For information about the governance of the Node.js project, see
506
502
  **Glen Keane** <<glenkeane.94@gmail.com>> (he/him)
507
503
  * [hashseed](https://github.com/hashseed) -
508
504
  **Yang Guo** <<yangguo@chromium.org>> (he/him)
505
+ * [hiroppy](https://github.com/hiroppy) -
506
+ **Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
509
507
  * [iarna](https://github.com/iarna) -
510
508
  **Rebecca Turner** <<me@re-becca.org>>
511
509
  * [imran-iq](https://github.com/imran-iq) -
@@ -538,6 +536,8 @@ For information about the governance of the Node.js project, see
538
536
  **Lance Ball** <<lball@redhat.com>> (he/him)
539
537
  * [lucamaraschi](https://github.com/lucamaraschi) -
540
538
  **Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
539
+ * [lundibundi](https://github.com/lundibundi) -
540
+ **Denys Otrishko** <<shishugi@gmail.com>> (he/him)
541
541
  * [lxe](https://github.com/lxe) -
542
542
  **Aleksey Smolenchuk** <<lxe@lxe.co>>
543
543
  * [maclover7](https://github.com/maclover7) -
@@ -646,6 +646,8 @@ maintaining the Node.js project.
646
646
 
647
647
  * [Ayase-252](https://github.com/Ayase-252) -
648
648
  **Qingyu Deng** <<i@ayase-lab.com>>
649
+ * [F3n67u](https://github.com/F3n67u) -
650
+ **Feng Yu** <<F3n67u@outlook.com>> (he/him)
649
651
  * [himadriganguly](https://github.com/himadriganguly) -
650
652
  **Himadri Ganguly** <<himadri.tech@gmail.com>> (he/him)
651
653
  * [iam-frankqiu](https://github.com/iam-frankqiu) -
package/bin/node CHANGED
Binary file
@@ -27,290 +27,290 @@
27
27
  'node_fipsinstall': 'false',
28
28
  'node_install_corepack': 'true',
29
29
  'node_install_npm': 'true',
30
- 'node_library_files': [ 'lib/url.js',
31
- 'lib/_stream_passthrough.js',
30
+ 'node_library_files': [ 'lib/tty.js',
31
+ 'lib/process.js',
32
32
  'lib/_stream_wrap.js',
33
- 'lib/module.js',
34
- 'lib/_stream_transform.js',
35
- 'lib/punycode.js',
36
- 'lib/buffer.js',
37
- 'lib/_stream_writable.js',
38
33
  'lib/string_decoder.js',
39
- 'lib/inspector.js',
40
- 'lib/crypto.js',
41
- 'lib/diagnostics_channel.js',
42
- 'lib/wasi.js',
43
- 'lib/test.js',
44
- 'lib/util.js',
45
- 'lib/sys.js',
46
- 'lib/tls.js',
47
- 'lib/dns.js',
34
+ 'lib/child_process.js',
35
+ 'lib/async_hooks.js',
48
36
  'lib/_tls_common.js',
49
- 'lib/os.js',
50
- 'lib/assert.js',
51
- 'lib/trace_events.js',
52
- 'lib/worker_threads.js',
53
- 'lib/path.js',
54
- 'lib/http2.js',
55
37
  'lib/readline.js',
56
- 'lib/_http_common.js',
57
- 'lib/_stream_readable.js',
58
- 'lib/_http_client.js',
59
- 'lib/async_hooks.js',
60
- 'lib/_tls_wrap.js',
61
- 'lib/v8.js',
62
- 'lib/events.js',
63
- 'lib/constants.js',
64
- 'lib/tty.js',
65
- 'lib/process.js',
38
+ 'lib/buffer.js',
39
+ 'lib/util.js',
40
+ 'lib/trace_events.js',
41
+ 'lib/test.js',
66
42
  'lib/dgram.js',
67
- 'lib/_http_server.js',
68
- 'lib/domain.js',
43
+ 'lib/_http_incoming.js',
44
+ 'lib/url.js',
45
+ 'lib/v8.js',
46
+ 'lib/zlib.js',
47
+ 'lib/wasi.js',
48
+ 'lib/punycode.js',
49
+ 'lib/net.js',
50
+ 'lib/worker_threads.js',
51
+ 'lib/sys.js',
69
52
  'lib/http.js',
53
+ 'lib/http2.js',
70
54
  'lib/_stream_duplex.js',
55
+ 'lib/querystring.js',
56
+ 'lib/diagnostics_channel.js',
57
+ 'lib/_stream_passthrough.js',
58
+ 'lib/_http_client.js',
59
+ 'lib/cluster.js',
71
60
  'lib/vm.js',
72
- 'lib/https.js',
73
- 'lib/perf_hooks.js',
74
- 'lib/child_process.js',
75
- 'lib/stream.js',
76
61
  'lib/timers.js',
77
- 'lib/querystring.js',
78
- 'lib/net.js',
79
- 'lib/_http_incoming.js',
62
+ 'lib/_http_server.js',
63
+ 'lib/_stream_transform.js',
64
+ 'lib/_stream_readable.js',
65
+ 'lib/repl.js',
66
+ 'lib/module.js',
67
+ 'lib/assert.js',
68
+ 'lib/dns.js',
80
69
  'lib/fs.js',
81
- 'lib/cluster.js',
70
+ 'lib/inspector.js',
71
+ 'lib/_http_outgoing.js',
72
+ 'lib/os.js',
73
+ 'lib/path.js',
74
+ 'lib/_stream_writable.js',
75
+ 'lib/tls.js',
82
76
  'lib/console.js',
83
- 'lib/repl.js',
84
- 'lib/zlib.js',
77
+ 'lib/domain.js',
78
+ 'lib/perf_hooks.js',
79
+ 'lib/events.js',
80
+ 'lib/_http_common.js',
81
+ 'lib/https.js',
82
+ 'lib/crypto.js',
83
+ 'lib/stream.js',
85
84
  'lib/_http_agent.js',
86
- 'lib/_http_outgoing.js',
87
- 'lib/readline/promises.js',
88
- 'lib/timers/promises.js',
89
- 'lib/path/win32.js',
90
- 'lib/path/posix.js',
91
- 'lib/stream/promises.js',
92
- 'lib/stream/consumers.js',
93
- 'lib/stream/web.js',
94
- 'lib/fs/promises.js',
95
- 'lib/internal/url.js',
96
- 'lib/internal/priority_queue.js',
97
- 'lib/internal/watchdog.js',
98
- 'lib/internal/socket_list.js',
99
- 'lib/internal/buffer.js',
100
- 'lib/internal/freelist.js',
85
+ 'lib/_tls_wrap.js',
86
+ 'lib/constants.js',
87
+ 'lib/internal/tty.js',
101
88
  'lib/internal/trace_events_async_hooks.js',
102
- 'lib/internal/dtrace.js',
103
- 'lib/internal/inspector_async_hook.js',
89
+ 'lib/internal/child_process.js',
90
+ 'lib/internal/async_hooks.js',
91
+ 'lib/internal/buffer.js',
92
+ 'lib/internal/priority_queue.js',
104
93
  'lib/internal/util.js',
94
+ 'lib/internal/error_serdes.js',
105
95
  'lib/internal/options.js',
106
- 'lib/internal/cli_table.js',
107
- 'lib/internal/assert.js',
108
- 'lib/internal/heap_utils.js',
109
- 'lib/internal/v8_prof_processor.js',
110
- 'lib/internal/encoding.js',
111
- 'lib/internal/validators.js',
112
- 'lib/internal/worker.js',
113
- 'lib/internal/idna.js',
96
+ 'lib/internal/dgram.js',
97
+ 'lib/internal/url.js',
114
98
  'lib/internal/abort_controller.js',
115
- 'lib/internal/promise_hooks.js',
116
- 'lib/internal/async_hooks.js',
117
- 'lib/internal/constants.js',
118
- 'lib/internal/tty.js',
99
+ 'lib/internal/structured_clone.js',
100
+ 'lib/internal/v8_prof_processor.js',
101
+ 'lib/internal/blocklist.js',
119
102
  'lib/internal/blob.js',
120
- 'lib/internal/dgram.js',
103
+ 'lib/internal/freeze_intrinsics.js',
104
+ 'lib/internal/stream_base_commons.js',
121
105
  'lib/internal/js_stream_socket.js',
106
+ 'lib/internal/net.js',
122
107
  'lib/internal/http.js',
123
- 'lib/internal/fixed_queue.js',
124
- 'lib/internal/stream_base_commons.js',
125
- 'lib/internal/structured_clone.js',
126
- 'lib/internal/linkedlist.js',
127
- 'lib/internal/child_process.js',
108
+ 'lib/internal/querystring.js',
109
+ 'lib/internal/event_target.js',
128
110
  'lib/internal/histogram.js',
129
- 'lib/internal/error_serdes.js',
130
111
  'lib/internal/timers.js',
131
- 'lib/internal/querystring.js',
132
- 'lib/internal/net.js',
133
- 'lib/internal/v8_prof_polyfill.js',
134
- 'lib/internal/freeze_intrinsics.js',
135
- 'lib/internal/wasm_web_api.js',
136
- 'lib/internal/errors.js',
112
+ 'lib/internal/promise_hooks.js',
137
113
  'lib/internal/socketaddress.js',
114
+ 'lib/internal/linkedlist.js',
115
+ 'lib/internal/encoding.js',
138
116
  'lib/internal/repl.js',
139
- 'lib/internal/event_target.js',
140
- 'lib/internal/blocklist.js',
141
- 'lib/internal/legacy/processbinding.js',
142
- 'lib/internal/child_process/serialization.js',
117
+ 'lib/internal/idna.js',
118
+ 'lib/internal/assert.js',
119
+ 'lib/internal/errors.js',
120
+ 'lib/internal/heap_utils.js',
121
+ 'lib/internal/socket_list.js',
122
+ 'lib/internal/freelist.js',
123
+ 'lib/internal/v8_prof_polyfill.js',
124
+ 'lib/internal/validators.js',
125
+ 'lib/internal/inspector_async_hook.js',
126
+ 'lib/internal/cli_table.js',
127
+ 'lib/internal/worker.js',
128
+ 'lib/internal/fixed_queue.js',
129
+ 'lib/internal/wasm_web_api.js',
130
+ 'lib/internal/dtrace.js',
131
+ 'lib/internal/watchdog.js',
132
+ 'lib/internal/constants.js',
133
+ 'lib/internal/streams/add-abort-signal.js',
134
+ 'lib/internal/streams/readable.js',
135
+ 'lib/internal/streams/writable.js',
136
+ 'lib/internal/streams/destroy.js',
137
+ 'lib/internal/streams/buffer_list.js',
138
+ 'lib/internal/streams/duplexify.js',
139
+ 'lib/internal/streams/passthrough.js',
140
+ 'lib/internal/streams/legacy.js',
141
+ 'lib/internal/streams/duplex.js',
142
+ 'lib/internal/streams/end-of-stream.js',
143
+ 'lib/internal/streams/state.js',
144
+ 'lib/internal/streams/operators.js',
145
+ 'lib/internal/streams/pipeline.js',
146
+ 'lib/internal/streams/lazy_transform.js',
147
+ 'lib/internal/streams/transform.js',
148
+ 'lib/internal/streams/compose.js',
149
+ 'lib/internal/streams/utils.js',
150
+ 'lib/internal/streams/from.js',
151
+ 'lib/internal/webstreams/writablestream.js',
152
+ 'lib/internal/webstreams/util.js',
153
+ 'lib/internal/webstreams/transformstream.js',
154
+ 'lib/internal/webstreams/encoding.js',
155
+ 'lib/internal/webstreams/queuingstrategies.js',
156
+ 'lib/internal/webstreams/compression.js',
157
+ 'lib/internal/webstreams/transfer.js',
158
+ 'lib/internal/webstreams/adapters.js',
159
+ 'lib/internal/webstreams/readablestream.js',
143
160
  'lib/internal/cluster/round_robin_handle.js',
144
161
  'lib/internal/cluster/child.js',
145
- 'lib/internal/cluster/worker.js',
146
- 'lib/internal/cluster/utils.js',
147
162
  'lib/internal/cluster/shared_handle.js',
148
163
  'lib/internal/cluster/primary.js',
149
- 'lib/internal/bootstrap/node.js',
150
- 'lib/internal/bootstrap/environment.js',
151
- 'lib/internal/bootstrap/browser.js',
152
- 'lib/internal/bootstrap/pre_execution.js',
153
- 'lib/internal/bootstrap/loaders.js',
154
- 'lib/internal/bootstrap/switches/is_not_main_thread.js',
155
- 'lib/internal/bootstrap/switches/does_own_process_state.js',
156
- 'lib/internal/bootstrap/switches/is_main_thread.js',
157
- 'lib/internal/bootstrap/switches/does_not_own_process_state.js',
158
- 'lib/internal/readline/interface.js',
164
+ 'lib/internal/cluster/utils.js',
165
+ 'lib/internal/cluster/worker.js',
166
+ 'lib/internal/http2/compat.js',
167
+ 'lib/internal/http2/core.js',
168
+ 'lib/internal/http2/util.js',
169
+ 'lib/internal/tls/secure-pair.js',
170
+ 'lib/internal/tls/secure-context.js',
159
171
  'lib/internal/readline/promises.js',
160
172
  'lib/internal/readline/emitKeypressEvents.js',
161
- 'lib/internal/readline/callbacks.js',
173
+ 'lib/internal/readline/interface.js',
162
174
  'lib/internal/readline/utils.js',
163
- 'lib/internal/modules/package_json_reader.js',
175
+ 'lib/internal/readline/callbacks.js',
176
+ 'lib/internal/console/global.js',
177
+ 'lib/internal/console/constructor.js',
178
+ 'lib/internal/crypto/cfrg.js',
179
+ 'lib/internal/crypto/keys.js',
180
+ 'lib/internal/crypto/rsa.js',
181
+ 'lib/internal/crypto/util.js',
182
+ 'lib/internal/crypto/x509.js',
183
+ 'lib/internal/crypto/ec.js',
184
+ 'lib/internal/crypto/cipher.js',
185
+ 'lib/internal/crypto/hashnames.js',
186
+ 'lib/internal/crypto/certificate.js',
187
+ 'lib/internal/crypto/aes.js',
188
+ 'lib/internal/crypto/sig.js',
189
+ 'lib/internal/crypto/mac.js',
190
+ 'lib/internal/crypto/pbkdf2.js',
191
+ 'lib/internal/crypto/random.js',
192
+ 'lib/internal/crypto/scrypt.js',
193
+ 'lib/internal/crypto/hash.js',
194
+ 'lib/internal/crypto/webcrypto.js',
195
+ 'lib/internal/crypto/hkdf.js',
196
+ 'lib/internal/crypto/diffiehellman.js',
197
+ 'lib/internal/crypto/keygen.js',
198
+ 'lib/internal/vm/module.js',
199
+ 'lib/internal/dns/promises.js',
200
+ 'lib/internal/dns/utils.js',
201
+ 'lib/internal/assert/calltracker.js',
202
+ 'lib/internal/assert/assertion_error.js',
203
+ 'lib/internal/repl/history.js',
204
+ 'lib/internal/repl/await.js',
205
+ 'lib/internal/repl/utils.js',
206
+ 'lib/internal/debugger/inspect_repl.js',
207
+ 'lib/internal/debugger/inspect_client.js',
208
+ 'lib/internal/debugger/inspect.js',
209
+ 'lib/internal/legacy/processbinding.js',
210
+ 'lib/internal/perf/usertiming.js',
211
+ 'lib/internal/perf/performance_entry.js',
212
+ 'lib/internal/perf/event_loop_delay.js',
213
+ 'lib/internal/perf/nodetiming.js',
214
+ 'lib/internal/perf/resource_timing.js',
215
+ 'lib/internal/perf/observe.js',
216
+ 'lib/internal/perf/timerify.js',
217
+ 'lib/internal/perf/event_loop_utilization.js',
218
+ 'lib/internal/perf/performance.js',
219
+ 'lib/internal/perf/utils.js',
164
220
  'lib/internal/modules/run_main.js',
221
+ 'lib/internal/modules/package_json_reader.js',
165
222
  'lib/internal/modules/cjs/helpers.js',
166
223
  'lib/internal/modules/cjs/loader.js',
167
- 'lib/internal/modules/esm/module_map.js',
168
- 'lib/internal/modules/esm/translators.js',
169
- 'lib/internal/modules/esm/load.js',
170
224
  'lib/internal/modules/esm/initialize_import_meta.js',
171
- 'lib/internal/modules/esm/assert.js',
172
- 'lib/internal/modules/esm/module_job.js',
173
- 'lib/internal/modules/esm/fetch_module.js',
174
- 'lib/internal/modules/esm/get_format.js',
225
+ 'lib/internal/modules/esm/resolve.js',
175
226
  'lib/internal/modules/esm/create_dynamic_module.js',
176
- 'lib/internal/modules/esm/loader.js',
227
+ 'lib/internal/modules/esm/module_job.js',
177
228
  'lib/internal/modules/esm/formats.js',
178
229
  'lib/internal/modules/esm/get_source.js',
230
+ 'lib/internal/modules/esm/get_format.js',
231
+ 'lib/internal/modules/esm/assert.js',
232
+ 'lib/internal/modules/esm/load.js',
233
+ 'lib/internal/modules/esm/translators.js',
234
+ 'lib/internal/modules/esm/module_map.js',
235
+ 'lib/internal/modules/esm/loader.js',
179
236
  'lib/internal/modules/esm/handle_process_exit.js',
180
- 'lib/internal/modules/esm/resolve.js',
181
- 'lib/internal/worker/js_transferable.js',
182
- 'lib/internal/worker/io.js',
183
- 'lib/internal/vm/module.js',
184
- 'lib/internal/fs/promises.js',
185
- 'lib/internal/fs/dir.js',
186
- 'lib/internal/fs/streams.js',
187
- 'lib/internal/fs/utils.js',
188
- 'lib/internal/fs/read_file_context.js',
189
- 'lib/internal/fs/watchers.js',
190
- 'lib/internal/fs/rimraf.js',
191
- 'lib/internal/fs/sync_write_stream.js',
192
- 'lib/internal/fs/cp/cp-sync.js',
193
- 'lib/internal/fs/cp/cp.js',
194
- 'lib/internal/streams/compose.js',
195
- 'lib/internal/streams/from.js',
196
- 'lib/internal/streams/state.js',
197
- 'lib/internal/streams/transform.js',
198
- 'lib/internal/streams/end-of-stream.js',
199
- 'lib/internal/streams/destroy.js',
200
- 'lib/internal/streams/writable.js',
201
- 'lib/internal/streams/utils.js',
202
- 'lib/internal/streams/readable.js',
203
- 'lib/internal/streams/add-abort-signal.js',
204
- 'lib/internal/streams/operators.js',
205
- 'lib/internal/streams/duplex.js',
206
- 'lib/internal/streams/duplexify.js',
207
- 'lib/internal/streams/buffer_list.js',
208
- 'lib/internal/streams/passthrough.js',
209
- 'lib/internal/streams/legacy.js',
210
- 'lib/internal/streams/pipeline.js',
211
- 'lib/internal/streams/lazy_transform.js',
212
- 'lib/internal/test_runner/harness.js',
213
- 'lib/internal/test_runner/test.js',
214
- 'lib/internal/test_runner/tap_stream.js',
215
- 'lib/internal/test_runner/utils.js',
216
- 'lib/internal/process/worker_thread_only.js',
217
- 'lib/internal/process/execution.js',
218
- 'lib/internal/process/signal.js',
219
- 'lib/internal/process/promises.js',
220
- 'lib/internal/process/per_thread.js',
221
- 'lib/internal/process/esm_loader.js',
222
- 'lib/internal/process/task_queues.js',
223
- 'lib/internal/process/warning.js',
224
- 'lib/internal/process/policy.js',
225
- 'lib/internal/process/report.js',
226
- 'lib/internal/per_context/domexception.js',
237
+ 'lib/internal/modules/esm/fetch_module.js',
238
+ 'lib/internal/test/binding.js',
239
+ 'lib/internal/test/transfer.js',
240
+ 'lib/internal/bootstrap/environment.js',
241
+ 'lib/internal/bootstrap/pre_execution.js',
242
+ 'lib/internal/bootstrap/loaders.js',
243
+ 'lib/internal/bootstrap/browser.js',
244
+ 'lib/internal/bootstrap/node.js',
245
+ 'lib/internal/bootstrap/switches/is_main_thread.js',
246
+ 'lib/internal/bootstrap/switches/does_own_process_state.js',
247
+ 'lib/internal/bootstrap/switches/does_not_own_process_state.js',
248
+ 'lib/internal/bootstrap/switches/is_not_main_thread.js',
249
+ 'lib/internal/child_process/serialization.js',
227
250
  'lib/internal/per_context/messageport.js',
228
251
  'lib/internal/per_context/primordials.js',
229
- 'lib/internal/tls/secure-pair.js',
230
- 'lib/internal/tls/secure-context.js',
231
- 'lib/internal/assert/assertion_error.js',
232
- 'lib/internal/assert/calltracker.js',
233
- 'lib/internal/console/constructor.js',
234
- 'lib/internal/console/global.js',
235
- 'lib/internal/util/comparisons.js',
236
- 'lib/internal/util/inspector.js',
237
- 'lib/internal/util/iterable_weak_map.js',
238
- 'lib/internal/util/debuglog.js',
239
- 'lib/internal/util/types.js',
240
- 'lib/internal/util/inspect.js',
241
- 'lib/internal/util/parse_args/utils.js',
242
- 'lib/internal/util/parse_args/parse_args.js',
252
+ 'lib/internal/per_context/domexception.js',
243
253
  'lib/internal/source_map/source_map_cache.js',
244
254
  'lib/internal/source_map/source_map.js',
245
255
  'lib/internal/source_map/prepare_stack_trace.js',
246
- 'lib/internal/dns/promises.js',
247
- 'lib/internal/dns/utils.js',
248
- 'lib/internal/policy/sri.js',
256
+ 'lib/internal/process/promises.js',
257
+ 'lib/internal/process/report.js',
258
+ 'lib/internal/process/policy.js',
259
+ 'lib/internal/process/worker_thread_only.js',
260
+ 'lib/internal/process/task_queues.js',
261
+ 'lib/internal/process/signal.js',
262
+ 'lib/internal/process/esm_loader.js',
263
+ 'lib/internal/process/per_thread.js',
264
+ 'lib/internal/process/execution.js',
265
+ 'lib/internal/process/warning.js',
249
266
  'lib/internal/policy/manifest.js',
250
- 'lib/internal/main/worker_thread.js',
251
- 'lib/internal/main/eval_stdin.js',
252
- 'lib/internal/main/run_main_module.js',
267
+ 'lib/internal/policy/sri.js',
253
268
  'lib/internal/main/print_help.js',
269
+ 'lib/internal/main/run_main_module.js',
270
+ 'lib/internal/main/check_syntax.js',
271
+ 'lib/internal/main/worker_thread.js',
272
+ 'lib/internal/main/test_runner.js',
273
+ 'lib/internal/main/repl.js',
274
+ 'lib/internal/main/inspect.js',
254
275
  'lib/internal/main/eval_string.js',
276
+ 'lib/internal/main/eval_stdin.js',
255
277
  'lib/internal/main/prof_process.js',
256
278
  'lib/internal/main/mksnapshot.js',
257
- 'lib/internal/main/inspect.js',
258
- 'lib/internal/main/test_runner.js',
259
- 'lib/internal/main/check_syntax.js',
260
- 'lib/internal/main/repl.js',
261
- 'lib/internal/repl/history.js',
262
- 'lib/internal/repl/utils.js',
263
- 'lib/internal/repl/await.js',
264
- 'lib/internal/perf/nodetiming.js',
265
- 'lib/internal/perf/observe.js',
266
- 'lib/internal/perf/performance_entry.js',
267
- 'lib/internal/perf/usertiming.js',
268
- 'lib/internal/perf/utils.js',
269
- 'lib/internal/perf/event_loop_delay.js',
270
- 'lib/internal/perf/performance.js',
271
- 'lib/internal/perf/timerify.js',
272
- 'lib/internal/perf/event_loop_utilization.js',
273
- 'lib/internal/perf/resource_timing.js',
274
- 'lib/internal/crypto/keygen.js',
275
- 'lib/internal/crypto/cipher.js',
276
- 'lib/internal/crypto/keys.js',
277
- 'lib/internal/crypto/util.js',
278
- 'lib/internal/crypto/mac.js',
279
- 'lib/internal/crypto/scrypt.js',
280
- 'lib/internal/crypto/sig.js',
281
- 'lib/internal/crypto/rsa.js',
282
- 'lib/internal/crypto/x509.js',
283
- 'lib/internal/crypto/hash.js',
284
- 'lib/internal/crypto/hkdf.js',
285
- 'lib/internal/crypto/pbkdf2.js',
286
- 'lib/internal/crypto/diffiehellman.js',
287
- 'lib/internal/crypto/dsa.js',
288
- 'lib/internal/crypto/random.js',
289
- 'lib/internal/crypto/certificate.js',
290
- 'lib/internal/crypto/ec.js',
291
- 'lib/internal/crypto/hashnames.js',
292
- 'lib/internal/crypto/aes.js',
293
- 'lib/internal/crypto/webcrypto.js',
294
- 'lib/internal/webstreams/transfer.js',
295
- 'lib/internal/webstreams/adapters.js',
296
- 'lib/internal/webstreams/util.js',
297
- 'lib/internal/webstreams/writablestream.js',
298
- 'lib/internal/webstreams/encoding.js',
299
- 'lib/internal/webstreams/transformstream.js',
300
- 'lib/internal/webstreams/readablestream.js',
301
- 'lib/internal/webstreams/queuingstrategies.js',
302
- 'lib/internal/webstreams/compression.js',
303
- 'lib/internal/http2/util.js',
304
- 'lib/internal/http2/compat.js',
305
- 'lib/internal/http2/core.js',
306
- 'lib/internal/test/transfer.js',
307
- 'lib/internal/test/binding.js',
308
- 'lib/internal/debugger/inspect_client.js',
309
- 'lib/internal/debugger/inspect_repl.js',
310
- 'lib/internal/debugger/inspect.js',
279
+ 'lib/internal/util/types.js',
280
+ 'lib/internal/util/iterable_weak_map.js',
281
+ 'lib/internal/util/inspect.js',
282
+ 'lib/internal/util/inspector.js',
283
+ 'lib/internal/util/comparisons.js',
284
+ 'lib/internal/util/debuglog.js',
285
+ 'lib/internal/util/parse_args/parse_args.js',
286
+ 'lib/internal/util/parse_args/utils.js',
287
+ 'lib/internal/worker/io.js',
288
+ 'lib/internal/worker/js_transferable.js',
289
+ 'lib/internal/test_runner/test.js',
290
+ 'lib/internal/test_runner/tap_stream.js',
291
+ 'lib/internal/test_runner/utils.js',
292
+ 'lib/internal/test_runner/harness.js',
293
+ 'lib/internal/fs/promises.js',
294
+ 'lib/internal/fs/dir.js',
295
+ 'lib/internal/fs/streams.js',
296
+ 'lib/internal/fs/sync_write_stream.js',
297
+ 'lib/internal/fs/rimraf.js',
298
+ 'lib/internal/fs/read_file_context.js',
299
+ 'lib/internal/fs/watchers.js',
300
+ 'lib/internal/fs/utils.js',
301
+ 'lib/internal/fs/cp/cp-sync.js',
302
+ 'lib/internal/fs/cp/cp.js',
303
+ 'lib/readline/promises.js',
304
+ 'lib/dns/promises.js',
311
305
  'lib/assert/strict.js',
306
+ 'lib/timers/promises.js',
307
+ 'lib/path/posix.js',
308
+ 'lib/path/win32.js',
309
+ 'lib/stream/promises.js',
310
+ 'lib/stream/consumers.js',
311
+ 'lib/stream/web.js',
312
312
  'lib/util/types.js',
313
- 'lib/dns/promises.js'],
313
+ 'lib/fs/promises.js'],
314
314
  'node_module_version': 108,
315
315
  'node_no_browser_globals': 'false',
316
316
  'node_prefix': '/',
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 3
26
+ #define NODE_MINOR_VERSION 4
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v18.3.0",
3
+ "version": "v18.4.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"