Angular's @angular/common package provides essential directives and services necessary for building Angular applications. Comparing versions 14.0.1 and 14.0.2, we observe subtle yet potentially impactful differences. Both versions share the same core functionality, description, license (MIT), and rely on tslib (version ^2.3.0) for TypeScript helpers and define the same author. Crucially, both depend on rxjs (^6.5.3 || ^7.4.0) and @angular/core as peer dependencies, however, each version requires the corresponding @angular/core with a matching version number.
The critical distinction lies in the version number itself: 14.0.2 is a patch release succeeding 14.0.1. Patch releases usually include bug fixes and minor improvements without introducing breaking changes. While the fileCount remains the same at 2996, unpacked sizes differ slightly and the release dates differ by one week. Though miniscule, the size difference can indicate changes, most likely small adjustments, bug fixes or performance tweaks. Developers moving from 14.0.1 to 14.0.2 should expect a smooth transition. Reviewing the Angular changelog for specific fixes included in the new version is highly recommended to understand its specific impact on your application. Developers should upgrade to the latest version to benefit from the fixes.
The are not vulnerabilities for the version 14.0.2 of the package @angular/common