node-aix-ppc64 21.3.0 → 21.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,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#21.4.0">21.4.0</a><br/>
11
12
  <a href="#21.3.0">21.3.0</a><br/>
12
13
  <a href="#21.2.0">21.2.0</a><br/>
13
14
  <a href="#21.1.0">21.1.0</a><br/>
@@ -39,6 +40,58 @@
39
40
  * [io.js](CHANGELOG_IOJS.md)
40
41
  * [Archive](CHANGELOG_ARCHIVE.md)
41
42
 
43
+ <a id="21.4.0"></a>
44
+
45
+ ## 2023-12-05, Version 21.4.0 (Current), @targos
46
+
47
+ ### Notable Changes
48
+
49
+ This release fixes a regression introduced in v21.3.0 that caused the `fs.writeFileSync`
50
+ method to throw when called with `'utf8'` encoding, no flag option, and if the target file didn't exist yet.
51
+
52
+ * \[[`32acafeeb6`](https://github.com/nodejs/node/commit/32acafeeb6)] - **(SEMVER-MINOR)** **fs**: introduce `dirent.parentPath` (Antoine du Hamel) [#50976](https://github.com/nodejs/node/pull/50976)
53
+ * \[[`724548674d`](https://github.com/nodejs/node/commit/724548674d)] - **fs**: use default w flag for writeFileSync with utf8 encoding (Murilo Kakazu) [#50990](https://github.com/nodejs/node/pull/50990)
54
+
55
+ ### Commits
56
+
57
+ * \[[`b24ee15fb2`](https://github.com/nodejs/node/commit/b24ee15fb2)] - **benchmark**: update iterations in benchmark/crypto/hkdf.js (Lei Shi) [#50866](https://github.com/nodejs/node/pull/50866)
58
+ * \[[`f79b54e60e`](https://github.com/nodejs/node/commit/f79b54e60e)] - **benchmark**: update iterations in benchmark/crypto/get-ciphers.js (Lei Shi) [#50863](https://github.com/nodejs/node/pull/50863)
59
+ * \[[`dc049acbbb`](https://github.com/nodejs/node/commit/dc049acbbb)] - **benchmark**: update number of iterations for `util.inspect` (kylo5aby) [#50651](https://github.com/nodejs/node/pull/50651)
60
+ * \[[`d7c562ae38`](https://github.com/nodejs/node/commit/d7c562ae38)] - **deps**: update googletest to 76bb2af (Node.js GitHub Bot) [#50555](https://github.com/nodejs/node/pull/50555)
61
+ * \[[`59a45ddbef`](https://github.com/nodejs/node/commit/59a45ddbef)] - **deps**: update googletest to b10fad3 (Node.js GitHub Bot) [#50555](https://github.com/nodejs/node/pull/50555)
62
+ * \[[`099ebdb781`](https://github.com/nodejs/node/commit/099ebdb781)] - **deps**: update undici to 5.28.1 (Node.js GitHub Bot) [#50975](https://github.com/nodejs/node/pull/50975)
63
+ * \[[`4b1bed04f7`](https://github.com/nodejs/node/commit/4b1bed04f7)] - **deps**: update undici to 5.28.0 (Node.js GitHub Bot) [#50915](https://github.com/nodejs/node/pull/50915)
64
+ * \[[`b281e98b1e`](https://github.com/nodejs/node/commit/b281e98b1e)] - **doc**: add additional details about `--input-type` (Shubham Pandey) [#50796](https://github.com/nodejs/node/pull/50796)
65
+ * \[[`b7036f2028`](https://github.com/nodejs/node/commit/b7036f2028)] - **doc**: add procedure when CVEs don't get published (Rafael Gonzaga) [#50945](https://github.com/nodejs/node/pull/50945)
66
+ * \[[`7adf239af0`](https://github.com/nodejs/node/commit/7adf239af0)] - **doc**: fix some errors in esm resolution algorithms (Christopher Jeffrey (JJ)) [#50898](https://github.com/nodejs/node/pull/50898)
67
+ * \[[`759ebcaead`](https://github.com/nodejs/node/commit/759ebcaead)] - **doc**: reserve 121 for Electron 29 (Shelley Vohr) [#50957](https://github.com/nodejs/node/pull/50957)
68
+ * \[[`cedc3427fa`](https://github.com/nodejs/node/commit/cedc3427fa)] - **doc**: run license-builder (github-actions\[bot]) [#50926](https://github.com/nodejs/node/pull/50926)
69
+ * \[[`30a6f19769`](https://github.com/nodejs/node/commit/30a6f19769)] - **doc**: document non-node\_modules-only runtime deprecation (Joyee Cheung) [#50748](https://github.com/nodejs/node/pull/50748)
70
+ * \[[`eecab883f0`](https://github.com/nodejs/node/commit/eecab883f0)] - **doc**: add doc for Unix abstract socket (theanarkh) [#50904](https://github.com/nodejs/node/pull/50904)
71
+ * \[[`ec74b93b38`](https://github.com/nodejs/node/commit/ec74b93b38)] - **doc**: remove flicker on page load on dark theme (Dima Demakov) [#50942](https://github.com/nodejs/node/pull/50942)
72
+ * \[[`724548674d`](https://github.com/nodejs/node/commit/724548674d)] - **fs**: use default w flag for writeFileSync with utf8 encoding (Murilo Kakazu) [#50990](https://github.com/nodejs/node/pull/50990)
73
+ * \[[`32acafeeb6`](https://github.com/nodejs/node/commit/32acafeeb6)] - **(SEMVER-MINOR)** **fs**: introduce `dirent.parentPath` (Antoine du Hamel) [#50976](https://github.com/nodejs/node/pull/50976)
74
+ * \[[`c1ee506454`](https://github.com/nodejs/node/commit/c1ee506454)] - **fs**: remove workaround for `esm` package (Yagiz Nizipli) [#50907](https://github.com/nodejs/node/pull/50907)
75
+ * \[[`1cf087dfb3`](https://github.com/nodejs/node/commit/1cf087dfb3)] - **lib**: refactor to use validateFunction in diagnostics\_channel (Deokjin Kim) [#50955](https://github.com/nodejs/node/pull/50955)
76
+ * \[[`c37d18d5e1`](https://github.com/nodejs/node/commit/c37d18d5e1)] - **lib**: streamline process.binding() handling (Joyee Cheung) [#50773](https://github.com/nodejs/node/pull/50773)
77
+ * \[[`246cf73631`](https://github.com/nodejs/node/commit/246cf73631)] - **lib,src**: replace toUSVString with `toWellFormed()` (Yagiz Nizipli) [#47342](https://github.com/nodejs/node/pull/47342)
78
+ * \[[`9bc79173a0`](https://github.com/nodejs/node/commit/9bc79173a0)] - **loader**: speed up line length calc used by moduleProvider (Mudit) [#50969](https://github.com/nodejs/node/pull/50969)
79
+ * \[[`812ab9e4f8`](https://github.com/nodejs/node/commit/812ab9e4f8)] - **meta**: bump step-security/harden-runner from 2.6.0 to 2.6.1 (dependabot\[bot]) [#50999](https://github.com/nodejs/node/pull/50999)
80
+ * \[[`1dbe1af19a`](https://github.com/nodejs/node/commit/1dbe1af19a)] - **meta**: bump github/codeql-action from 2.22.5 to 2.22.8 (dependabot\[bot]) [#50998](https://github.com/nodejs/node/pull/50998)
81
+ * \[[`bed1b93f8a`](https://github.com/nodejs/node/commit/bed1b93f8a)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#50931](https://github.com/nodejs/node/pull/50931)
82
+ * \[[`1e7d101428`](https://github.com/nodejs/node/commit/1e7d101428)] - **src**: make ModifyCodeGenerationFromStrings more robust (Joyee Cheung) [#50763](https://github.com/nodejs/node/pull/50763)
83
+ * \[[`709ac479eb`](https://github.com/nodejs/node/commit/709ac479eb)] - **src**: disable uncaught exception abortion for ESM syntax detection (Yagiz Nizipli) [#50987](https://github.com/nodejs/node/pull/50987)
84
+ * \[[`f6ff11c9f9`](https://github.com/nodejs/node/commit/f6ff11c9f9)] - **src**: fix backtrace with tail \[\[noreturn]] abort (Chengzhong Wu) [#50849](https://github.com/nodejs/node/pull/50849)
85
+ * \[[`74f5a1cbc9`](https://github.com/nodejs/node/commit/74f5a1cbc9)] - **src**: print MKSNAPSHOT debug logs to stderr (Joyee Cheung) [#50759](https://github.com/nodejs/node/pull/50759)
86
+ * \[[`3a1c664a97`](https://github.com/nodejs/node/commit/3a1c664a97)] - **test**: replace forEach to for.. test-webcrypto-export-import-cfrg.js (Angelo Parziale) [#50785](https://github.com/nodejs/node/pull/50785)
87
+ * \[[`ac3a6eefe3`](https://github.com/nodejs/node/commit/ac3a6eefe3)] - **test**: log more information in SEA tests (Joyee Cheung) [#50759](https://github.com/nodejs/node/pull/50759)
88
+ * \[[`94462d42f5`](https://github.com/nodejs/node/commit/94462d42f5)] - **test**: consolidate utf8 text fixtures in tests (Joyee Cheung) [#50732](https://github.com/nodejs/node/pull/50732)
89
+ * \[[`8e1a70a347`](https://github.com/nodejs/node/commit/8e1a70a347)] - **tools**: add triggers to update release links workflow (Moshe Atlow) [#50974](https://github.com/nodejs/node/pull/50974)
90
+ * \[[`ca10cbb774`](https://github.com/nodejs/node/commit/ca10cbb774)] - **tools**: update lint-md-dependencies to rollup\@4.5.2 (Node.js GitHub Bot) [#50913](https://github.com/nodejs/node/pull/50913)
91
+ * \[[`1e40c4a366`](https://github.com/nodejs/node/commit/1e40c4a366)] - **tools**: fix current version check (Marco Ippolito) [#50951](https://github.com/nodejs/node/pull/50951)
92
+ * \[[`3faed331e1`](https://github.com/nodejs/node/commit/3faed331e1)] - **typings**: fix JSDoc in `internal/modules/esm/hooks` (Alex Yang) [#50887](https://github.com/nodejs/node/pull/50887)
93
+ * \[[`6a087ceffa`](https://github.com/nodejs/node/commit/6a087ceffa)] - **url**: throw error if argument length of revokeObjectURL is 0 (DylanTet) [#50433](https://github.com/nodejs/node/pull/50433)
94
+
42
95
  <a id="21.3.0"></a>
43
96
 
44
97
  ## 2023-11-30, Version 21.3.0 (Current), @RafaelGSS
package/LICENSE CHANGED
@@ -132,52 +132,45 @@ The externally maintained libraries used by Node.js are:
132
132
 
133
133
  - ICU, located at deps/icu-small, is licensed as follows:
134
134
  """
135
- UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
136
-
137
- See Terms of Use
138
- for definitions of Unicode Inc.’s Data Files and Software.
139
-
140
- NOTICE TO USER: Carefully read the following legal agreement.
141
- BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
142
- DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
143
- YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
144
- TERMS AND CONDITIONS OF THIS AGREEMENT.
145
- IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
146
- THE DATA FILES OR SOFTWARE.
135
+ UNICODE LICENSE V3
147
136
 
148
137
  COPYRIGHT AND PERMISSION NOTICE
149
138
 
150
- Copyright © 1991-2023 Unicode, Inc. All rights reserved.
151
- Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
139
+ Copyright © 2016-2023 Unicode, Inc.
152
140
 
153
- Permission is hereby granted, free of charge, to any person obtaining
154
- a copy of the Unicode data files and any associated documentation
155
- (the "Data Files") or Unicode software and any associated documentation
156
- (the "Software") to deal in the Data Files or Software
157
- without restriction, including without limitation the rights to use,
158
- copy, modify, merge, publish, distribute, and/or sell copies of
159
- the Data Files or Software, and to permit persons to whom the Data Files
160
- or Software are furnished to do so, provided that either
161
- (a) this copyright and permission notice appear with all copies
162
- of the Data Files or Software, or
163
- (b) this copyright and permission notice appear in associated
164
- Documentation.
165
-
166
- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
167
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
168
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
169
- NONINFRINGEMENT OF THIRD PARTY RIGHTS.
170
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
171
- NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
172
- DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
173
- DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
174
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
175
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
141
+ NOTICE TO USER: Carefully read the following legal agreement. BY
142
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
143
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
144
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
145
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
176
146
 
177
- Except as contained in this notice, the name of a copyright holder
178
- shall not be used in advertising or otherwise to promote the sale,
179
- use or other dealings in these Data Files or Software without prior
180
- written authorization of the copyright holder.
147
+ Permission is hereby granted, free of charge, to any person obtaining a
148
+ copy of data files and any associated documentation (the "Data Files") or
149
+ software and any associated documentation (the "Software") to deal in the
150
+ Data Files or Software without restriction, including without limitation
151
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
152
+ copies of the Data Files or Software, and to permit persons to whom the
153
+ Data Files or Software are furnished to do so, provided that either (a)
154
+ this copyright and permission notice appear with all copies of the Data
155
+ Files or Software, or (b) this copyright and permission notice appear in
156
+ associated Documentation.
157
+
158
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
159
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
160
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
161
+ THIRD PARTY RIGHTS.
162
+
163
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
164
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
165
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
166
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
167
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
168
+ FILES OR SOFTWARE.
169
+
170
+ Except as contained in this notice, the name of a copyright holder shall
171
+ not be used in advertising or otherwise to promote the sale, use or other
172
+ dealings in these Data Files or Software without prior written
173
+ authorization of the copyright holder.
181
174
 
182
175
  ----------------------------------------------------------------------
183
176
 
package/README.md CHANGED
@@ -367,8 +367,6 @@ For information about the governance of the Node.js project, see
367
367
  **Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
368
368
  * [iansu](https://github.com/iansu) -
369
369
  **Ian Sutherland** <<ian@iansutherland.ca>>
370
- * [JacksonTian](https://github.com/JacksonTian) -
371
- **Jackson Tian** <<shyvo1987@gmail.com>>
372
370
  * [JakobJingleheimer](https://github.com/JakobJingleheimer) -
373
371
  **Jacob Smith** <<jacob@frende.me>> (he/him)
374
372
  * [jasnell](https://github.com/jasnell) -
@@ -569,6 +567,8 @@ For information about the governance of the Node.js project, see
569
567
  **Isaac Z. Schlueter** <<i@izs.me>>
570
568
  * [italoacasas](https://github.com/italoacasas) -
571
569
  **Italo A. Casas** <<me@italoacasas.com>> (he/him)
570
+ * [JacksonTian](https://github.com/JacksonTian) -
571
+ **Jackson Tian** <<shyvo1987@gmail.com>>
572
572
  * [jasongin](https://github.com/jasongin) -
573
573
  **Jason Ginchereau** <<jasongin@microsoft.com>>
574
574
  * [jbergstroem](https://github.com/jbergstroem) -
package/bin/node CHANGED
Binary file
@@ -5979,7 +5979,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_87E8306D_0x9e027
5979
5979
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xf08a1b3d111f80f9
5980
5980
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0x65ca916f7e902d76
5981
5981
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xa9f37c82525b0775
5982
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x5f49af0920b94e47
5982
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x1e3a7ed87631dbf1
5983
5983
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5984
5984
  _GLOBAL__I_65535_0__Z16_register_configv
5985
5985
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -56098,6 +56098,7 @@ _ZN4node10StreamPipeC2EPNS_10StreamBaseES2_N2v85LocalINS3_6ObjectEEE
56098
56098
  _ZN4node10StreamPipeD0Ev
56099
56099
  _ZN4node10StreamPipeD1Ev
56100
56100
  _ZN4node10StreamPipeD2Ev
56101
+ _ZN4node10V8Platform10InitializeEi
56101
56102
  _ZN4node10V8Platform17StartTracingAgentEv
56102
56103
  _ZN4node10V8PlatformD1Ev
56103
56104
  _ZN4node10cares_wrap10AaaaTraits4SendEPNS0_9QueryWrapIS1_EEPKc
@@ -56858,6 +56859,7 @@ _ZN4node13SocketAddress12FromSockNameERK8uv_tcp_s
56858
56859
  _ZN4node13SocketAddress12FromSockNameERK8uv_udp_s
56859
56860
  _ZN4node13SocketAddress3NewEPKcjPS0_
56860
56861
  _ZN4node13SocketAddress3NewEiPKcjPS0_
56862
+ _ZN4node13SocketAddress7GetPortEPK8sockaddr
56861
56863
  _ZN4node13SocketAddressD0Ev
56862
56864
  _ZN4node13SocketAddressD1Ev
56863
56865
  _ZN4node13SpinEventLoopEPNS_11EnvironmentE
@@ -57927,7 +57929,6 @@ _ZN4node34SerializeNodeContextInternalFieldsEN2v85LocalINS0_6ObjectEEEiPv
57927
57929
  _ZN4node35ERR_CRYPTO_JWK_UNSUPPORTED_KEY_TYPEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
57928
57930
  _ZN4node35ERR_CRYPTO_TIMING_SAFE_EQUAL_LENGTHIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
57929
57931
  _ZN4node35ERR_TLS_PSK_SET_IDENTIY_HINT_FAILEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
57930
- _ZN4node35THROW_ERR_CRYPTO_INVALID_MESSAGELENEPN2v87IsolateE
57931
57932
  _ZN4node36RemoveEnvironmentCleanupHookInternalEPNS_9ACHHandleE
57932
57933
  _ZN4node37THROW_ERR_TLS_INVALID_PROTOCOL_METHODIJEEEvPN2v87IsolateEPKcDpOT_
57933
57934
  _ZN4node38ERR_CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
@@ -58513,8 +58514,13 @@ _ZN4node4quic9QuicErrorC2ESt17basic_string_viewIcSt11char_traitsIcEE
58513
58514
  _ZN4node4quic9QuicErrorD0Ev
58514
58515
  _ZN4node4quic9QuicErrorD1Ev
58515
58516
  _ZN4node4quic9SetOptionINS0_10TLSContext7OptionsEXadL_ZNS3_14session_id_ctxEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58517
+ _ZN4node4quic9SetOptionINS0_10TLSContext7OptionsEXadL_ZNS3_16enable_tls_traceEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58518
+ _ZN4node4quic9SetOptionINS0_10TLSContext7OptionsEXadL_ZNS3_19reject_unauthorizedEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58519
+ _ZN4node4quic9SetOptionINS0_10TLSContext7OptionsEXadL_ZNS3_24request_peer_certificateEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58520
+ _ZN4node4quic9SetOptionINS0_10TLSContext7OptionsEXadL_ZNS3_24verify_hostname_identityEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58516
58521
  _ZN4node4quic9SetOptionINS0_10TLSContext7OptionsEXadL_ZNS3_4alpnEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58517
58522
  _ZN4node4quic9SetOptionINS0_10TLSContext7OptionsEXadL_ZNS3_6groupsEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58523
+ _ZN4node4quic9SetOptionINS0_10TLSContext7OptionsEXadL_ZNS3_6keylogEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58518
58524
  _ZN4node4quic9SetOptionINS0_10TLSContext7OptionsEXadL_ZNS3_7ciphersEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58519
58525
  _ZN4node4quic9SetOptionINS0_10TLSContext7OptionsEXadL_ZNS3_8hostnameEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58520
58526
  _ZN4node4quic9SetOptionINS0_15TransportParams7OptionsEXadL_ZNS3_13max_ack_delayEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
@@ -58523,6 +58529,7 @@ _ZN4node4quic9SetOptionINS0_15TransportParams7OptionsEXadL_ZNS3_16max_idle_timeo
58523
58529
  _ZN4node4quic9SetOptionINS0_15TransportParams7OptionsEXadL_ZNS3_18ack_delay_exponentEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58524
58530
  _ZN4node4quic9SetOptionINS0_15TransportParams7OptionsEXadL_ZNS3_23initial_max_streams_uniEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58525
58531
  _ZN4node4quic9SetOptionINS0_15TransportParams7OptionsEXadL_ZNS3_23max_datagram_frame_sizeEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58532
+ _ZN4node4quic9SetOptionINS0_15TransportParams7OptionsEXadL_ZNS3_24disable_active_migrationEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58526
58533
  _ZN4node4quic9SetOptionINS0_15TransportParams7OptionsEXadL_ZNS3_24initial_max_streams_bidiEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58527
58534
  _ZN4node4quic9SetOptionINS0_15TransportParams7OptionsEXadL_ZNS3_26active_connection_id_limitEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58528
58535
  _ZN4node4quic9SetOptionINS0_15TransportParams7OptionsEXadL_ZNS3_27initial_max_stream_data_uniEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
@@ -58534,15 +58541,19 @@ _ZN4node4quic9SetOptionINS0_7Session19Application_OptionsEXadL_ZNS3_21qpack_bloc
58534
58541
  _ZN4node4quic9SetOptionINS0_7Session19Application_OptionsEXadL_ZNS3_22max_field_section_sizeEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58535
58542
  _ZN4node4quic9SetOptionINS0_7Session19Application_OptionsEXadL_ZNS3_25qpack_max_dtable_capacityEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58536
58543
  _ZN4node4quic9SetOptionINS0_7Session19Application_OptionsEXadL_ZNS3_33qpack_encoder_max_dtable_capacityEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58544
+ _ZN4node4quic9SetOptionINS0_7Session7OptionsEXadL_ZNS3_4qlogEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58537
58545
  _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_11max_retriesEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58538
58546
  _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_16address_lru_sizeEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58539
58547
  _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_16max_payload_sizeEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58540
58548
  _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_16token_expirationEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58549
+ _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_16validate_addressEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58541
58550
  _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_20max_stateless_resetsEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58542
58551
  _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_21max_connections_totalEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58543
58552
  _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_22retry_token_expirationEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58553
+ _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_23disable_stateless_resetEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58544
58554
  _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_24max_connections_per_hostEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58545
58555
  _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_31unacknowledged_packet_thresholdEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58556
+ _ZN4node4quic9SetOptionINS0_8Endpoint7OptionsEXadL_ZNS3_9ipv6_onlyEEEEEbPNS_11EnvironmentEPT_RKN2v85LocalINS8_6ObjectEEERKNS9_INS8_6StringEEE
58546
58557
  _ZN4node4util10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
58547
58558
  _ZN4node4util23fast_guess_handle_type_E
58548
58559
  _ZN4node4util24ArrayBufferViewHasBufferERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -58740,7 +58751,6 @@ _ZN4node4wasi4WASIC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEP16uvwasi_option
58740
58751
  _ZN4node4wasi4WASID0Ev
58741
58752
  _ZN4node4wasi4WASID1Ev
58742
58753
  _ZN4node4wasi4WASID2Ev
58743
- _ZN4node5AbortEv
58744
58754
  _ZN4node5Realm10RunCleanupEv
58745
58755
  _ZN4node5Realm16CreatePropertiesEv
58746
58756
  _ZN4node5Realm16RunBootstrappingEv
@@ -60600,6 +60610,7 @@ _ZN4node9SetMethodEN2v85LocalINS0_7ContextEEENS1_INS0_6ObjectEEESt17basic_string
60600
60610
  _ZN4node9SetMethodEPN2v87IsolateENS0_5LocalINS0_8TemplateEEESt17basic_string_viewIcSt11char_traitsIcEEPFvRKNS0_20FunctionCallbackInfoINS0_5ValueEEEE
60601
60611
  _ZN4node9StreamReq4DoneEiPKc
60602
60612
  _ZN4node9TaskQueueIN2v84TaskEE4PushESt10unique_ptrIS2_St14default_deleteIS2_EE
60613
+ _ZN4node9TaskQueueIN2v84TaskEEC1Ev
60603
60614
  _ZN4node9TimerWrap13TimerClosedCbEP11uv_handle_s
60604
60615
  _ZN4node9TimerWrap3RefEv
60605
60616
  _ZN4node9TimerWrap4StopEv
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 21
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-aix-ppc64",
3
- "version": "v21.3.0",
3
+ "version": "v21.4.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"