皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Node 14.19.2 (LTS) 发布

Node 14.19.2 (LTS) 发布

Notable Changes

doc:

  • New release key for Bryan English

Learn more at: https://github.com/nodejs/node/pull/42102 Contributed by Bryan English (@bengl)

npm:

  • Upgrade npm to v6.14.17.

Learn more at: https://github.com/nodejs/node/pull/42900 Contributed by Ruy Adorno (@ruyadorno)

V8:

  • V8 had a stack overflow issue affecting the vm module, cherry-picking cc9a8a37445e from V8 solves this issue.

Learn more at: https://github.com/nodejs/node/pull/41826 Contributed by Gus Caplan (@devsnek)

  • Using getHeapSnapshot() was causing a Node.js crash due a V8 issue, this is fixed by backporting 367b0c1e7a32 from V8.

Learn more at: https://github.com/nodejs/node/pull/42637 Contributed by Chengzhong Wu (@legendecas)

Commits

  • [c73ac527d6] – build: set DESTCPU correctly for ‘make binary’ on Apple Silicon (Chris Heisterkamp) #40147
  • [dcaed6db24] – build: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) #42204
  • [4203d132b1] – child_process: queue pending messages (Erick Wendel) #41221
  • [a3ebdbfe8f] – deps: upgrade npm to 6.14.17 (Ruy Adorno) #42900
  • [39e44f8382] – deps: V8: cherry-pick cc9a8a37445e (Gus Caplan) #41826
  • [b52a268b6f] – deps: V8: cherry-pick 367b0c1e7a32 (legendecas) #42637
  • [77ba012065] – doc: fix documentation of FileHandle.prototype.appendFile (Antoine du Hamel) #42588
  • [3d3d7ed1b7] – doc: specify flag needed for JSON and Wasm modules (Rich Trott) #42736
  • [542d812c93] – doc: use openpgp.org for keyserver examples (Nick Schonning) #39227
  • [7f2825b1a9] – doc: add release key for Bryan English (Bryan English) #42102
  • [75302d3dce] – fs: fix write methods param validation and docs (Livia Medeiros) #41677
  • [d4171e0eac] – stream: resume stream on drain (Robert Nagy) #41848
  • [de474c8b6f] – worker: do not send message if port is closing (Rich Trott) #42357

Windows 32-bit Installer: https://nodejs.org/dist/v14.19.2/node-v14.19.2-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v14.19.2/node-v14.19.2-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v14.19.2/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v14.19.2/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v14.19.2/node-v14.19.2.pkg
macOS Intel 64-bit Binary: https://nodejs.org/dist/v14.19.2/node-v14.19.2-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v14.19.2/node-v14.19.2-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v14.19.2/node-v14.19.2-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v14.19.2/node-v14.19.2-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v14.19.2/node-v14.19.2-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v14.19.2/node-v14.19.2-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v14.19.2/node-v14.19.2-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v14.19.2/node-v14.19.2.tar.gz
Other release files: https://nodejs.org/dist/v14.19.2/
Documentation: https://nodejs.org/docs/v14.19.2/api/

更多 Node v14.19.2 (LTS) | Node.js (nodejs.org)