# Node.js 22.10.0 (Current)

DevFeed: [Node.js 22.10.0 (Current)](<https://devfeed.tech/articles/node-js-22-10-0-current-2758.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v22.10.0>)

Published: 2024-10-16T22:44:34Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [js](<https://devfeed.tech/tags/js.md>), [module](<https://devfeed.tech/tags/module.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>)

## AI overview

Node.js 22.10.0 introduces a new package exports condition that lets packages provide a synchronous ES module to the Node.js module loader for both require and import usage. The release documents how package authors, bundlers, and other tools should use this transition mechanism while supporting both CommonJS and ES modules, and explains why it uses distinct resolution rules from existing bundler conditions.

## Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.