设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Node v5.10.0 (Stable) 发布,JavaScript工具包

2016-4-5 22:48| 发布者: joejoe0332| 查看: 399| 评论: 0|原作者: oschina|来自: oschina

摘要: Node v5.10.0 (Stable) 发布了。Node.js是一套用来编写高性能网络服务器的JavaScript工具 包,一系列的变化由此开始。比较独特的是,Node.js会假设你是在POSIX环境下运行它Linux 或 Mac OS X。如果你是在Windows下, ...

Node v5.10.0 (Stable) 发布了。

Node.js是一套用来编写高性能网络服务器的JavaScript工具 包,一系列的变化由此开始。比较独特的是,Node.js会假设你是在POSIX环境下运行它Linux 或 Mac OS X。如果你是在Windows下,那就需要安装MinGW以获得一个仿POSIX的环境。在Node中,Http是首要的。Node为创建http服务器 作了优化,所以你在网上看到的大部分示例和库都是集中在web上(http框架、模板库等)。

重要更新:

  • buffer:

    • make byteLength work with ArrayBuffer & DataView (Jackson Tian) #5255

    • backport --zero-fill-buffers command line option (James M Snell) #5744

    • backport new buffer constructor APIs (James M Snell) #5763

    • add swap16() and swap32() methods (James M Snell) #5724

  • fs: add the fs.mkdtemp() function. (Florian MARGAINE) #5333

  • net: emit host in lookup event (HUANG Wei) #5598

  • node: --no-browser-globals configure flag (Fedor Indutny) #5853

  • npm: Upgrade to v3.8.3. Fixes a security flaw in the use of authentication tokens in HTTP requests that would allow an attacker to set up a server that could collect tokens from users of the command-line interface. Authentication tokens have previously been sent with every request made by the CLI for logged-in users, regardless of the destination of the request. This update fixes this by only including those tokens for requests made against the registry or registries used for the current install. (Forrest L Norvell) npm/node#6

  • repl: support standalone blocks (Prince J Wesley) #5581

  • src: override v8 thread defaults using cli options (Tom Gallacher) #4344

详细更新日志https://nodejs.org/en/blog/release/v5.10.0/

下载地址https://nodejs.org/en/download/


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部