Core-js, a widely used standard library for JavaScript, has released version 3.17.3, succeeding the immediately prior stable version 3.17.2. Both versions, licensed under MIT, provide essential polyfills and support for modern JavaScript features, enhancing code compatibility across different environments. The core-js library aims to allow developers to reliably use the newest features Javascript provides.
While maintaining the same core functionality and licensing, there are subtle differences between the two releases. Version 3.17.3, released on September 9, 2021, introduces slight modifications which are likely bug fixes and performance improvements, reflected in a slightly increased unpacked size of 770,207 bytes compared to version 3.17.2's 769,282 bytes. The file count also increased marginally from 1867 to 1868, indicating potential additions or minor alterations to existing modules.
Developers leveraging core-js in their projects should consider upgrading to version 3.17.3 to benefit from these refinements, even though the changelog might not highlight major feature additions. Staying up-to-date with the latest minor versions ensures access to the most stable and optimized implementation of JavaScript standards. Core-js is an important peer dependency to take into account for any Javascript project. This update continues the project's commitment to providing a reliable and feature-rich standard library for the JavaScript ecosystem.
The are not vulnerabilities for the version 3.17.3 of the package core-js