Angular Common, a crucial package for Angular developers, provides essential directives and services. Version 17.2.3 and 17.2.2 are quite similar, maintaining core functionality and dependencies on tslib (version ^2.3.0) and peer dependencies like rxjs (^6.5.3 || ^7.4.0) and @angular/core. Both versions are licensed under MIT and are part of the Angular project hosted on GitHub. The most notable difference lies within the updated @angular/core peer dependency for version 17.2.3. Developers upgrading from 17.2.2 need to also update @angular/core to version 17.2.3.
A key indicator of changes between the two versions is also evident from the dist properties. Version 17.2.3 unpackedSize is slightly larger, at 11396389, when compared to version 17.2.2 unpackedSize of 11394024, implying that changes have occurred, even if minimal. The release dates also highlight the recency differences, with version 17.2.3 being released on February 28, 2024, subsequent to version 17.2.2 which came out February 22, 2024. For developers deciding on which version to choose it will come down to: requiring new features or bug fixes only present in @angular/core:17.2.3. Developers are advised to consult the Angular changelog for a comprehensive list of changes and potential breaking changes to ensure a smooth upgrade.
The are not vulnerabilities for the version 17.2.3 of the package @angular/common