Angular core version 13.0.0 represents a significant update, boasting notable changes compared to its predecessor, version 12.2.17. For developers, the most immediate difference lies in the dependency updates. Version 13.0.0 requires tslib "^2.3.0", a jump from version 12.2.17's "^2.2.0", reflecting enhancements in TypeScript library support. The peer dependencies also show an evolution, with rxjs updating to "^6.5.3 || ^7.4.0" in v13, where v12 supports "^6.5.3 || ^7.0.0", potentially allowing for improved RxJS 7 compatibility and new features.
Interestingly, the unpacked size of v13.0.0 sees a considerable decrease, shrinking from 16205076 bytes to 14648318 bytes, and a significantly reduced file count from 492 to 348. This suggests optimizations in the build process, possibly leading to faster installation times and smaller application bundle sizes, which enhances the user experience. While both versions share the same MIT license and repository, the release dates highlight the timeline of Angular's evolution, with v13.0.0 launching in November 2021 and v12.2.17 seeing updates a year later, allowing developers to stay current with the evolving Angular ecosystem. The core framework continues to be authored by the Angular team, indicating continuity and reliability.
The are not vulnerabilities for the version 13.0.0 of the package @angular/core