@swc/core is a super-fast alternative to Babel, designed for high-performance JavaScript and TypeScript compilation. Comparing versions 1.10.8 and 1.10.7, the core dependencies and devDependencies remain consistent, focusing on underlying performance improvements and bug fixes. Both versions rely on @swc/types and @swc/counter for core functionality, with dev tooling supported by jest, cross-env, typescript, and @napi-rs/cli. The peer dependency on @swc/helpers is unchanged, ensuring continued compatibility.
The key difference lies in the optional dependencies, where specific platform binaries for architectures like Darwin (x64, arm64), Linux (x64-gnu, x64-musl, arm64-gnu, arm64-musl, arm-gnueabihf), and Windows (x64-msvc, ia32-msvc, arm64-msvc) have been updated from version 1.10.7 to 1.10.8. This indicates targeted optimizations and potentially bug fixes for these specific platforms, crucial for developers deploying applications across diverse environments. Version 1.10.8, released on January 19, 2025, benefits from these updates. Version 1.10.7 was released on January 10, 2025. Developers should favour 1.10.8 to leverage the latest platform-specific improvements and fixes, contributing to a more stable and performant compilation process. Always check the changelog for detailed information.
The are not vulnerabilities for the version 1.10.8 of the package @swc/core