Angular developers should take note of the subtle but important differences between @angular/common versions 11.0.7 and 11.0.8. Both versions provide essential directives and services for building Angular applications, sharing a common foundation with dependencies like tslib and peer dependencies on rxjs (version ^6.5.3). The key difference lies in their interaction with @angular/core. Version 11.0.7 is designed to work with @angular/core version 11.0.7, while version 11.0.8 is specifically paired with @angular/core version 11.0.8.
This seemingly small change indicates potential bug fixes, performance improvements, or feature enhancements within the core Angular framework that necessitate a corresponding update in the @angular/common package. Developers upgrading their Angular applications should ensure that their @angular/common version aligns with their @angular/core version to maintain compatibility and avoid unexpected issues.
Both versions share the same file count (2865) and unpacked size (12809093 bytes), implying that the core functionalities and overall size of the library remain consistent. The update from 11.0.7 (released on January 7, 2021) to 11.0.8 (released on January 11, 2021) appears to be a focused patch, likely addressing specific concerns or enhancements within the Angular ecosystem. Always consult the official Angular changelog for a detailed breakdown of the changes included in each version.
The are not vulnerabilities for the version 11.0.8 of the package @angular/common