Angular developers will find that version 12.2.4 of @angular/core offers a subtle but important update over version 12.2.3. Both versions share the same core framework description, dependencies on tslib (version ^2.2.0), and peer dependencies requiring either RxJS 6.5.3 or newer (up to version 7) and Zone.js version ~0.11.4. This indicates a consistent baseline for required supplementary libraries, ensuring compatibility for most existing Angular 12 applications. The license remains MIT, and the repository details point to the official Angular GitHub repository, confirming the source and origin of the package.
Notably, the fileCount and unpackedSize in the dist object is identical between both versions, suggesting no significant changes to the overall file structure or size of the package, which is good news for maintaining application performance. The main difference lies in the releaseDate. Version 12.2.4 was released on September 1st, 2021, while 12.2.3 came out on August 25th, 2021. This roughly week-long gap suggests that version 12.2.4 likely incorporates bug fixes, minor performance enhancements, or perhaps security patches identified in the preceding week. Developers should consider upgrading to 12.2.4 to benefit from the latest improvements and ensure their applications are running on the most stable and secure version within the Angular 12 series.
The are not vulnerabilities for the version 12.2.4 of the package @angular/core