@swc/core, a super-fast alternative to Babel, released version 1.2.1 shortly after 1.2.0, both on June 14th, 2020. While seemingly incremental, the update includes subtle yet potentially impactful changes. Examining the package metadata reveals minor differences in the dist section. Version 1.2.1 has a fileCount of 455 compared to 453 in 1.2.0, and its unpackedSize is slightly larger at 3511717 bytes versus 3508025 bytes. This suggests that version 1.2.1 may contain bug fixes, performance improvements, or small feature additions not explicitly highlighted in other metadata fields.
Crucially, the dependencies and devDependencies remain identical between the two versions. This means developers can upgrade from 1.2.0 to 1.2.1 without worrying about dependency conflicts or needing to update their build configurations. The core functionality and its integration with Babel-related tools (like @babel/core, @babel/preset-typescript, and various Babel plugins) remains consistent. Users benefiting from SWC's speed advantages for tasks such as transpilation, minification, and bundling should consider upgrading to 1.2.1 to leverage these subtle improvements, which could lead to more efficient and reliable builds. The swift release cadence implies a responsive development team actively addressing issues and refining the tool. The packages share the same MIT license and funding details, allowing for flexible usage.
The are not vulnerabilities for the version 1.2.1 of the package @swc/core