news
Node.js 25 Released with V8 14.1, New Permissions
Quoting: Node.js 25 Released with V8 14.1, New Permissions —
Node.js 25, a popular open-source JavaScript runtime for building server apps, is officially out, with a main highlight being the upgrade of the V8 JavaScript engine to version 14.1, bringing noticeable speed improvements to JSON.stringify() and adding built-in base64 and hex conversion support for Uint8Array.
On top of that, in this release, the permission model expands with the new --allow-net flag, giving developers more precise control over what network resources an application can access.
At the same time, Web Storage—previously experimental—is now enabled by default, aligning Node.js more closely with standard browser APIs. The global ErrorEvent object is also now available out of the box, improving compatibility with modern JavaScript practices across different environments.