Angular's @angular/common package, a cornerstone for building Angular applications, saw a minor version bump from 15.2.1 to 15.2.2. Both versions share the same core description: providing commonly needed directives and services. Key dependencies remain consistent, with both relying on tslib version ^2.3.0. Their peer dependencies also stay aligned, requiring rxjs version ^6.5.3 || ^7.4.0 and @angular/core version corresponding to their own version number, ensuring compatibility with existing Angular projects. The license continues to be MIT, and the repository details point to the official Angular GitHub repository.
The primary difference lies in the @angular/core peer dependency: 15.2.2 now requires the 15.2.2 version of @angular/core, whereas the older version needs 15.2.1. While the fileCount for both packages remains identical at 3013, the unpacked size differs slightly, with 15.2.1 taking up 12263908 bytes and 15.2.2 occupying a smaller 12263399 bytes. This suggests potential optimizations or minor adjustments in the newer version. The Release Date clearly marks the newer version being released on March 8th, 2023, a week later than the older one. Developers should upgrade to 15.2.2 to benefit from any bug fixes, performance enhancements, or minor feature additions that might be included, while ensuring their @angular/core dependency is also updated accordingly. It's a good practice to consult the official Angular changelog for detailed information on specific changes introduced in this patch release.
The are not vulnerabilities for the version 15.2.2 of the package @angular/common