Angular's @angular/common package provides essential directives, pipes, and services for building Angular applications. Examining versions 9.1.11 and 9.1.10 reveals subtle but important distinctions for developers. Both versions share identical descriptions as "Angular - commonly needed directives and services," indicating a focus on core functionalities. They also depend on the same peer dependencies: rxjs (version ^6.5.3), tslib (^1.10.0), and @angular/core.
The key difference lies in the @angular/core peer dependency. Version 9.1.11 requires @angular/core version 9.1.11, whereas version 9.1.10 relies on @angular/core version 9.1.10. This coupling highlights the tight integration between @angular/common and @angular/core. Upgrading @angular/common often necessitates a corresponding @angular/core update for compatibility and to leverage the latest framework features and bug fixes.
While the fileCount and unpackedSize in the dist objects appear identical, suggesting no change in the number of files or their overall size, the releaseDate differs. Version 9.1.11 was released on 2020-06-10, a day after version 9.1.10 which was released on 2020-06-09. This difference suggests that version 9.1.11 likely contains bug fixes or minor enhancements introduced to address issues discovered shortly after the release of 9.1.10. Developers aiming for the most stable and up-to-date experience should prioritize version 9.1.11 alongside its corresponding @angular/core dependency. Regular updates ensure access to the latest improvements and a more robust application.
The are not vulnerabilities for the version 9.1.11 of the package @angular/common