Angular core version 13.0.2 is a minor release following the 13.0.1 version, both part of the Angular framework's core functionality. Examining the provided package data, the key difference lies in the release date, with version 13.0.2 being published on November 17, 2021, a week after version 13.0.1 released on November 10, 2021. While the core dependencies on tslib remain consistent at ^2.3.0, and rxjs and zone.js are peer dependencies, developers should investigate the changes between these releases. Crucially, the file count and unpacked size of the distribution package are identical, suggesting that the changes between the two versions are unlikely to be large-scale architectural modifications. This increment likely involves bug fixes, performance improvements, or minor feature enhancements that address specific issues encountered in the initial 13.0.1 release.
Developers using Angular should consult the official Angular changelog and release notes to understand the specific fixes and improvements included in the 13.0.2 release. This is crucial when upgrading from 13.0.1, as even minor changes can impact application behavior. The consistent peer dependencies suggest that upgrading shouldn't require major dependency updates. Overall, upgrading to Angular core 13.0.2 may be worthwhile to leverage the latest bug fixes and optimizations within the Angular 13 ecosystem, ensuring a more stable and performant application.
The are not vulnerabilities for the version 13.0.2 of the package @angular/core