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

推荐订阅源

博客园 - 三生石上(FineUI控件)
Blog — PlanetScale
Blog — PlanetScale
B
Blog
GbyAI
GbyAI
爱范儿
爱范儿
月光博客
月光博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
腾讯CDC
MyScale Blog
MyScale Blog
V
Visual Studio Blog
The Cloudflare Blog
Microsoft Security Blog
Microsoft Security Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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.7 (unstable)
2012-03-30 · via Node.js Blog

Isaac Schlueter

2012.03.30, Version 0.7.7 (unstable)

  • Upgrade V8 to 3.9.24.7
  • Upgrade npm to 1.1.15
  • Handle Emoji characters properly (Erik Corry, Bert Belder)
  • readline: migrate ansi/vt100 logic from tty to readline (Nathan Rajlich)
  • readline: Fix multiline handling (Alex Kocharin)
  • add a -i/--interactive flag to force the REPL (Nathan Rajlich)
  • debugger: add breakOnException command (Fedor Indutny)
  • cluster: kill workers when master dies (Andreas Madsen)
  • cluster: add graceful disconnect support (Andreas Madsen)
  • child_process: Separate 'close' event from 'exit' (Charlie McConnell)
  • typed arrays: add Uint8ClampedArray (Mikael Bourges-Sevenier)
  • buffer: Fix byte alignment issues (Ben Noordhuis, Erik Lundin)
  • tls: fix CryptoStream.setKeepAlive() (Shigeki Ohtsu)
  • Expose http parse error codes (Felix Geisendörfer)
  • events: don't delete the listeners array (Ben Noordhuis, Nathan Rajlich)
  • process: add process.config to view node's ./configure settings (Nathan Rajlich)
  • process: process.execArgv to see node's arguments (Micheil Smith)
  • process: fix process.title setter (Ben Noordhuis)
  • timers: handle negative or non-numeric timeout values (Ben Noordhuis)

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

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

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

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

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

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

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