Angular Common library versions 11.2.3 and 11.2.2 represent incremental updates within the Angular framework, providing essential directives and services for building robust web applications. While both share identical descriptions and maintain core dependencies like "tslib" (version ^2.0.0) and peer dependencies such as "rxjs" (version ^6.5.3), a key difference lies in the compatible Angular core version. Version 11.2.3 necessitates "@angular/core" at version 11.2.3, while version 11.2.2 correspondingly requires "@angular/core" at 11.2.2.
For developers, this means ensuring alignment between the "@angular/common" version and the "@angular/core" version being used in their projects. Upgrading to version 11.2.3 of "@angular/common" necessitates a matching upgrade to "@angular/core" to maintain compatibility and prevent potential runtime errors. Both versions are licensed under MIT and originate from the Angular GitHub repository, specifically the "packages/common" directory. The distribution details ("dist") reveal identical file counts, 2865 files packed and unpacked file sizes of 12833762. Finally, the release dates indicate that version 11.2.3 (February 24, 2021) was released shortly after version 11.2.2 (February 22, 2021). Developers should consult the official Angular changelog for a comprehensive list of bug fixes and feature enhancements included in each specific release.
The are not vulnerabilities for the version 11.2.3 of the package @angular/common