Angular's @angular/common package, a crucial component for building Angular applications due to its common directives and services, saw a minor version update from 10.0.8 to 10.0.9. Both versions share the same core description and license (MIT), reaffirming their commitment to providing essential functionalities for Angular development under a permissive license. Examining the dependencies, both versions rely on tslib version ^2.0.0, indicating continued compatibility and a focus on TypeScript support. The peer dependencies also remain consistent, requiring rxjs version ^6.5.3, highlighting the continued need for Reactive Extensions for JavaScript, and @angular/core, but pointing to each respective version to maintain consistency.
The most notable difference lies in the @angular/core peer dependency, shifting from 10.0.8 to 10.0.9. This suggests bug fixes, performance enhancements, or minor feature additions within the core Angular framework that @angular/common leverages. The releaseDate also pinpoint the update, with version 10.0.9 released on August 12, 2020, after version 10.0.8 released on August 4, 2020. While fileCount stays at 2865, unpackedSize is slightly reduced from 12766008 to 12765726 bytes, possibly hinting at minor optimizations in the codebase. From a developer's perspective, the update to 10.0.9 appears to be a safe and potentially beneficial upgrade.
The are not vulnerabilities for the version 10.0.9 of the package @angular/common