Angular core version 11.2.13 presents a subtle update over its predecessor, 11.2.12, focusing on refinements and potential bug fixes within the core Angular framework. Both versions share the same fundamental dependencies on tslib (version ^2.0.0), ensuring compatibility with TypeScript helper functions. They also maintain identical peer dependency requirements for rxjs (^6.5.3) and zone.js (^0.10.2 || ^0.11.3), which are critical for reactive programming and asynchronous task management within Angular applications.
The core framework remains licensed under the permissive MIT license and is hosted on GitHub within the official Angular repository. The author is consistently attributed to "angular," representing the collective effort of the Angular team. While the file count remains the same at 485, a slight increase in unpacked size from 18485479 bytes in 11.2.12 to 18495912 bytes in 11.2.13 indicates internal code modifications, potentially including minor feature enhancements or bug resolutions.
The release date difference highlights a week separating the two versions, with 11.2.13 released on May 5, 2021, and 11.2.12 released on April 28, 2021. Developers should review the official Angular changelog for detailed information on specific changes in version 11.2.13 to understand the impact on their projects and the potential benefits of upgrading. This small bump likely addresses specific edge cases or performance improvements, solidifying 11.2 as a reliable and stable release.
The are not vulnerabilities for the version 11.2.13 of the package @angular/core