惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
F
Fortinet All Blogs
H
Help Net Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
DataBreaches.Net
MyScale Blog
MyScale Blog
B
Blog
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
GbyAI
GbyAI
Google DeepMind News
Google DeepMind News
IT之家
IT之家
The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
博客园_首页
L
LangChain Blog
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky

Node.js Blog

Node.js — Security Bug Bounty Program Paused Due to Loss of Funding Node.js — Node.js 25.9.0 (Current) Node.js — Developing a minimally HashDoS resistant, yet quickly reversible integer hash for V8 Node.js — Node.js 25.8.2 (Current) Node.js — Node.js 24.14.1 (LTS) Node.js — Node.js 22.22.2 (LTS) Node.js — Node.js 20.20.2 (LTS) Node.js — Tuesday, March 24, 2026 Security Releases Node.js — Node.js 25.8.1 (Current) Node.js — Evolving the Node.js Release Schedule Node.js — Node.js 22.22.1 (LTS) Node.js — Node.js 20.20.1 (LTS) Node.js — Node.js 25.8.0 (Current) Node.js — Node.js 25.7.0 (Current) Node.js — Node.js 24.14.0 (LTS) Node.js — New HackerOne Signal Requirement for Vulnerability Reports Node.js — Node.js 25.6.1 (Current) Node.js — Node.js 24.13.1 (LTS) Node.js — Node.js 25.6.0 (Current) Node.js — OpenSSL Security Advisory Assessment, January 2026 Node.js — Node.js 25.5.0 (Current) Node.js — Chalk to Node.js util styleText Node.js — Node.js 25.4.0 (Current) Node.js — Mitigating Denial-of-Service Vulnerability from Unrecoverable Stack Space Exhaustion for React, Next.js, and APM Users Node.js — Node.js 22.22.0 (LTS) Node.js — Node.js 25.3.0 (Current) Node.js — Node.js 24.13.0 (LTS) Node.js — Node.js 20.20.0 (LTS) Node.js — Tuesday, January 13, 2026 Security Releases Node.js — Node.js 24.12.0 (LTS)
Node.js — Version 0.7.6 (unstable)
2012-03-13 · via Node.js Blog

Isaac Schlueter

2012.03.13, Version 0.7.6 (unstable)

  • Upgrade v8 to 3.9.17
  • Upgrade npm to 1.1.8
    • Add support for os/cpu fields in package.json (Adam Blackburn)
    • Automatically node-gyp packages containing a binding.gyp
    • Fix failures unpacking in UNC shares
    • Never create un-listable directories
    • Handle cases where an optionalDependency fails to build
  • events: newListener emit correct fn when using 'once' (Roly Fentanes)
  • url: Ignore empty port component (Łukasz Walukiewicz)
  • module: replace 'children' array (isaacs)
  • tls: parse multiple values of a key in ssl certificate (Sambasiva Suda)
  • cluster: support passing of named pipes (Ben Noordhuis)
  • Windows: include syscall in fs errors (Bert Belder)
  • http: #2888 Emit end event only once (Igor Zinkovsky)
  • readline: add multiline support (Rlidwka)
  • process: add process.hrtime() (Nathan Rajlich)
  • net, http, https: add localAddress option (Dmitry Nizovtsev)
  • addon improvements (Nathan Rajlich)
  • build improvements (Ben Noordhuis, Sadique Ali, T.C. Hollingsworth, Nathan Rajlich)
  • add support for "SEARCH" request methods (Nathan Rajlich)
  • expose the zlib and http_parser version in process.versions (Nathan Rajlich)

Source Code: https://nodejs.org/dist/v0.7.6/node-v0.7.6.tar.gz

Windows Installer: https://nodejs.org/dist/v0.7.6/node-v0.7.6.msi

Windows x64 Files: https://nodejs.org/dist/v0.7.6/x64/

Macintosh Installer (Universal): https://nodejs.org/dist/v0.7.6/node-v0.7.6.pkg

Other release files: https://nodejs.org/dist/v0.7.6/

Website: https://nodejs.org/docs/v0.7.6/

Documentation: https://nodejs.org/docs/v0.7.6/api/