Core-js, a widely used JavaScript standard library, has seen a recent update from version 3.36.0 to 3.36.1. Both versions maintain the same core purpose: providing essential JavaScript functionalities conforming to modern standards, and are released under the MIT license, ensuring its free use in both personal and commercial projects. Developed by Denis Pushkarev and financially supported through Open Collective, core-js offers a collection of polyfills, shims, and proposals, making it a robust solution for cross-browser compatibility and ensuring your JavaScript code runs smoothly across various environments.
While the changes between version 3.36.0 and 3.36.1 might seem subtle, they are important. Both versions comprise a large number of files (3452), but version 3.36.1 has seen a small increase in unpacked size, growing to 1214853 from 1213216. The key difference lies in the bug fixes and refinements implemented in the newer release. Version 3.36.1 was released on March 19, 2024, a month later than version 3.36.0, indicating some crucial fixes and improvements prompted the new release. Developers should upgrade to version 3.36.1 to benefit from these potential stability enhancements and improvements for the latest JavaScript features and proposals, ensure smoother development workflows, and take advantage of the most up-to-date library.
The are not vulnerabilities for the version 3.36.1 of the package core-js