@swc/core has been updated to version 1.3.71, following closely on the heels of version 1.3.70. While the core functionality of this super-fast Babel alternative remains consistent, reflected in the shared description, several subtle changes are important for developers to note.
The primary difference lies within the dependency versions. Both versions bundle platform-specific binaries (darwin, linux, win32 for various architectures) as dependencies and optional dependencies, ensuring compatibility across diverse operating systems. In version 1.3.71 all the platform specifics dependencies like @swc/core-darwin-x64 now point to 1.3.71 while in version 1.3.70 they point to 1.3.70. The developer tools dependencies appear unchanged between the two package versions. Both versions depend on the same devDependencies like @swc/plugin-jest, @napi-rs/cli, @swc/helpers, @babel/core.
Crucially, developers should always update their dependencies to the latest versions to benefit from bug fixes, performance improvements, and security patches. While the changes between 1.3.70 and 1.3.71 might seem incremental, these small version bumps often contain important refinements. The package @swc/core continues to offer a compelling solution for JavaScript transformations, especially for those prioritizing speed and modern language features. Keep your dependencies updated to harness the full potential of this powerful tool. If you are upgrading from older versions please read the changelog as new changes can have breaking changes.
The are not vulnerabilities for the version 1.3.71 of the package @swc/core