Angular core version 11.2.10 is a patch release within the Angular 11 series, building upon the foundation laid by version 11.2.9. Both versions share the same core dependencies, relying on tslib for TypeScript helper functions and expecting peer dependencies like rxjs (version ^6.5.3) and zone.js (version ^0.10.2 or ^0.11.3) to be provided by the application. This ensures compatibility with existing Angular projects using those specific RxJS and Zone.js versions. The package license remains MIT, and the repository location resides within the official Angular GitHub repository.
A key difference lies in the release date, with version 11.2.10 being released on April 14, 2021, a week after version 11.2.9, released on April 7, 2021. While the file count (485) is identical between the two versions, a small difference is observed in the unpacked size. Version 11.2.9 has an unpacked size of 18492436 bytes, whereas version 11.2.10 has a slightly smaller unpacked size of 18485385 bytes. The small change in unpacked size hints at minor bug fixes and performance improvements in the upgrade. Developers are encouraged to upgrade to the newest patch to ensure all the latest fixes are applied.
For developers, upgrading from 11.2.9 to 11.2.10 is likely a straightforward process, primarily involving updating the @angular/core package version in their package.json and running npm install or yarn install. Given this is a patch update, breaking changes are unexpected. This version focuses on stability and incremental improvements, making it a recommended update for all Angular 11 users seeking a more reliable and optimized development experience.
The are not vulnerabilities for the version 11.2.10 of the package @angular/core