Angular developers will be interested in the subtle details differentiating versions 16.2.4 and 16.2.3 of the @angular/core package. Both maintain identical dependencies on tslib (version ^2.3.0) and peer dependencies like rxjs (versions ^6.5.3 or ^7.4.0) and zone.js (~0.13.0), ensuring consistent compatibility with existing Angular projects. The license remains MIT, and the repository points to the packages/core directory within the official Angular GitHub repository.
Notably, version 16.2.4, released on September 6th, 2023, has a slightly larger unpacked size of 19,066,497 bytes compared to version 16.2.3's 19,048,612 bytes, which was released on August 30th, 2023. While both have the same number of files (326), the approximately 18KB difference in unpacked size suggests minor bug fixes, performance enhancements, or internal code adjustments within the core framework. Developers should consult the official Angular changelog or release notes for a comprehensive list of specific changes included in version 16.2.4 to understand the exact impact on their applications. Upgrading from 16.2.3 to 16.2.4 is recommended, especially considering its bug fixes or performance improvements.
The are not vulnerabilities for the version 16.2.4 of the package @angular/core