Angular's @angular/common package provides essential directives and services for building robust Angular applications. Version 9.0.3 was released on February 27, 2020, building upon the foundation laid by the previous stable version, 9.0.2, released on February 19, 2020. Both versions share the same core functionality, offering features like NgIf, NgFor, and DatePipe for common UI tasks. They also depend on the same peer dependencies: rxjs (version ^6.5.3), tslib (version ^1.10.0), and @angular/core. The key distinction lies in the specific version of @angular/core they depend on: 9.0.3 relies on @angular/core@9.0.3, while 9.0.2 depends on @angular/core@9.0.2. Developers should upgrade to @angular/common@9.0.3 to ensure compatibility and benefit from any bug fixes or subtle improvements introduced in the corresponding @angular/core release. While the file count remains consistent at 2955, there's a slight difference in unpacked size, with version 9.0.3 being marginally smaller (15411127 bytes) than version 9.0.2 (15411547 bytes). These details are relevant for developers managing application size and dependencies, ensuring the latest patch versions within the 9.0.x series are used. For most users is recommended to upgrade to latest version.
The are not vulnerabilities for the version 9.0.3 of the package @angular/common