Angular's @angular/common package, a fundamental component for Angular applications, saw a minor version update from 11.2.12 to 11.2.13. Both versions share the same core description, providing essential directives and services for Angular development. They also maintain identical dependencies, relying on tslib version ^2.0.0 for TypeScript helper functions. Importantly, both versions declare rxjs version ^6.5.3 and @angular/core as peer dependencies, but the 11.2.13 version needs core version 11.2.13, while the 11.2.12 package needs the core version 11.2.12. This signifies a tight coupling and necessitates developers upgrade @angular/core alongside @angular/common to ensure compatibility and avoid potential runtime issues.
The licensing remains consistent under the MIT license, and the repository URL points to the packages/common directory within the main Angular GitHub repository, ensuring developers have access to the source code. Although the fileCount remains the same at 2865 files, there is a slight increase in the unpacked size moving from version 11.2.12 to 11.2.13, from 12853184 bytes to 12854316 bytes. This modest change suggests that there is a small update in version 11.2.13, that may include bug fixes, performance enhancements, or minor feature adjustments. The release dates also highlight a week difference, with version 11.2.13 arriving on 2021-05-05. For developers using @angular/common, it's advisable to review the Angular changelog for detailed information on the specific changes included in version 11.2.13 and assess their impact on existing projects.
The are not vulnerabilities for the version 11.2.13 of the package @angular/common