The @swc/core package, a high-performance alternative to Babel, has released version 1.2.239, succeeding the previous stable version 1.2.237. Both versions maintain the core functionality of super-fast JavaScript and TypeScript compilation. A key difference lies in the updated dependencies, with the platform-specific binaries, such as @swc/core-darwin-x64 and @swc/core-linux-x64-gnu, being bumped from version 1.2.237 to 1.2.239. This suggests improvements and bug fixes within the underlying compilation engine tailored for different operating systems and architectures.
Developers upgrading to 1.2.239 can expect potential performance enhancements and increased stability due to these targeted updates. The 'devDependencies' remain largely consistent between the two versions, indicating that the development environment and testing dependencies haven't undergone significant changes. The unpacked size also saw a little growth from 600348 to 602715, likely reflecting the refined binaries and associated improvements. Consider updating to benefit from these incremental improvements, ensuring code is compiled with the latest optimizations. This version ensures your build process is leveraging the most current advancements in the SWC compiler. Remember to thoroughly tests after the update, and consider the release date when deciding which version to use.
The are not vulnerabilities for the version 1.2.239 of the package @swc/core