Notable Changes
- [
] – (SEMVER-MINOR) child_process: add support for URL to1ef6f98c2e31cp.fork
(Antoine du Hamel) #41225
- [
] – (SEMVER-MINOR) crypto: alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) #412661d62fe315c2
- [
] – doc: add Mesteery to collaborators (Mestery) #415431fcb37e9ce5
- [
] – (SEMVER-MINOR) events: graduate capturerejections to supported (James M Snell) #4126714079fc42b7
- [
] – (SEMVER-MINOR) events: add EventEmitterAsyncResource to core (James M Snell) #412461fe21607901
- [
] – (SEMVER-MINOR) loader: return package format from defaultResolve if known (Gabriel Bota) #4098016d8eb6ace6
- [
] – (SEMVER-MINOR) perf_hooks: multiple fixes for Histogram (James M Snell) #41153127c619140a
- [
] – (SEMVER-MINOR) stream: add filter method to readable (Benjamin Gruenbaum, Robert Nagy) #41354109c25bb224
- [
] – (SEMVER-MINOR) stream: add isReadable helper (Robert Nagy) #4119911150963217
- [
] – (SEMVER-MINOR) stream: add map method to Readable (Benjamin Gruenbaum, Robert Nagy) #4081519f5a873965
Commits
- [
] – async_hooks: add missing initialization (Michael Dawson) #412881314102b14d
- [
] – async_hooks: fix AsyncLocalStorage in unhandledRejection cases (Bradley Farias) #41202156345a3f63
- [
] – benchmark: simplify http benchmarker regular expression (Rich Trott) #382061fa84353952
- [
] – benchmark: fix benchmark/run.js handling of –set (Rich Trott) #41334188d760c559
- [
] – benchmark,test: use Object.hasOwn() where applicable (Rich Trott) #412291dcf1ea0a3f
- [
] – build: fix npm version detection (Michaël Zasso) #4157514958c800da
- [
] – build: fix node build failures in WSL Ubuntu (MrJithil) #414761e8538c3751
- [
] – build: fix workflow access to git history (Rich Trott) #4147213d88ea195e
- [
] – build: start build on z/OS (alexcfyung) #412731b0f0ad1004
- [
] – build: use list for mutable retval rather than tuple (Rich Trott) #41372180a3766ac7
- [
] – build: remove Python 2 workaround (Rich Trott) #413571afe1e00509
- [
] – build: improve readability of texts in workflows (Mestery) #409881011c5f6498
- [
] – build,tools,win: trim unused VCBUILD_PYTHON_LOCATION variable (David Sanders) #4123512233f31069
- [
] – child_process: queue pending messages (Erick Wendel) #412211d9465ae614
- [
] – child_process: revise argument processing (Rich Trott) #412801ed41fd110d
- [
] – (SEMVER-MINOR) child_process: add support for URL to1ef6f98c2e31cp.fork
(Antoine du Hamel) #41225
- [
] – (SEMVER-MINOR) crypto: alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) #412661d62fe315c2
- [
] – crypto: fix error capture when loading engine (Tobias Nießen) #4118718ea56a9606
- [
] – deps: upgrade npm to 8.3.1 (npm-robot) #415031f5b8aee1a1
- [
] – deps: V8: cherry-pick 3b6b21f595f6 (Michaël Zasso) #414571af3acecd7e
- [
] – deps: upgrade to libuv 1.43.0 (Colin Ihrig) #41398102ca5d7c7c
- [
] – doc: remove statement about client private keys (Tobias Nießen) #41505148e4780fd7
- [
] – doc: fix typo in1ba7160e8151onboarding.md
(Antoine du Hamel) #41544
- [
] – doc: add Mesteery to collaborators (Mestery) #415431fcb37e9ce5
- [
] – doc: add missing word in readable.read() text (Rich Trott) #415241abbfed8789
- [
] – doc: add missing YAML tag in1712dfdc11f1esm.md
(Antoine du Hamel) #41516
- [
] – doc: expand fs.access() mode parameter docs (Colin Ihrig) #414841f443a4e8fa
- [
] – doc: correct checkHost behavior with wildcards etc (Tobias Nießen) #4146815c0c459976
- [
] – doc: remove extraneous colon in legacy subject (Tobias Nießen) #414771c632241440
- [
] – doc: remove SameValue comparison reference (Rich Trott) #414601b7b0631b10
- [
] – doc: update mailmap entries for mhdawson (Michael Dawson) #414371524103d6bf
- [
] – doc: add guidance on order vulns are listed in (Michael Dawson) #41429162aa190c01
- [
] – doc: update output in inspector examples (David Sanders) #413901d721a758b2
- [
] – doc: add note regarding unfinished TLA (Antoine du Hamel) #41434160025bde16
- [
] – doc: add reference for110bdb5969e1===
operator in assert.md (Rich Trott) #41442
- [
] – doc: clarify1edc6a7af421uncaughtException1origin
for ESM (Antoine du Hamel) #41339
- [
] – doc: revise HTTPRequestOptions text (Rich Trott) #4140714a369d03b4
- [
] – doc: add reference for == and != operators (Rich Trott) #414131f43bfe2e16
- [
] – doc: add @RaisinTen to the TSC (Michael Dawson) #414191d3111bf0cc
- [
] – doc: update Abstract Equality Comparison text in assert.md (Rich Trott) #413751e6bed4e972
- [
] – doc: fix example commands for119db19bb801REPLACEME
updates (Richard Lau) #41269
- [
] – doc: document that116c0bea91d1require.main
may be
1undefined(Antoine du Hamel) #41384
- [
] – doc: clarify entry point behavior when using loader hooks (Antoine du Hamel) #413041014d4836ec
- [
] – doc: clarify16460b1b32d1require
behavior with non
1.jsextensions (Antoine du Hamel) #41345
- [
] – doc: revise frozen-intrinsics text (Rich Trott) #4134210d18a8c232
- [
] – doc: fix example description for worker_threads (Dmitry Petrov) #413411c267bb2192
- [
] – doc: make pull-request guide default branch agnostic (Antoine du Hamel) #412991ffe17a84f2
- [
] – doc: fix sync comment in observer snippet (Eric Jacobson) #4126215cfc547997
- [
] – doc: remove section about amending commits in PR guide (Thiago Santos) #4128713a80104b29
- [
] – doc: remove legacy in-page links in v8.md (Rich Trott) #41291123f97ec04e
- [
] – doc: include stack trace difference in ES modules (Marcos Bérgamo) #411571e819685cec
- [
] – doc: fix example in node-api docs (Michael Dawson) #412641dac8407944
- [
] – doc: add usage recommendation for writable._destroy (Rafael Gonzaga) #41040129563abd85
- [
] – doc: make function signature comply with JSDoc comment (Rich Trott) #412421e27e8272f7
- [
] – doc: align maxHeaderSize default with current value (Gil Pedersen) #411831d83a02994c
- [
] – doc: add unhandledRejection to strict mode (Colin Ihrig) #411941730e25d7dd
- [
] – doc: adding estimated execution time (mawaregetsuka) #41142174742c3618
- [
] – doc: fix syntax error in nested conditions example (Mateusz Burzyński) #41205134ef5a7d4d
- [
] – esm: make1c9a46039131process.exit()
default to exit code 0 (Gang Chen) #41388
- [
] – esm: refactor esm tests out of test/message (Geoffrey Booth) #4135218a94ca7a69
- [
] – esm: reconcile JSDoc vs. actual parameter name (Rich Trott) #4123815ebe086ea6
- [
] – events: clarify JSDoc entries (Rich Trott) #4131119fe304b8e8
- [
] – (SEMVER-MINOR) events: graduate capturerejections to supported (James M Snell) #4126714079fc42b7
- [
] – events: add jsdoc details for Event and EventTarget (James M Snell) #412741e3a0a9cb3a
- [
] – (SEMVER-MINOR) events: add EventEmitterAsyncResource to core (James M Snell) #412461fe21607901
- [
] – fs: use async directory processing in cp() (Colin Ihrig) #413511d4a6f2caf1
- [
] – fs: correct param names in JSDoc comments (Rich Trott) #4123710951bd94db
- [
] – http: remove duplicate code (Shaw) #3923911d75436a1c
- [
] – http2: handle existing socket data when creating HTTP/2 server sessions (Tim Perry) #4118510aacd4926d
- [
] – lib: remove spurious JSDoc entry (Rich Trott) #41240124fbbf2747
- [
] – lib: fix checking syntax of esm module (Qingyu Deng) #411981e457ec05d6
- [
] – lib,tools: remove empty lines between JSDoc tags (Rich Trott) #411471f176124e8b
- [
] – loader: fix package resolution for edge case (Gabriel Bota) #41218168fd2ac999
- [
] – (SEMVER-MINOR) loader: return package format from defaultResolve if known (Gabriel Bota) #4098016d8eb6ace6
- [
] – meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #414561a6146c7e27
- [
] – meta: update AUTHORS (Node.js GitHub Bot) #41475107353e9b8b
- [
] – meta: correct my name in AUTHORS (Jacob Smith) #414441e1ff4521d7
- [
] – meta: update AUTHORS (Node.js GitHub Bot) #414491da1d5d6563
- [
] – meta: add required fields in issue templates (Rich Trott) #4137810f9afa58d5
- [
] – meta: update AUTHORS (Node.js GitHub Bot) #413741da04408075
- [
] – meta: replace API docs issue template with form (Rich Trott) #4134811f6c4e819b
- [
] – meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #413361253c3e5488
- [
] – meta: replace feature request template with form (Rich Trott) #4131713e188cacc2
- [
] – meta: update AUTHORS (Node.js GitHub Bot) #413221e339220511
- [
] – meta: update node-api team name (Richard Lau) #412681d0d595f8f2
- [
] – meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #412481a53fa2010b
- [
] – meta: update AUTHORS (Node.js GitHub Bot) #412341edefb41ec1
- [
] – meta: remove community-committee from CODEOWNERS (Rich Trott) #4116916da7909797
- [
] – node-api: add missing initialization of last error (Michael Dawson) #4129015fe011a24d
- [
] – (SEMVER-MINOR) perf_hooks: multiple fixes for Histogram (James M Snell) #41153127c619140a
- [
] – policy: add missing JSDoc @param entry (Rich Trott) #412391e60187d8ab
- [
] – src: use1ec9071f55d1std::optional
for Worker thread id (Anna Henningsen) #41453
- [
] – src: gracefully handle errors in GetX509NameObject (Tobias Nießen) #4149016aec92f959
- [
] – src: fix out-of-bounds check of serialization indices (JoostK) #4145217ac126b75c
- [
] – src: do IWYU for some STL includes (David Sanders) #41236193b3664b9a
- [
] – src: split out async stack corruption detection from inline fn (Anna Henningsen) #413311337ebfcd53
- [
] – src: store native async execution resources as1250e197a621v8::Local
(Anna Henningsen) #41331
- [
] – src: guard slightly costly check in MakeCallback more strongly (Anna Henningsen) #4133116187e81a8e
- [
] – stream: remove always-false condition check (Rich Trott) #41488151d86fe6a0
- [
] – stream: fix error-path function call (Rich Trott) #414331b08138f367
- [
] – stream: remove unused function argument (Rich Trott) #414031d79f8c2987
- [
] – (SEMVER-MINOR) stream: add filter method to readable (Benjamin Gruenbaum) #41354109c25bb224
- [
] – (SEMVER-MINOR) stream: add isReadable helper (Robert Nagy) #4119911150963217
- [
] – (SEMVER-MINOR) stream: add map method to Readable (Benjamin Gruenbaum) #4081519f5a873965
- [
] – stream: fix enqueue race condition on esm modules (Rafael Gonzaga) #4090113dc65646c8
- [
] – test: improve test coverage of dns/promises (Yoshiki Kurihara) #41425109f2fd36a4
- [
] – test: remove broken wiki link from test/common doc (Yoshiki Kurihara) #414261106ef0cef4
- [
] – test: do not OR F_OK in fs.access() test (Colin Ihrig) #4148419d8d7c63cb
- [
] – test: mark test-performance-eventloopdelay flaky (Michael Dawson) #4140913e2154deda
- [
] – test: mark test-repl-sigint-nested-eval as flaky (Michael Dawson) #413021e808ee68d0
- [
] – test: use spawnSync() full name in test-stdio-pipe-stderr (Rich Trott) #413321f97f6c585d
- [
] – test: improve expectWarning error message (Rich Trott) #41326175c565bf18
- [
] – test: use spawnSync() full name (Rich Trott) #413271c136d597f0
- [
] – test: add comments explaining _setSimultaneousAccepts deprecation tests (Yoshiki Kurihara) #413071b2a87f770d
- [
] – test: mark test-worker-take-heapsnapshot flaky (Michael Dawson) #412531fac0871102
- [
] – test: mark wpt/test-user-timing test flaky (Michael Dawson) #41203190617b9303
- [
] – test: correct param name in JSDoc comment (Rich Trott) #4124118f08328a01
- [
] – test: mark test-crypto-keygen slow on windows (Michael Dawson) #412071367ab2a55e
- [
] – test: improve test coverage of dns/promises (Yoshiki Kurihara) #411331f067876338
- [
] – timers: use ref counts to count timers (Darshan Sen) #4123112e92f6f5d9
- [
] – tls: use optional chaining to simplify checks (Antoine du Hamel) #4133713c8b25bec8
- [
] – tls: permit null as a pfx value (CallMeLaNN) #411701a11ff31bca
- [
] – tools: fix small not-quite-a-bug in find-inactive-tsc.mjs (Rich Trott) #4146915129b7c802
- [
] – tools: enable ESLint recommended configuration (Rich Trott) #414631258ee4ba64
- [
] – tools: enable ESLint no-constant-condition rule (Rich Trott) #414631090a674a81
- [
] – tools: enable ESLint require-yield rule (Rich Trott) #4146311f4369a106
- [
] – tools: enable ESLint no-sparse-arrays rule (Rich Trott) #4146318090ce7a6c
- [
] – tools: enable ESLint no-loss-of-precision rule (Rich Trott) #414631afa4f37faf
- [
] – tools: replace for loop with map() (Rich Trott) #414511ec337b2019
- [
] – tools: use GITHUB_ACTIONS env var in inactivity scripts (Rich Trott) #414221c91ac205a5
- [
] – tools: replace while+exec() with matchAll() (Rich Trott) #4140614a57d476a8
- [
] – tools: fix argv bug in find-inactive-tsc.mjs (Rich Trott) #413941583f8d969a
- [
] – tools: remove conditional assignment in custom ESLint rule (Rich Trott) #413251dcada80f30
- [
] – tools: update lint-md-dependencies to @rollup/plugin-node-resolve@13.1.2 (Node.js GitHub Bot) #413691e15e1cb030
- [
] – tools: update doc to rehype-raw@6.1.1 (Node.js GitHub Bot) #41367107683021b7
- [
] – tools: remove last of error-masking in commit-queue.sh (Rich Trott) #413561bd8b95a5e8
- [
] – tools: update eslint to 8.6.0 (Node.js GitHub Bot) #4136819284d24df6
- [
] – tools: do not mask errors on multiple commit retrieval (Rich Trott) #4134015fc886f68e
- [
] – tools: enable jsdoc/check-param-names lint rule (Rich Trott) #4131110ca7cda962
- [
] – tools: improve section tag additions in HTML doc generator (Rich Trott) #41318175ff8e6505
- [
] – tools: simplify commit-queue.sh merge command (Rich Trott) #4131419c4124706e
- [
] – tools: update lint-md-dependencies to rollup@2.62.0 (Node.js GitHub Bot) #413151137c814848
- [
] – tools: use Object.hasOwn() in alljson.mjs (Rich Trott) #41306158da5d9b43
- [
] – tools: avoid generating duplicate id attributes (Rich Trott) #412911c12cbf2020
- [
] – tools: be intentional about masking possible error in start-ci.sh (Rich Trott) #41284180a114d1b7
- [
] – tools: use {N} for spaces in regex (Rich Trott) #412951198528426d
- [
] – tools: consolidate update-authors.js logic (Rich Trott) #41255146b364a684
- [
] – tools: update doc dependency mdast-util-gfm-table to 1.0.2 (Rich Trott) #412601c546cef4bc
- [
] – tools: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) #41258160c059e4bc
- [
] – tools: use arrow function for callback in lint-sh.js (Rich Trott) #41256162e28f19f7
- [
] – tools: add double-quotes to make-v8.sh (Rich Trott) #412571e2df381da9
- [
] – tools: enable prefer-object-has-own lint rule (Rich Trott) #412451dae2e5fffa
- [
] – tools: update eslint to 8.5.0 (Node.js GitHub Bot) #412281aa7d14768d
- [
] – tools: enable jsdoc/tag-lines ESLint rule (Rich Trott) #4114710c14e7e7c8
- [
] – tools: update lint-md-dependencies to @rollup/plugin-node-resolve@13.1.1 (Node.js GitHub Bot) #412271c486da1715
- [
] – tools: fix CQ and auto-start-ci jobs (Antoine du Hamel) #41230182f492bbb0
- [
] – tools: fix GitHub Actions status when CQ is empty (Antoine du Hamel) #411931c44185ca37
- [
] – tools,benchmark,lib,test: enable no-case-declarations lint rule (Rich Trott) #413851800640adf9
- [
] – tools,lib,test: enable ESLint no-regex-spaces rule (Rich Trott) #4146314518fdda24
- [
] – typings: add types for symbol and accessor properties on1c8e8fc0ecb1primordials
(ExE Boss) #40992
- [
] – typings: add JSDoc for1d733b561011string_decoder
(Qingyu Deng) #38229
- [
] – url,lib: pass urlsearchparams-constructor.any.js (Khaidi Chu) #41197101ad8debd3
- [
] – util: do not reduce to a single line if not appropriate using inspect (Ruben Bridgewater) #4108315ed8a1c017
- [
] – util: display a present-but-undefined error cause (Jordan Harband) #412471ab5e94c832
Windows 32-bit Installer: https://nodejs.org/dist/v17.4.0/node-v17.4.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v17.4.0/node-v17.4.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v17.4.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v17.4.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v17.4.0/node-v17.4.0.pkg
macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v17.4.0/node-v17.4.0-darwin-arm64.tar.gz
macOS Intel 64-bit Binary: https://nodejs.org/dist/v17.4.0/node-v17.4.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v17.4.0/node-v17.4.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v17.4.0/node-v17.4.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v17.4.0/node-v17.4.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v17.4.0/node-v17.4.0-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v17.4.0/node-v17.4.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v17.4.0/node-v17.4.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v17.4.0/node-v17.4.0.tar.gz
Other release files: https://nodejs.org/dist/v17.4.0/
Documentation: https://nodejs.org/docs/v17.4.0/api/
SHASUMS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53 -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
91688cbeac365a5dde54f8615845f99c0b999599bd9924340ba5aa1ae9f590ff node-v17.4.0-aix-ppc64.tar.gz
9bd53805faf6df658ecd4f54321b25eff89818efdcb52c20435ff1703fd7064c node-v17.4.0-darwin-arm64.tar.gz
2d1c06b8273dd6a495167e383c9662210c362d292493398f12d2e9633e38d821 node-v17.4.0-darwin-arm64.tar.xz
27e24d9f7a9a83bb59353249cce7cff16067e0483a627b5b9a1f1478101e64ee node-v17.4.0-darwin-x64.tar.gz
5f6417538275826f1739cccb949b1df47e79cfcc636eb0175f5c6aa3cf8751bb node-v17.4.0-darwin-x64.tar.xz
8bcac1d1bdb8db7b301f7de50bf4892ebabd4c870936bf53b18ca01708bbb325 node-v17.4.0-headers.tar.gz
d0c54f2081f020e0020f11d6535d381a9112b1baf612ce7d7e3ba631da5d63b9 node-v17.4.0-headers.tar.xz
770ae5f8c6012138d877c858d1e6bcb53b65dbce4a20b3159cc58e8c4585d610 node-v17.4.0-linux-arm64.tar.gz
1b29a3a3be2c921d76a6a52a778df231d913fcf496e8237109cd3f528095d7b8 node-v17.4.0-linux-arm64.tar.xz
4926f5d58ece2330fb574ef77c683af705f35e69bd679ea2aea48c559b7eddd8 node-v17.4.0-linux-armv7l.tar.gz
6c414f3f243fed898b582a7a393143b4a2fa12a4d4fb5f3039ddd8ecd13d298f node-v17.4.0-linux-armv7l.tar.xz
d3f2bb969120fbff3aef1e5d75c0f00c04549ee930743d9a51ed5e675cff7788 node-v17.4.0-linux-ppc64le.tar.gz
95a278989b33cbcfe410deb7fad8f90d56b206a89c4ca8ebef95d7e3791ba10d node-v17.4.0-linux-ppc64le.tar.xz
2e252e33cb4445b5c16ddda64d25ed3e3e43f75af6a00a7fa32a716877bf3422 node-v17.4.0-linux-s390x.tar.gz
713e63513ca2a313f3a77cc88a429636051f1f779d9b0ada176089d2d1e05161 node-v17.4.0-linux-s390x.tar.xz
132c61652c315a6f784167b97a53e9638bac45853f1544a84d4cbb90fe7a3bda node-v17.4.0-linux-x64.tar.gz
59fa3173da3b0f4ace81166a0facd7f1d7014e076842a85a9b356e0293b91988 node-v17.4.0-linux-x64.tar.xz
1cb3407c0ab76837a38fc985c5bbb4b6d131e99d2e068fe3514ad80c09c6110b node-v17.4.0.pkg
19d354d17434ed257863a76a511e9af37f6ae4b318974fb9d9275f019e37de78 node-v17.4.0.tar.gz
cf8c71f07706c75178fb904a6d54ab33e9b3781287dfface5c7804860b8301b2 node-v17.4.0.tar.xz
c6eb65d6b9c9f162ad011223a0b264f0ed2fb3576572f56149a55c3b372ef7f9 node-v17.4.0-win-x64.7z
1fce1ac96d52cb5432640b416d8b58d0930ae336b2e2c78aad76f01d0cabfc92 node-v17.4.0-win-x64.zip
8d5ebfb8f54456ebdaa6b26cd232d6d1e2a29c90122fad7f7f56cf5fa075c0a7 node-v17.4.0-win-x86.7z
df61fc3b915e92778d8875533d1aa2dd312ccbd5ef87351348b60a220d6b4d5d node-v17.4.0-win-x86.zip
cb0fb891cf19939e2c778aeabbc4bccf62e5ca6c2b8aacf0fcc64bc96da24560 node-v17.4.0-x64.msi
20aee5bcfefa252785c71336fca37726f880ef2f539541f594bb4c9c998549ba node-v17.4.0-x86.msi
8d3d3558e9b5354d2af2c5a19e7d98b1184ea102f9822d352f8f3516612acffd win-x64/node.exe
0a1967c413566a0791f4202cf7732293fe4c1f7f760b796271ff0a8f0e694cfb win-x64/node.lib
820ad154dba718417ef86db1f6e8de709bc1ef323c819b0846c2073bc37d1478 win-x64/node_pdb.7z
b069633a00bb734bd4ac5d919652f8a0460cce642e6aa536039dff156a586021 win-x64/node_pdb.zip
755e65247e8e26627e229813693e68a8e6f34e56fe783bad7ca1c576e2207d61 win-x86/node.exe
f415cb6dfc55919e8ea215a4a2507deca68746defc3240a915244b526a61b566 win-x86/node.lib
d2c5513555fdbac128a1746ecdde86bab19ca0abd028606dc16354b5a577951d win-x86/node_pdb.7z
7db7355a40f01d7f3dd1bc7bffd577af6fe68bf97a338f269520839e4d9d2eda win-x86/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEj8yhP+8dDC6RAI4Jdw96mlrhVgAFAmHm11UACgkQdw96mlrh
VgDTsw/9HHcEtxZF7Tzu1bZI2mBPTbwgPEg9hcwsKNXWwLjbFXnyPgWnsP0Qlnfm
chPW1Lnqd86yEG25jaSrdAHw45x9El36op7QHamcpvTXyu0YjXEtRFU7/fny1CYI
Isd3CRY2439qgWtmNSF5cMCSjNk9F9LzlB9bv0YrTqAl7B1iCT0Ag6cxHJXGVuT/
Ak6+AmrCiRhF1p3rlpM4RIaHPFC+KSA4Wjq/iygQiqPvtSY7EGXp8hfkHv2SULko
U3ACJhD+dF2U9+ujul8t7/mJ3gcYxGxJ0RXEiu/qkQDVOPOYij5ddC5QohiXGa9A
g2b2KKJX7L3Xx+/giNXe7jmRqeUE/P8rhKI11VbLgq9YZTWB5EOOoccKUMP4Cp4H
jqWyEynPpXCmRNXfXk7ebHX5GPm77LymW9v99WODNYjNzF48yDuCHabJ8xoaDjqL
jTxC4Xt4Om3uqtPfMnV7yHUWjugr9t4Yx9ccPpo+maHIP1OJzJ7bIZD0fCOOAQWR
O9+7OUkACOTG0jyyyOB2pfNVSbn7l5XzuOPvvLMHyiJaqmWBQZl5hxh4f/6/dbzy
Poc+0PQWKC4qa94N61mYT0UYoJa4UcJ/bx728AhwlRD+yYTYt4SFYjGzWtk6kGWg
W5LHB2MEQ3ikJEn9C0k/cmzGyqayvytGuwNjCtrnzvi7YXKjJYE=
=WuiM
-----END PGP SIGNATURE-----
0 Comments