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

推荐订阅源

L
LangChain Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Azure Blog
Microsoft Azure Blog
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
U
Unit 42
腾讯CDC
D
Docker
The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
I
InfoQ
Jina AI
Jina AI
爱范儿
爱范儿
宝玉的分享
宝玉的分享
博客园 - Franky
G
Google Developers Blog
P
Proofpoint News Feed

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 — Node.js 0.5.3
2011-08-02 · via Node.js Blog

Ryan Dahl

2011.08.01, Version 0.5.3 (unstable)

  • Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
  • #243 Add an optional length argument to Buffer.write() (koichik)
  • #657 convert nonbuffer data to string in fs.writeFile/Sync (Daniel Pihlström)
  • Add process.features, remove process.useUV (Ben Noordhuis)
  • #324 Fix crypto hmac to accept binary keys + add test cases from rfc 2202 and 4231 (Stefan Bühler)
  • Add Socket::bytesRead, Socket::bytesWritten (Alexander Uvarov)
  • #572 Don't print result of --eval in CLI (Ben Noordhuis)
  • #1223 Fix http.ClientRequest crashes if end() was called twice (koichik)
  • #1383 Emit 'close' after all connections have closed (Felix Geisendörfer)
  • Add sprintf-like util.format() function (Ben Noordhuis)
  • Add support for TLS SNI (Fedor Indutny)
  • New http agent implementation. Off by default the command line flag --use-http2 will enable it. make test-http2 will run the tests for the new implementation. (Mikeal Rogers)
  • Revert AMD compatibility. (isaacs)
  • Windows: improvements, child_process support.
  • Remove pkg-config file.
  • Fix startup time regressions.
  • doc improvements

Download: https://nodejs.org/dist/v0.5.3/node-v0.5.3.tar.gz

Windows Executable: https://nodejs.org/dist/v0.5.3/node.exe

Website: https://nodejs.org/dist/v0.5.3/docs

Documentation: https://nodejs.org/dist/v0.5.3/docs/api/