Angular developers will notice a subtle but potentially important update between @angular/core versions 13.2.5 and 13.2.6. Both versions maintain identical dependencies on tslib (version ^2.3.0) and peer dependencies for rxjs (version ^6.5.3 || ^7.4.0) and zone.js (~0.11.4), suggesting API compatibility is preserved. The core framework description, MIT license, and repository details remain consistent, ensuring continuity for developers relying on the established Angular foundation. Examining the dist attribute uncovers minor yet relevant distinctions. While both versions contain the same number of files (335), the unpacked size of version 13.2.6 marginally increases to 12715357 bytes compared to 12714572 bytes in 13.2.5. This slight size increment hints at internal bug fixes, performance improvements, or minor feature enhancements within the core framework. Crucially, the release dates mark a week apart, with 13.2.5 published on March 2nd, 2022, and 13.2.6 on March 9th, 2022. This suggests that the newer version likely includes fixes addressing issues discovered in the preceding week. Therefore, upgrading to version 13.2.6 is advisable to benefit from the latest refinements and potential bug resolutions, contributing to a more stable and optimized Angular development experience.
The are not vulnerabilities for the version 13.2.6 of the package @angular/core