Angular core version 13.2.4 is a minor release, succeeding version 13.2.3. Both versions share the same core description as "Angular - the core framework," laying the foundation for Angular applications. They depend on the same version of tslib (^2.3.0) and have identical peer dependencies: rxjs (^6.5.3 || ^7.4.0) and zone.js (~0.11.4), implying compatibility with existing projects using these libraries. The license remains MIT, and both packages are maintained in the same GitHub repository under the "packages/core" directory, suggesting consistent development practices.
The key differences lie in their release dates and potentially in the minor bug fixes or performance improvements included. Version 13.2.4 was released on February 23, 2022, while version 13.2.3 was released on February 17, 2022. A developer considering upgrading from 13.2.3 to 13.2.4 should focus on the changelog provided by the Angular team to understand the specific changes. The "dist" section also reveals slight variations. Although the "fileCount" is the same, the "unpackedSize" differs slightly. While not drastically different, the small reduction in unpacked size (from 12734884 to 12731350) might indicate more efficient packaging or minor code optimizations. In essence, upgrading typically involves reviewing changelogs for potential breaking changes and benefits from the latest bug fixes and possible minor performance gains.
The are not vulnerabilities for the version 13.2.4 of the package @angular/core