Angular Core, the bedrock of Angular applications, saw a subtle but noteworthy update with version 15.2.10, released on October 4th, 2023. Prior to this, version 15.2.9 served as the stable release, deployed on May 3rd, 2023. Examining the metadata, both versions share identical descriptions, dependencies on tslib, peer dependencies for rxjs and zone.js, and licensing under MIT. They were both authored by the Angular team and originate from the same GitHub repository.
The key differences lie in the release date and the dist object, specifically within the unpackedSize field. Version 15.2.10 registers an unpacked size of 22968773 bytes, marginally larger than 15.2.9's 22968736 bytes. This indicates that while much of the core framework remained constant, version 15.2.10 may contain minor bug fixes, performance improvements, or small feature additions that account for this difference in unpacked file size. Both have a fileCount of 285.
For Angular developers, migrating to version 15.2.10 promises a potentially more refined and stable experience. Although the changes appear incremental, these kinds of patch updates can still be worth upgrading to because they potentially resolve critical issues, address subtle bugs and improve the working of your core angular application. Given the stability of Angular's versioning practices, the update should be low risk and could benefit the long-term stability of Angular projects. As always, check the official Angular changelog for a detailed list of changes between the two versions.
The are not vulnerabilities for the version 15.2.10 of the package @angular/core