Angular core version 12.2.10 represents a minor patch update to the widely used Angular framework, building upon the foundation laid by version 12.2.9. While both versions share the same core description as "Angular - the core framework," dependency on tslib at ^2.2.0, and peer dependency requirements for rxjs (^6.5.3 || ^7.0.0) and zone.js (~0.11.4), a few subtle differences exist that might be relevant for developers.
The update includes a slight increase in the unpacked size, going from 16161952 bytes in 12.2.9 to 16164568 bytes in 12.2.10, suggesting minor additions or fixes. Both versions host 489 files. Most significantly, version 12.2.10 was released on 2021-10-13, a week later than the previous version that was released on 2021-10-06. This indicates that version 12.2.10 likely contains bug fixes or very minor feature enhancements implemented after the release of 12.2.9.
For developers already using Angular 12, upgrading from 12.2.9 to 12.2.10 is generally recommended. Patch releases like this usually address stability issues and potentially improve performance without introducing breaking changes. It's a good practice to consult the official Angular changelog or release notes for a detailed list of specific fixes or improvements bundled in this version, ensuring a smooth and predictable upgrade process. Both versions are licensed under MIT and maintained in the official Angular GitHub repository, providing developers with access to the source code and a platform for contributing to the framework's development.
The are not vulnerabilities for the version 12.2.10 of the package @angular/core