Node.js 6.10.3 和 4.8.3 发布了。Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。Node.js 的生态系统是目前最大的开源包管理系统。
v4.8.3 主要更新内容:
module:
The module loading global fallback to the Node executable's directory now works correctly on Windows.
src:
fix base64 decoding in rare edgecase
tls:
fix rare segmentation faults when using TLS
v6.10.3 主要更新内容:
module:
The module loading global fallback to the Node executable's directory now works correctly on Windows.
src:
fix base64 decoding in rare edgecase
tls:
fix rare segmentation faults when using TLS
下载地址:
https://nodejs.org/en/download/
来自:开源中国社区

