Array.from, a robust polyfill for the ECMAScript 6 specification, sees a minor update from version 1.1.2 to 1.1.3. Both versions share the same core description, providing developers with a reliable and optimized method for converting array-like objects and iterables into true arrays, a crucial feature for ensuring cross-browser compatibility and modern JavaScript functionality in older environments.
The key difference lies in the updated dependency on es-abstract, moving from version 1.19.3 to 1.19.4. While seemingly small, this update could include important bug fixes, performance improvements, or adherence to the latest ECMAScript standards within the es-abstract library, which handles the abstract operations behind the Array.from implementation. Developers should check the changelog of es-abstract for detailed information on what this update entails and if it impacts their specific use case.
Beyond this, both versions maintain identical development dependencies, licensing under the MIT license, and the same author information and repository details. The package provides a consistent API and commitment to ES6 conformity. The slight increase in unpackedSize from 28620 to 29965 bytes in version 1.1.3 hints at potentially added code or data within the es-abstract dependency. Developers relying on precise bundle sizes might want to investigate this further. Both versions were released on the same day (April 12, 2022 ) which implies to a security fix on the dependency.
The are not vulnerabilities for the version 1.1.3 of the package array.from