Angular developers will find the subtle differences between @angular/common versions 7.2.9 and 7.2.10 potentially impactful. Both versions share the same fundamental description, providing essential Angular directives and services. Core dependencies like tslib (at version ^1.9.0) remain constant, ensuring compatibility for TypeScript helpers. The peer dependencies—rxjs (^6.0.0) and @angular/core—reflect the version-specific angular core requirement, linking version 7.2.9 of @angular/core to @angular/common 7.2.9 and version 7.2.10 of @angular/core to @angular/common 7.2.10. The license remains MIT, and the repository link points to the main Angular GitHub repository.
The key differences lie in the timing and potentially, the content within the dist folder. Version 7.2.10 was released on March 20, 2019, while version 7.2.9 was released on March 12, 2019. While the fileCount stays the same, 2370, the unpackedSize changed marginally—7.2.10 having an unpacked size of 12949641 compared to 12949605 of 7.2.9. This suggests that any changes are minor bug fixes or small improvements. Developers should consult the official Angular changelog for a detailed list of specific fixes included in the 7.2.10 release that differentiate it from 7.2.9 to decide if upgrading is needed.
The are not vulnerabilities for the version 7.2.10 of the package @angular/common