发布于 2017-04-05 00:31:11 | 118 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node.js 4.8.2 是一个维护版本,用于修复 4.8.1 中引起的内存泄漏,还包括升级到 zlib 1.2.11 以修复 zlib 1.2.8 中存在的一些严重性为低的 CVE。
主要变化:
crypto:
fix memory leak if certificate is revoked (Tom Atkinson) #12089
deps:
upgrade zlib to 1.2.11 (Sam Roberts) #10980
点此查看完整更新内容
Node.js 6.10.2 主要是解决在 6.10.x 发行版中发现的一些问题,包括:
a fix for memory leak in the crypto module that was introduced in 6.10.1
a fix for a regression introduced to the windows repl in 6.10.0
a backported fix for V8 to stop a segfault that could occur when using spread syntax
点此查看完整更新内容