@swc/core, a high-performance alternative to Babel, has released version 1.3.64, building upon the solid foundation of version 1.3.63. While the core functionality remains consistent, as reflected in the unchanged descriptions and author information, there are subtle yet important differences for developers to consider.
Both versions maintain the same dependencies for various platforms, ensuring cross-platform compatibility for Darwin, Linux, and Windows across different architectures like x64, ARM64, and ARM. The peer dependency on "@swc/helpers" remains at "^0.5.0," indicating API stability in that area. The suite of devDependencies stays largely consistent, supporting a wide range of testing, linting, and build tools, reflecting a continued commitment to developer experience and code quality.
The primary difference lies in the core package versions within the dependencies and optionalDependencies sections. For example, version 1.3.64 now depends on "@swc/core-darwin-x64":"1.3.64" while 1.3.63 depended on "@swc/core-darwin-x64":"1.3.63". This likely signifies bug fixes, performance improvements, or feature enhancements within the underlying SWC compilation engine itself. The updated release date from June 13th to June 14th for version 1.3.64 also highlights a short development cycle focusing on incremental improvements. While the unpacked size has slightly increased, the increment is minimal.
Developers using @swc/core should upgrade to version 1.3.64 to benefit from these latest refinements in compilation speed and stability, ensuring an optimized build process for their projects.
The are not vulnerabilities for the version 1.3.64 of the package @swc/core