Angular's @angular/common package provides essential directives and services for building Angular applications. Version 15.2.0 introduces subtle but potentially impactful changes compared to the previous stable release, 15.1.5. While the core dependencies on tslib remain consistent, and peer dependencies require compatible versions of rxjs and @angular/core, developers should note the bump in @angular/core to version 15.2.0 for this release.
The most obvious difference lies in the increased unpacked size of the distribution, growing from 12,254,606 bytes in 15.1.5 to 12,264,027 bytes in 15.2.0. This suggests some refinements, bug fixes, or potentially added functionalities, despite the identical file count of 3013. Developers upgrading should be mindful of this slight increase, though it's unlikely to pose a significant storage issue.
Released on February 22, 2023, a week after 15.1.5, the newer version likely incorporates improvements identified and addressed since the prior release. While specific feature enhancements or bug fixes aren't explicitly detailed in the provided metadata, the updated @angular/core version compatibility highlights that Angular continues to develop the package alongside the core version. Therefore, upgrading could be beneficial for developers seeking latest enhancements or bug fixes, while those experiencing no issues can remain on 15.1.5. It's generally recommended to review the official Angular changelog and migration guides when updating between minor versions to understand any potential breaking changes or API updates.
The are not vulnerabilities for the version 15.2.0 of the package @angular/common