@swc/core is a high-performance JavaScript and TypeScript compiler designed as a fast alternative to Babel. Comparing version 1.11.11 with the previous stable version, 1.11.10, reveals subtle but important updates primarily focused on the optional dependencies. Both versions share the same core dependencies: @swc/types for type definitions and @swc/counter for internal counters. Development dependencies remain consistent, including jest for testing, cross-env for cross-platform environment variables, typescript for development in TypeScript, and @napi-rs/cli for building native Node.js addons.
A key difference lies in the optional dependencies, which are pre-built binaries tailored for specific platforms. Version 1.11.11 ships with updated binaries for various operating systems and architectures, including Darwin (x64 and arm64), Linux (x64 with both GNU and musl, arm64 with both GNU and musl, and arm with gnueabihf), and Windows (x64, ia32, and arm64 with MSVC). These platform-specific binaries ensure optimal performance and compatibility across different environments. While the core functionality and dependencies remain largely unchanged, the updated optional dependencies in version 1.11.11 suggest refinements in platform support or bug fixes within those specific binaries. Developers should upgrade to benefit from these improvements, ensuring robust and efficient code transformation across diverse deployment targets. The consistent release cadence indicates ongoing maintenance and refinement of this powerful compilation tool.
The are not vulnerabilities for the version 1.11.11 of the package @swc/core