The latest release of Node.js 24.0.0 is here. The recent version of Node brings significant new features, security updates, and performance enhancements, contributing to boosting the developer experience. Let's check out what's in the pack for you.
What are the new features in Node.js 24.0.0?
Explore the list of notable features and updates of Node.js 24 version.
v8 Engine
The v8 engine of Node is upgraded to 13.6 version and comprises several new Javascript features.
npm
The latest Node.js version comes with support for npm 11. This update introduces enhanced performance, better security features, and strong compatibility with JS packages.
URLPattern
The URLPattern is now made global, enabling developers to use it without explicit import.
Undici 7
Several enhancements have been made to the HTTP client capabilities with the available support for Undici 7.
Test Runner Improvements
The built-in test runner now automatically waits for subtests, eliminating the need for manual awaiting.
Apart from these changes, the newest Node.js 24 version also introduces significant breaking changes and deprecations. This includes;
- Runtime deprecation of url.parse() - instead, now can use the WHATWG URL API
- tls.createSecurePair is removed
- SlowBuffer is deprecated
- Deprecation of using Zlib classes without new
- Deprecation of passing args to spawn and execFile in child_process
So these are some major changes introduced in the recent Node.js 24 version that everyone should watch out for to improve the development workflow.
Looking to migrate your project to the latest version? Hire node.js developers with Lucent Innovation to get expert assistance for migrating and get tailored solutions for your unique requirements.
Top comments (0)