Angular's @angular/common package provides essential directives, pipes, and services for building Angular applications. Examining versions 10.0.9 and 10.0.10 reveals subtle but potentially impactful changes. Both versions share the same core description, dependency on tslib (version ^2.0.0), and peer dependency on rxjs (^6.5.3). The crucial difference lies in the @angular/core peer dependency; version 10.0.9 requires @angular/core version 10.0.9, while 10.0.10 necessitates @angular/core 10.0.10. This signifies a direct alignment, suggesting that common 10.0.10 likely includes updates or fixes specifically designed to function optimally with @angular/core 10.0.10. Developers should be mindful of this when upgrading, ensuring their @angular/core version is compatible to avoid potential runtime errors or unexpected behavior.
Beyond the peer dependency, the dist attributes show a marginal increase in unpacked size from 12,765,726 bytes in 10.0.9 to 12,767,467 bytes in 10.0.10. This slight increase hints at minor additions or refinements within the code, possibly bug fixes, performance enhancements, or new functionalities. Although the fileCount remains constant at 2865, the content within those files has changed. Finally, the Release date for 10.0.10 is the 17th of August 2020 and the release date for 10.0.9 is the 12th of August 2020. Consider upgrading to @angular/common 10.0.10 if you are already utilizing @angular/core 10.0.10 to leverage these potential improvements and maintain optimal compatibility within your Angular project.
The are not vulnerabilities for the version 10.0.10 of the package @angular/common