Angular's @angular/common package provides essential directives, pipes, and services for building Angular applications. Comparing versions 11.0.9 and 11.1.0 reveals some subtle but potentially important changes for developers. While both versions share the same dependencies on tslib (version ^2.0.0) and peer dependencies on rxjs (^6.5.3), and @angular/core, the core Angular framework, at their respective versions (11.0.9 vs 11.1.0), the crucial difference lies in the introduced updates and bug fixes within the 11.1.0 release.
The updated version 11.1.0, released on January 20, 2021, has a slightly increased unpacked size (12,809,595 bytes) compared to 11.0.9 (12,809,093 bytes) released on January 13, 2021. This indicates that the new version contains additions and/or changes that contribute to an increase of 502 bytes.
For developers, upgrading to @angular/common version 11.1.0 is recommended to benefit from any bug fixes or performance improvements implemented since the previous release. Typically, minor version bumps (like 11.0.9 to 11.1.0) include enhancements and resolve issues without introducing breaking changes. Developers looking for the latest stable fixes and incremental improvements should consider upgrading. The package provides crucial functionality for handling internationalization, currency formatting, date manipulations and general features. Always refer to the official Angular changelog and migration guides to get a detailed understanding of changes and how they might impact existing Angular projects, although in the case of such a minor version change, it is probably not strictly necessary.
The are not vulnerabilities for the version 11.1.0 of the package @angular/common