The node:check
module helps mocking throughout testing through a top-level mock
object.
check('spies on an object methodology', (t) => {
const quantity = {
worth: 5,
add(a) {
return this.worth + a;
},
};
t.mock.methodology(quantity, 'add');
assert.strictEqual(quantity.add(3), 8);
assert.strictEqual(quantity.add.mock.calls.size, 1);
});
Contributed by Colin Ihrig in #45326
fs.watch
helps recursive watch utilizing the recursive: true
choice.
const watcher = fs.watch(testDirectory, { recursive: true });
watcher.on('change', perform(occasion, filename) {
});
Contributed by Yagiz Nizipli in #45098
- deps
- replace ICU to 72.1 (Michaël Zasso) #45068
- doc
- lib
- drop fetch experimental warning (Matteo Collina) #45287
- util
- [
c9cf399ec7
] – benchmark: add parameters to text-decoder benchmark (Yagiz Nizipli) #45363 - [
79f6bb061d
] – benchmark: repair text-decoder benchmark (Yagiz Nizipli) #45363 - [
a27c994ced
] – benchmark: add blob benchmark (Yagiz Nizipli) #44990 - [
c45b6aee78
] – bootstrap: merge essential thread and employee thread initializations (Joyee Cheung) #44869 - [
33691208df
] – buffer: repair validation of choices inBlob
constructor (Antoine du Hamel) #45156 - [
7b938df296
] – construct: help Python 3.11 (Luigi Pinca) #45191 - [
75e0a2d109
] – construct: workaround for node-core-utils (Jiawen Geng) #45199 - [
f598edbdf4
] – construct: repair icu-small construct with ICU 72.1 (Steven R. Loomis) #45195 - [
29b9f4f90c
] – construct: take away unused language information (Ben Noordhuis) #45138 - [
3a1ee940d1
] – construct: add GitHub token to auto-start-ci workflow (Richard Lau) #45185 - [
17349a2f42
] – construct: restore Home windows useful resource file (Richard Lau) #45042 - [
24e24bd063
] – construct: add model data to timezone replace PR (Darshan Sen) #45021 - [
8d7aa53e6b
] – construct,win: go –debug-nghttp2 to configure (Santiago Gimeno) #45209 - [
b2e60480f3
] – child_process: validate arguments for null bytes (Darshan Sen) #44782 - [
1f0edde412
] – crypto: deal with extra webcrypto errors with OperationError (Filip Skokan) #45320 - [
13fb05e12b
] – crypto: deal with unsupported AES ciphers in webcrypto (Filip Skokan) #45321 - [
c168cbfbb3
] – deps: V8: cherry-pick 56816d76c121 (Shi Pujin) #45353 - [
1432474abf
] – deps: improve npm to eight.19.3 (npm crew) #45322 - [
f35d56200d
] – deps: replace corepack to 0.15.1 (Node.js GitHub Bot) #45331 - [
44de2321aa
] – deps: patch V8 to 10.7.193.20 (Michaël Zasso) #45228 - [
bfe3819f08
] – deps: improve to libuv 1.44.2 (Luigi Pinca) #42340 - [
0d41df96b3
] – deps: replace corepack to 0.15.0 (Node.js GitHub Bot) #45235 - [
0d241638ca
] – deps: replace undici to five.12.0 (Node.js GitHub Bot) #45236 - [
f58996188a
] – Revert “deps: make V8 compilable with older glibc” (Michaël Zasso) #45162 - [
8cda730e58
] – deps: replace ICU to 72.1 (Michaël Zasso) #45068 - [
0a6ed6f710
] – Revert “deps: V8: ahead declaration ofRtl*FunctionTable
” (Michaël Zasso) #45119 - [
2f7518ada2
] – deps: replace timezone (Node.js GitHub Bot) #44950 - [
3bfba6df79
] – deps: patch V8 to 10.7.193.16 (Michaël Zasso) #45023 - [
b5baaa61b3
] – dns: repair port validation (Antoine du Hamel) #45135 - [
0e9bad97cc
] – doc: permit for holidays in triage response (Michael Dawson) #45267 - [
d4aabb9d3d
] – doc: embody final safety launch date (Juan José Arboleda) #45368 - [
ba45373164
] – doc: repair e-mail for Ashley (Michael Dawson) #45364 - [
d5e5c75b13
] – doc: repair check runner’s solely checks part header (Colin Ihrig) #45343 - [
a7c5f31c47
] – doc: run license-builder (github-actions[bot]) #45349 - [
3de125743e
] – doc: add extra data for timer.setInterval (theanarkh) #45232 - [
5a1252d9b4
] – doc: use module names in stability overview desk (Filip Skokan) #45312 - [
4d38bf2c5f
] – doc: addnode:
prefix for examples (Daeyeon Jeong) #45328 - [
b4b6b95f48
] – doc: replace title of Node.js core Slack channel (Wealthy Trott) #45293 - [
7d7e7c316b
] – doc: repair “task_processor.js” typo (andreysoktoev) #45257 - [
b9039a54af
] – doc: add historical past part tofetch
-related globals (Antoine du Hamel) #45198 - [
d9163f1632
] – doc: make clear moderation inonboarding.md
(Benjamin Gruenbaum) #41930 - [
c179c1478b
] – doc: change make lint to make lint-md (RafaelGSS) #45197 - [
58bec56fab
] – doc: add extra lts replace steps to launch information (Ruy Adorno) #45177 - [
8f8d7e76ac
] – doc: add bmuenzenmeyer to triagers (Brian Muenzenmeyer) #45155 - [
de2df550f6
] – doc: replace course of.launch (Filip Skokan) #45170 - [
916e8760ba
] – doc: add hyperlink to triage information (Brian Muenzenmeyer) #45154 - [
54d806853e
] – doc: mark Node.js 12 as Finish-of-Life (Rafael Gonzaga) #45186 - [
3a26347649
] – doc: add lukekarrys to collaborators (Luke Karrys) #45180 - [
85cb4d795c
] – doc: replace mark launch line lts on launch information (Ruy Adorno) #45101 - [
c23e023a2d
] – doc: be extra particular and current tense-y (Ben Noordhuis) #45120 - [
519002152b
] – doc: add main model notice to launch information (Ruy Adorno) #45054 - [
809e8dcbd2
] – doc: repair v14.x hyperlink sustaining openssl information (RafaelGSS) #45071 - [
9d449d389d
] – doc: add notice about newest GitHub launch (Michaël Zasso) #45111 - [
ee34a3a1bc
] – doc: point out v18.x openssl sustaining information (Rafael Gonzaga) #45070 - [
3e4033a90d
] – doc: repair show of “problematic” ASCII characters (John Gardner) #44373 - [
533e38b0b8
] – doc: mark Node.js v17.x as EOL (KaKa) #45110 - [
93a34faa39
] – doc: replace Node.js 16 Finish-of-Life date (Richard Lau) #45103 - [
b4beddef79
] – doc: repair typo in parseArgs default worth (Tobias Nießen) #45083 - [
e8103fd33b
] – doc: up to date safety stewards (Michael Dawson) #45005 - [
5fbccae4f0
] – doc: repair http and http2 writeEarlyHints() parameter (Fabian Meyer) #45000 - [
d47f83251a
] – doc: run license-builder (github-actions[bot]) #45034 - [
e6bbc5033d
] – doc: enhance the workflow to check launch binaries (Rafael Gonzaga) #45004 - [
f0c18f04f0
] – doc: repair undici model in changelog (Michael Dawson) #44982 - [
ffba3218ec
] – doc: add data on fixup to safety launch course of (Michael Dawson) #44807 - [
edb92f4510
] – doc: add anonrig to collaborators (Yagiz Nizipli) #45002 - [
58334a38e8
] – doc, async_hooks: enhance and add migration hints (Gerhard Stöbich) #45369 - [
7225a7d46b
] – doc, http: add Uint8Array as allowed kind (Gerhard Stöbich) #45167 - [
40a5e22328
] – esm: shield ESM loader from prototype air pollution (Antoine du Hamel) #45175 - [
2e5d8e7239
] – esm: shield ESM loader from prototype air pollution (Antoine du Hamel) #45044 - [
c3dd696081
] – occasions: add distinctive occasions benchmark (Yagiz Nizipli) #44657 - [
daff3b8b09
] – fs: replace todo message (Yagiz Nizipli) #45265 - [
670def3d6f
] – fs: repair opts.filter situation in cpSync (Tho) #45143 - [
34bfef91a9
] – (SEMVER-MINOR) fs: add recursive watch to linux (Yagiz Nizipli) #45098 - [
d89ca1b443
] – fs: hint extra fs api (theanarkh) #45095 - [
1a04881494
] – http: headers(Distinct), trailers(Distinct) setters to be no-op (Madhuri) #45176 - [
8abc3f732a
] – http: add precedence to frequent http headers (James M Snell) #45045 - [
316354e3d3
] – http2: enhance session shut/destroy procedures (Santiago Gimeno) #45115 - [
1635140952
] – http2: repair crash on Http2Stream::diagnostic_name() (Santiago Gimeno) #45123 - [
94b7f5338c
] – http2: repair debugStream methodology (Santiago Gimeno) #45129 - [
3db37e7d1b
] – inspector: refactorinspector/guarantees
to be extra sturdy (Antoine du Hamel) #45041 - [
0478e4063f
] – lib: add choices to the heap snapshot APIs (Joyee Cheung) #44989 - [
a8e901555a
] – lib: repair JSDoc points (Wealthy Trott) #45243 - [
74352842bc
] – lib: use course of.nextTick() as a substitute of setImmediate() (Luigi Pinca) #42340 - [
9f3d2f6879
] – lib: drop fetch experimental warning (Matteo Collina) #45287 - [
e2181e057b
] – lib: repair eslint early return (RafaelGSS) #45409 - [
d1726692ee
] – lib: repair TypeError when changing a indifferent buffer supply (Kohei Ueno) #44020 - [
d7470ad986
] – lib: repairAbortSignal.timeout
parameter validation (dnalborczyk) #42856 - [
c7b7f2bec2
] – lib: add lint rule to guard towardsObject.prototype.then
air pollution (Antoine du Hamel) #45061 - [
9ed9aa8233
] – lib: add capability so as to add separate occasion title to defineEventHandler (James M Snell) #45032 - [
8b4a41e23d
] – lib: repair typo inpre_execution.js
(Antoine du Hamel) #45039 - [
cc2393c9fe
] – lib: promise model of streams.completed name clear up (Naor Tedgi (Abu Emma)) #44862 - [
17ef1bbc8e
] – lib: make properties on Blob and URL enumerable (Khafra) #44918 - [
8199841e9c
] – lib: help extra attributes for early trace hyperlink (Yagiz Nizipli) #44874 - [
88c3bb609b
] – meta: replace AUTHORS (Node.js GitHub Bot) #45333 - [
a866e8c163
] – meta: replace collaborator e-mail deal with in README (Wealthy Trott) #45251 - [
bfbfacad79
] – meta: repair e-mail deal with typo in README (Wealthy Trott) #45250 - [
0d58bb9531
] – meta: take away dont-land-on-v12 auto labeling (Moshe Atlow) #45233 - [
b41b5ba658
] – meta: replace AUTHORS (Node.js GitHub Bot) #45238 - [
ad9a5bb61f
] – meta: transfer a collaborator to emeritus (Wealthy Trott) #45160 - [
ec8683052b
] – meta: transfer a number of collaborators to emeritus (Node.js GitHub Bot) #45036 - [
7900810fb3
] – meta: replace AUTHORS (Node.js GitHub Bot) #45020 - [
738144c311
] – module: guarantee relative requires work from deleted directories (Bradley Farias) #42384 - [
36acf8a13e
] – internet: take away _readableState from debug assertion (Wealthy Trott) #45063 - [
aaca54c5c0
] – node-api: deal with no help for exterior buffers (Michael Dawson) #45181 - [
2105f099ea
] – node-api,check: repair test_reference_double_free crash (Vladimir Morozov) #44927 - [
2fcf851a91
] – os: convert uid and gid to 32-bit signed integers (Luigi Pinca) #42340 - [
dfe4237d77
] – perf_hooks: align toStringTag with different Net Efficiency implementations (Daeyeon Jeong) #45157 - [
9d15da3341
] – report: add extra reminiscence data (theanarkh) #45254 - [
a2620acad7
] – report: add rss and use/kernel cpu utilization fields (theanarkh) #45043 - [
66e1dc4979
] – report,doc: outline report model semantics (Gireesh Punathil) #45050 - [
86e22b4e19
] – src: observe contexts within the Surroundings as a substitute of AsyncHooks (Joyee Cheung) #45282 - [
326d19af3d
] – src: resolve TODO associated to inspector CVEs (Tobias Nießen) #45341 - [
4e45585ca2
] – src: revert is_release to 0 (RafaelGSS) #45315 - [
5d480118fb
] – src: print nghttp2 logs when utilizing –debug-nghttp2 (Santiago Gimeno) #45209 - [
3e46ebda3c
] – src: hint threadpool occasion (theanarkh) #44458 - [
97547bcd14
] – src: lock-free init_process_flags (Jérémy Lal) #45221 - [
42db84913b
] – src: name uv_library_shutdown earlier than DisposePlatform (theanarkh) #45226 - [
aa4152a1b6
] – src: repaircrypto.privateEncrypt
fails first time (liuxingbaoyu) #42793 - [
243c141b69
] – src: make clear OptionEnvvarSettings member names (Chengzhong Wu) #45057 - [
5335e29ce7
] – src: let http2 streams finish after session shut (Santiago Gimeno) #45153 - [
8d5682266e
] – src: remap invalid file descriptors utilizingdup2
(Obiwac) #44461 - [
4e14ed8878
] – src: take away unusedcontextify_global_private_symbol
(Daeyeon Jeong) #45128 - [
a8412f5677
] – src: forbid operating watch mode in REPL (Moshe Atlow) #45058 - [
162bf0ddff
] – src: repair check runner protection (Moshe Atlow) #45055 - [
e5b1179630
] – src: optimize ALPN callback (Ben Noordhuis) #44875 - [
9dc21a1f86
] – src: simplify ALPN code, take away indirection (Ben Noordhuis) #44875 - [
5fce8e3495
] – src: iwyu in cleanup_queue.cc (Shelley Vohr) #44983 - [
824dcfc422
] – src: return void in InitializeInspector() (Joyee Cheung) #44903 - [
7a31ae8ab1
] – src,lib: retrieve parsed supply map url from v8 (Chengzhong Wu) #44798 - [
ccb1c1e9a2
] – stream: add compose operator (Raz Luvaton) #44937 - [
e60d9053bc
] – stream: repair duplexify untimely destroy (Robert Nagy) #45133 - [
bc0ae3e74e
] – stream: repair net streams don’t have any Image.toStringTag (Jithil P Ponnan) #45117 - [
1655532fd2
] – stream: do not push null from closed promise #42694 (David Halls) #45026 - [
717db1d46a
] – check: skip test-fs-largefile if not sufficient disk area (Wealthy Trott) #45339 - [
4a80aff16e
] – check: repair catching failed assertion (Pavel Horal) #45222 - [
66e7821506
] – check: defer invocation checks (Luigi Pinca) #42340 - [
43db0fbd49
] – check: repair test-socket-write-after-fin-error (Luigi Pinca) #42340 - [
d5f4d98847
] – check: maketest-eventemitter-asyncresource.js
shorter (Juan José) #45146 - [
7428651100
] – check: convert test-debugger-pid to async/await (Luke Karrys) #45179 - [
f10f2c1121
] – check: repair textdecoder check for small-icu builds (Richard Lau) #45225 - [
eed799bd31
] – check: enhance check protection intest-event-capture-rejections.js
(Juan José) #45148 - [
069747bfdd
] – check: repair timeout of test-heap-prof.js in riscv gadgets (Yu Gu) #42674 - [
ddb7df76de
] – check: deflake test-http2-empty-frame-without-eof (Santiago Gimeno) #45212 - [
02ebde39d3
] – check: use frequent/tmpdir in watch-mode ipc check (Richard Lau) #45211 - [
f9bc40a1fc
] – check: use uv_sleep() the place attainable (Santiago Gimeno) #45124 - [
3c7ea23b8f
] – check: repair typo incheck/parallel/test-fs-rm.js
(Tim Shilov) #44882 - [
b39dcde056
] – check: take away a snapshot blob from test-inspect-address-in-use.js (Daeyeon Jeong) #45132 - [
fabed9bdc8
] – check: add check for Module._stat (Darshan Sen) #44713 - [
2b3b291c97
] – check: watch mode examine restart repeatedly (Moshe Atlow) #45060 - [
17e86e4188
] – check: take away experimental-wasm-threads flag (Michaël Zasso) #45074 - [
f0480d68e9
] – check: take away pointless noop perform args tomustCall()
(Antoine du Hamel) #45047 - [
82e6043118
] – check: mark test-watch-mode* as flaky on all platforms (Pierrick Bouvier) #45049 - [
26a2ae2489
] – check: wrap lackingfrequent.mustCall
(Moshe Atlow) #45064 - [
8662399cda
] – check: take away mentions of--experimental-async-stack-tagging-api
flag (Simon) #45051 - [
71b8d506ed
] – check: enhance assertions intest-repl-unsupported-option.js
(Juan José) #44953 - [
dbc696d363
] – check: take away pointless noop perform args to mustCall() (Wealthy Trott) #45027 - [
c1ca19fb06
] – check: replace WPT sources (Khaidi Chu) #44948 - [
43677e5a34
] – check: skip check relying onoverlapped-checker
when not out there (Antoine du Hamel) #45015 - [
3519d74e87
] – check: enhance check protection foros
bundle (Juan José) #44959 - [
ea0cfc9a83
] – check: add check to enhance protection in http2-compat-serverresponse (Cesar Mario Diaz) #44970 - [
482578682c
] – check: enhance check protection intest-child-process-spawn-argv0.js
(Juan José) #44955 - [
a618dc3c3e
] – check: use CHECK as a substitute of EXPECT the place needed (Tobias Nießen) #44795 - [
c59d3b76e6
] – check: refactor guarantees to async/await (Madhuri) #44980 - [
36c5927c60
] – check,crypto: replace WebCryptoAPI WPT (Filip Skokan) #45165 - [
6158d740f3
] – test_runner: help perform mocking (Colin Ihrig) #45326 - [
920804dc46
] – test_runner: keep away from swallowing of asynchronously thrown errors (MURAKAMI Masahiko) #45264 - [
8e7f9de45e
] – test_runner: repair afterEach not operating on check failures (Jithil P Ponnan) #45204 - [
0040030443
] – test_runner: report faucet subtest so as (Moshe Atlow) #45220 - [
afa8291c7c
] – test_runner: name {earlier than,after}Every() on suites (Colin Ihrig) #45161 - [
ff174b0937
] – test_runner: add further fields in AssertionError YAML (Bryan English) #44952 - [
bf868fdfab
] – (SEMVER-MINOR) tls: add “ca” property to certificates object (Ben Noordhuis) #44935 - [
e8075fd1f8
] – instruments: add automation for updating acorn dependency (Facundo Tuesca) #45357 - [
9aa305ff3e
] – instruments: add documentation relating to our api tooling (Claudio Wunder) #45270 - [
76cbc07f9b
] – instruments: permit scripts to run from anyplace (Luigi Pinca) #45361 - [
aa875a4d6a
] – instruments: replace eslint to eight.27.0 (Node.js GitHub Bot) #45358 - [
4b71db13ae
] – instruments: replace eslint to eight.26.0 (Node.js GitHub Bot) #45243 - [
63267dfefb
] – instruments: replace lint-md-dependencies to [email protected] (Node.js GitHub Bot) #45332 - [
e275859138
] – instruments: repair stability index technology (Antoine du Hamel) #45346 - [
97fe8bacb1
] – instruments: enhance macOS cores to three on GitHub CI (Wealthy Trott) #45340 - [
eda4ae51ca
] – instruments: add automation for updating base64 dependency (Facundo Tuesca) #45300 - [
2ee052f794
] – instruments: repairrequest-ci-failed
remark (Antoine du Hamel) #45291 - [
e118dd88fd
] – instruments: refactor dynamic strings creation in shell scripts (Antoine du Hamel) #45240 - [
ba89cea683
] – instruments: replace lint-md-dependencies (Node.js GitHub Bot) #45237 - [
786f086800
] – instruments: use Python 3.11 in GitHub Actions workflows (Luigi Pinca) #45191 - [
0738d14fa4
] – instruments: repairrequest-ci-failed
remark (Antoine du Hamel) #45218 - [
49be13ccd8
] – instruments: preserve Emeriti lists case-insensitive alphabetic (Wealthy Trott) #45159 - [
6e30d2231b
] – instruments: replace actions/setup-python to v4 (Yagiz Nizipli) #45178 - [
a4158692d7
] – instruments: replace V8 gypfiles for RISC-V (Andreas Schwab) #45149 - [
c43bc2169f
] – instruments: repaircreate-or-update-pull-request-action
hash on GHA (Antoine du Hamel) #45166 - [
2ccc03ec32
] – instruments: replace gr2m/create-or-update-pull-request-action (Luigi Pinca) #45022 - [
a70b27629f
] – instruments: don’t use the set-output command in workflows (Luigi Pinca) #45024 - [
025e616662
] – instruments: replace lint-md-dependencies (Node.js GitHub Bot) #45019 - [
732f9a78d3
] – trace_events: repair getCategories (theanarkh) #45092 - [
1bc84ce52c
] – url: take away t n r in url.parse() much like WHATWG (Wealthy Trott) #45116 - [
84e7388160
] – url: enhance port validation (Wealthy Trott) #45012 - [
02cff4a3d3
] – url: enhance url.parse() compliance with WHATWG URL (Wealthy Trott) #45011 - [
89390a6be2
] – util: enhance text-decoder efficiency (Yagiz Nizipli) #45363 - [
0deed8daeb
] – util: enhance textdecoder decode efficiency (Yagiz Nizipli) #45294 - [
d41f8ffc36
] – (SEMVER-MINOR) util: add MIME utilities (#21128) (Bradley Farias) #21128
Home windows 32-bit Installer: https://nodejs.org/dist/v19.1.0/node-v19.1.0-x86.msi
Home windows 64-bit Installer: https://nodejs.org/dist/v19.1.0/node-v19.1.0-x64.msi
Home windows 32-bit Binary: https://nodejs.org/dist/v19.1.0/win-x86/node.exe
Home windows 64-bit Binary: https://nodejs.org/dist/v19.1.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v19.1.0/node-v19.1.0.pkg
macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v19.1.0/node-v19.1.0-darwin-arm64.tar.gz
macOS Intel 64-bit Binary: https://nodejs.org/dist/v19.1.0/node-v19.1.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v19.1.0/node-v19.1.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v19.1.0/node-v19.1.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v19.1.0/node-v19.1.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v19.1.0/node-v19.1.0-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v19.1.0/node-v19.1.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v19.1.0/node-v19.1.0-linux-arm64.tar.xz
Supply Code: https://nodejs.org/dist/v19.1.0/node-v19.1.0.tar.gz
Different launch information: https://nodejs.org/dist/v19.1.0/
Documentation: https://nodejs.org/docs/v19.1.0/api/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
d1b2b585c25c846bb0453313d1d5dab8e82713e72c5cb01199a6e6b545816b84 node-v19.1.0-aix-ppc64.tar.gz
d05a4a3c9f081c7fbab131f447714fa708328c5c1634c278716adfbdbae0ff26 node-v19.1.0-darwin-arm64.tar.gz
9538ce1698edad1054d313bd1065602c7d83112e77c9edc6cf46ad261ef45396 node-v19.1.0-darwin-arm64.tar.xz
63f4284fa1474b779f0e4fa93985ddc2efa227484476f33d923ae44922637080 node-v19.1.0-darwin-x64.tar.gz
18c2572cd5f993c7b293b2d1dda4b813ba64ef6a28956fee8da02c8fb92c8e7e node-v19.1.0-darwin-x64.tar.xz
a8cf7ae3b5bb4b1c333e572026c86effda101a9ab0b1bd850fe1a8d838443fb5 node-v19.1.0-headers.tar.gz
8a4f50f89005e57a7c861658fff6e7a10258aec76d455e6a307df94c988afb81 node-v19.1.0-headers.tar.xz
476399363945b3cf441d2e0677c50ad3a257db36c2a06a8c51c46b0bc42b4d3d node-v19.1.0-linux-arm64.tar.gz
93ef3a96ebf88988921f87ef28a21cc25776e0562afa696a59dc074fea1913c7 node-v19.1.0-linux-arm64.tar.xz
9805100325de7c8e7be258a7cb768e4fdb05398e2d9778cdf24d5d1df0b943d1 node-v19.1.0-linux-armv7l.tar.gz
8e3ae0904be5508fa2d12d1c94eb9ac4ce5fe21924b611e314a83a668ff28164 node-v19.1.0-linux-armv7l.tar.xz
b7e1ffce24820037103265604faf1e483db75d1212096cf653b41f19594109e1 node-v19.1.0-linux-ppc64le.tar.gz
bb0523d42824b2a577f4ac870d2e5caa8641d74e9c33cdeea95c8dabf1674ae0 node-v19.1.0-linux-ppc64le.tar.xz
c87bb643c6c28673962dc9c5f3948bcec466f22f97dba79425fbb7e588a5462a node-v19.1.0-linux-s390x.tar.gz
50c583dbcec40ce09b0765bb85482b00e4cdfc8324739cc8f8a2c6416f3a2e60 node-v19.1.0-linux-s390x.tar.xz
1a42a67beb3e07289da2ad22a58717801c6ab80d09668e2da6b1c537b2a80a5e node-v19.1.0-linux-x64.tar.gz
c4d1bcb5d5dd1fb1299c6eb38c5b6c66d1d9ff473fa007c3294ed025b67091e3 node-v19.1.0-linux-x64.tar.xz
b8554d888e42ddba78528806fea9190fa0bf7524bf548d11f1fa8e214307a003 node-v19.1.0-win-x64.7z
9ca998da2063fd5b374dc889ee1937ada5a1e1f4fb50b5f989412dda7c6bb357 node-v19.1.0-win-x64.zip
bc8a0a9150147d0c53a94c857a0a0cb7ee9125ca595cc72986cbe290eae2dfb7 node-v19.1.0-win-x86.7z
cc75dd23000c81798d58b71b3b8829729a466b253b6f090ba30806b60c544ee5 node-v19.1.0-win-x86.zip
935f9c01b135b5da7397b900c7ff5123ce154c570280efd60257ed58fd029f34 node-v19.1.0-x64.msi
416cad872df5f3ad38000c32c1ba0dd1d7f823df7a6937cc088b3393bfb68852 node-v19.1.0-x86.msi
423704bffcca4a6ed2b143bd8c80a718908845417a15e766fb18634759079f9b node-v19.1.0.pkg
431176548d88fe7804b98635d267733c0734086456873575a2f549e115e4ef18 node-v19.1.0.tar.gz
4ea9ba1f992815fb823b022a62b61f536121f970fe88c6395c7e3af4e9cf46a0 node-v19.1.0.tar.xz
278e3fd39219f9b00009356b9eba91c0e6fc86607175866b66d0032841be7e63 win-x64/node.exe
541ea7cc0733d7803288a02d300bc4728782681711a35601e64c4b773c910d63 win-x64/node.lib
9f27677c25fe445833ddea66d9e1c68f5c6aaa03b6e42e5046dc804f0b9bc23c win-x64/node_pdb.7z
3ab2d7e090fcb13da0ca700cbba78958678ed3d51e97709f16a21a4ccecc2153 win-x64/node_pdb.zip
3e62d730b0a9bebebb189a101424d9ac456445bc5f69d1385c3089767c072c0c win-x86/node.exe
b2bddbd9d52af0370653e8ddb9323e059bb3f4bc5e9019639dfda295d715c383 win-x86/node.lib
6d9a68dc801f6ba08f5daddc9846a418b2ce2d31d7406d676721dea10652c73a win-x86/node_pdb.7z
3a833adc70a8dfd4868b092850e52f8e5bea2b6872aded4b662a6df7ada66151 win-x86/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCAAdFiEEiQwI24V5Fi/uDfnbi+q0389VXvQFAmNyR5EACgkQi+q0389V
XvTQ8wwAmK7TcwmoyB6zxhFxW6eS99fm4q3l90kOHsNWoK3wBpAwXq7oGrUn55LT
/nkhKkx+CIjK12SQ1URug4NKw1y2CUIdQZZyPh8ordyxMhoOpwD5EkWVOYhh0BU3
zgVFtSOEGIMpUk7yM46qEKegOti1rSFM2sLQn33EMQlVcDSDCcnCxzf/Ac0CqqPt
5/wBR/bNaQpBT9IstXfROYzqUoYBs6TfhbV9mgpMA6lrU3bjAAJHRo9zfL4YgHA6
1nOVYuQYvlM1LcE1K/Frr8SVZ/OdPEd9KhF1yUGfRHSvCWiZBLPgSupplGGOBtg/
tzhJfkHAhBzgnjgsk8dkvFzZApFZXxXMuwL7B+6dHh61WTzlgAWkPuW/KljX2GqH
FJCJQI+uCSGovW7yyCAUVzm9yZEMZDox/WKF7U1iaiCw/7rRy8Vtk7ZbS//jbdw9
BmUjwuosM+1HqY9737lk0xmSO6zNwwr2ASkpSFue/tYZZaZnngYM1Y7LCqtftZ32
zBWGIy3V
=7M7J
-----END PGP SIGNATURE-----