Angular's @angular/common package provides essential directives and services for building Angular applications. Let's examine the differences between versions 6.0.7 and 6.0.8. While both versions share the same core description and dependencies on tslib (version ^1.9.0) and peer dependencies on rxjs (^6.0.0), the crucial distinction lies in their peer dependency requirement for @angular/core. Version 6.0.7 necessitates @angular/core version 6.0.7, while 6.0.8 requires @angular/core version 6.0.8. This indicates a tight coupling between @angular/common and @angular/core, meaning developers must ensure compatibility between these two packages within their Angular projects. Furthermore, examining the release dates unveils that version 6.0.8 was released on July 11, 2018, subsequent to version 6.0.7's release on June 28, 2018. Developers should prioritize upgrading to version 6.0.8 when using @angular/core of the same version to benefit from potential bug fixes, performance improvements, or new features introduced in that patch release. The unpacked size difference might be a subtle indicator that the new version includes minor adjustments and improvements, impacting files contained within the package. The best approach is to review the official Angular changelog and release notes to see exactly what changed.
The are not vulnerabilities for the version 6.0.8 of the package @angular/common