The @swc/core package, a blazing-fast alternative to Babel, has released version 1.2.90, succeeding the previous stable version 1.2.89. Both versions share the same core description and licensing under Apache-2.0 and MIT, reaffirming its commitment to open-source principles. The author remains 강동윤, also known as kdy1997.dev, with funding opportunities open via Open Collective.
The primary distinction lies in the incremented version number, necessitating updates to dependent packages within projects relying on @swc/core. Specifically, all platform-specific dependencies within the dependencies and optionalDependencies sections, such as @swc/core-darwin-x64, @swc/core-linux-x64-gnu, and others tailored to various operating systems and architectures, have been bumped from version 1.2.89 to 1.2.90. This ensures that developers installing or upgrading @swc/core receive the correct binaries optimized for their target platform. This is very important when deploying on multiple platforms.
A minor difference can be found on the unpackedSize of the package, going from 159847 to 159877. This may indicate improvements and bug fixes. As a result of this all, developers should upgrade to the latest version to take advantage of the latest performance improvements and bug fixes. Both versions provides a comprehensive set of tools for modern javascript development.
The are not vulnerabilities for the version 1.2.90 of the package @swc/core