Angular core version 14.2.10 represents a minor patch update to the popular Angular framework, building upon the preceding stable version 14.2.9. Both versions share the same core description as the foundation of the Angular framework, utilize the same tslib dependency (version ^2.3.0), and are licensed under MIT. Examining the package metadata, both versions have a file count of 333 but a slight variance in unpacked sizes.
The primary difference lies in the peer dependencies and release date. Version 14.2.10 introduces broadened compatibility with zone.js, now accepting versions ~0.11.4 || ~0.12.0, unlike the previous version that only accepts ~0.11.4. This suggests a response to compatibility issues or the adoption of features available in newer zone.js releases. Developers should consider the implications of this updated peer dependency if they are currently using an older zone.js version or planning to upgrade. The release date indicates that version 14.2.10 was published on November 9, 2022, while version 14.2.9 was released on November 3, 2022. This reinforces the fact that version 14.2.10 is a newer patch. Because of the peer dependency update developers should investigate this update to zone.js before patching the library.
The are not vulnerabilities for the version 14.2.10 of the package @angular/core