@swc/core has a new version 1.3.24, released on December 21, 2022, following closely after version 1.3.23, released on December 14, 2022. Both versions maintain the core functionality of being a super-fast alternative to Babel, a popular JavaScript/TypeScript compiler. The key difference lies in the updated dependency versions. While the core dependencies and optional dependencies within @swc/core itself are bumped to the respective version (1.3.24 in the new release), one notable change in devDependencies is the update of @napi-rs/cli . Version 1.3.23 uses @napi-rs/cli version 2.10.0, while 1.3.24 uses version 2.13.3
For developers, these updates typically mean bug fixes, performance improvements, and potentially new features within the updated dependencies. The core functionality related to compilation remains consistent, ensuring a smooth transition for users already leveraging @swc/core for its speed and efficiency. Developers should consider reviewing the changelogs for @napi-rs/cli to understand the specific improvements and bug fixes included. By upgrading to the latest version, developers benefit from the continuous improvements and optimizations within the wider @swc/core ecosystem, ensuring they have the most stable and performant version of the compiler.
The are not vulnerabilities for the version 1.3.24 of the package @swc/core