@angular/common version 14.0.1 represents a minor patch release following the 14.0.0 version, both part of the Angular framework. These packages provide essential directives and services for building Angular applications, covering functionalities like internationalization and localization, HTTP communication, and common utility pipes.
A key difference lies in the peer dependency on @angular/core. Version 14.0.1 strictly requires @angular/core version 14.0.1, while version 14.0.0 depends on @angular/core of the same i.e., 14.0.0. This highlights the importance of maintaining aligned versions between @angular/common and @angular/core, as they are deeply intertwined.
Developers should consider the updated dependency requirements when upgrading. Although the file count remains consistent at 2996, the unpacked size increased slightly from 11,671,392 bytes in 14.0.0 to 11,675,572 bytes in 14.0.1. This small size increase suggests potential bug fixes or minor feature enhancements within the patch. The later release date of 14.0.1 (June 8, 2022) compared to 14.0.0 (June 2, 2022) reinforces its nature as a subsequent refinement. For developers already on Angular 14, upgrading to 14.0.1 is recommended to leverage the latest improvements and bug resolutions. Be sure to check the dependency on rxjs as well.
The are not vulnerabilities for the version 14.0.1 of the package @angular/common