@swc/core is a blazing-fast JavaScript/TypeScript compiler designed as a drop-in replacement for Babel, aiming to significantly improve build times. Comparing versions 1.2.36 and 1.2.37, we see a relatively minor version bump, primarily involving updates to internal dependencies tied to specific operating systems. Both versions share the same core description, author, license, and repository, emphasizing their continuity.
The key difference lies in the updated dependencies for platform-specific binaries: @swc/core-linux, @swc/core-win32, and @swc/core-darwin are all updated from version 1.2.36 to 1.2.37. This indicates that the newer version likely incorporates bug fixes, performance enhancements, or compatibility improvements within the core compilation engine for each operating system. The releaseDate confirms a 23 days difference between the versions, suggesting a regular release cycle. The unpacked size also changed from 144524 to 144554, which could be related to the internal dependencies update and their size.
For developers, this means upgrading from 1.2.36 to 1.2.37 is recommended for improved stability and potentially faster compilation speeds on their respective operating systems. The shared code infrastructure, as reflected in the consistent devDependencies, implies that no significant changes were introduced that would affect existing build configurations or plugin integrations. Developers can expect a seamless upgrade, benefiting from the latest optimizations without requiring extensive code modifications. This continuous focus on performance and stability makes @swc/core an attractive choice for projects looking to optimize their development workflow.
The are not vulnerabilities for the version 1.2.37 of the package @swc/core