@swc/core is a super-fast JavaScript and TypeScript compiler designed as a replacement for Babel, and versions 1.2.37 and 1.2.38 showcase its continuous evolution. The primary difference between these two versions lies in updated dependency versions. Notably, the core platform-specific dependencies @swc/core-linux, @swc/core-win32, and @swc/core-darwin have been bumped from 1.2.37 to 1.2.38, reflecting improvements and bug fixes tailored to each operating system.
For developers using @swc/core, these updates mean potential performance enhancements and increased stability when compiling code for different target platforms. The core's functionality remains consistent, with both versions boasting the same set of development dependencies like Jest for testing, Lodash for utility functions, and various Babel plugins for enhanced compatibility and features like decorators and class properties. TypeScript support, essential for modern JavaScript development, remains consistent, ensuring seamless integration with TypeScript projects.
The upgrade from 1.2.37 to 1.2.38 provides a subtle refinement, focusing on platform-specific improvements within the core compilation process. Developers seeking the most polished and reliable experience across diverse operating systems should benefit from this incremental update, ensuring their build processes leverage the latest optimizations and fixes. This aligns with swc’s commitment to providing a performant and dependable compilation tool for modern web development.
The are not vulnerabilities for the version 1.2.38 of the package @swc/core