Angular's @angular/common package provides essential directives and services for building robust Angular applications. A comparison between versions 9.1.12 and 9.1.13 reveals subtle yet important differences for developers using this core module. Both versions maintain identical descriptions, file counts and unpacked size , indicating a primarily focused on bug fixes and minor enhancements rather than substantial feature additions. Crucially, the peer dependencies remain consistent, requiring rxjs version ^6.5.3 and tslib version ^1.10.0. However, the key difference lies in the @angular/core peer dependency; version 9.1.12 depends on @angular/core version 9.1.12, while version 9.1.13 depends on @angular/core version 9.1.13. This signals a necessary alignment with the corresponding @angular/core release. Therefore, developers upgrading to @angular/common version 9.1.13 must also update their @angular/core dependency to version 9.1.13 to ensure compatibility and avoid potential runtime errors. The release date disparity is significant – version 9.1.12 was released in July 2020, whereas 9.1.13 became available in December 2020, implying roughly a five-month gap for accumulating bug fixes and possibly minor performance improvements. Developers should always consult the official Angular changelog for a detailed breakdown of specific changes included in the 9.1.13 release.
The are not vulnerabilities for the version 9.1.13 of the package @angular/common