Angular's @angular/common package, a fundamental component for building Angular applications, saw a minor version increment from 10.1.2 to 10.1.3. Both versions provide essential directives and services necessary for everyday Angular development, including functionalities for internationalization (i18n), localization (l10n), date, number, and currency formatting, and utilities for interacting with the DOM. Notably, both versions share the same dependency on tslib version ^2.0.0, ensuring compatibility with TypeScript helper functions. They also maintain peer dependency constraints, requiring rxjs version ^6.5.3 for reactive programming capabilities and @angular/core with versions matching their own.
The key difference between the two versions lies in the peer dependency of @angular/core. Version 10.1.2 requires @angular/core specifically version 10.1.2 while version 10.1.3 requires the same package version 10.1.3. This suggests that version 10.1.3 likely includes bug fixes or minor adjustments to specifically align with @angular/core version 10.1.3. Developers should be mindful of this peer dependency when upgrading to ensure compatibility within their Angular projects. The increment in unpacked size from 12769101 to 12769201 also signals a small change or addition in the newer version - maybe some comments or very small bug fixes. The release date difference of roughly one week suggests a rapid response to address a specific issue encountered in version 10.1.2, or the inclusion of a small adjustment to align with version 10.1.3 of @angular/core.
The are not vulnerabilities for the version 10.1.3 of the package @angular/common