

Node 24 with Rafael Gonzaga
Jun 26, 2025
Rafael Gonzaga, a member of the Node.js TSC, dives into the exciting updates in Node.js 24. He discusses the new permission model and enhancements in async local storage. Rafael highlights the improvements brought by the latest V8 engine and reveals future capabilities for built-in HTTP. Security trends and the importance of using the 'IsMyNodeVulnerable?' package are also covered, encouraging developers to upgrade from outdated versions and engage with the ever-evolving Node ecosystem.
AI Snips
Chapters
Transcript
Episode notes
Vulnerabilities Target Developers
- Most vulnerability reports in Node.js target developers, not servers directly.
- Security efforts should focus on how developers manage and use Node.js.
Check Node.js Version Security
- Avoid using end-of-life Node.js versions to stay secure and supported.
- Use the "IsMyNodeVulnerable" package to check if your Node version is vulnerable.
Automatic Resource Management
- Node.js 24 includes explicit resource management that cleans up resources automatically.
- This feature reduces the need for manual resource cleanup in finally blocks.