@swc/core is a high-performance JavaScript and TypeScript compiler, designed as a faster alternative to Babel. Version 1.3.13 builds upon the solid foundation of 1.3.11, primarily delivering incremental updates and refinements rather than introducing sweeping changes. Both versions share the same core mission: to provide developers with a lightning-fast compilation experience.
A key difference lies in the version bumps of the platform-specific binary dependencies. Both versions include platform specific compiled binaries like @swc/core-darwin-x64, @swc/core-linux-x64-gnu, etc. as regular dependencies and optional dependencies, ensuring compatibility across various operating systems and architectures. Developers can expect improved stability and potentially enhanced performance due to underlying optimizations within these updated platform extensions. The core logic and API used by developers should see only minor changes between these versions .
While the devDependencies remain largely consistent, developers should always review the changelog to ensure compatibility with their existing toolchain, particularly build tools like Webpack or Parcel, which might rely on specific compiler plugins or configurations.The increase in unpackedSize from 668111 to 673519 suggests minor additions in the core functionality or assets. Upgrading from 1.3.11 to 1.3.13 promises a slightly more polished and refined experience, particularly benefiting projects targeting diverse platforms where the improvements in underlying binary dependencies are important.
The are not vulnerabilities for the version 1.3.13 of the package @swc/core