Angular's @angular/common package provides essential directives and services for building Angular applications. Comparing versions 9.0.2 and 9.0.1 reveals subtle yet important distinctions for developers. Both versions share the same core description and license (MIT), ensuring continued ease of use and open-source access. They also maintain identical peer dependencies, requiring compatible versions of rxjs (^6.5.3), tslib (^1.10.0), and @angular/core. However, the key difference lies in the @angular/core peer dependency version. Version 9.0.2 is explicitly tied to @angular/core@9.0.2, while 9.0.1 relies on @angular/core@9.0.1.
Perhaps the most notable change is the release date. Version 9.0.2 was released on February 19, 2020, approximately one week after version 9.0.1, released on February 12, 2020. This suggests that version 9.0.2 likely includes bug fixes, performance improvements, or minor feature enhancements built upon the foundation of 9.0.1. While the fileCount (2955) and unpackedSize (15411547) remain consistent, implying no major structural alterations, developers should prioritize using the latest version (9.0.2) to inherit the most up-to-date and stable functionalities. It's crucial to ensure your project's @angular/core dependency aligns with the @angular/common version you choose to avoid potential compatibility issues. Always consult the official Angular changelog for a complete overview of the changes introduced in each patch release.
The are not vulnerabilities for the version 9.0.2 of the package @angular/common