Angular Common version 8.0.3 is a patch release in the Angular 8 series, building upon the foundation laid by version 8.0.2. Primarily, these patch releases focus on bug fixes and minor refinements rather than introducing extensive new features. Developers considering an upgrade from 8.0.2 to 8.0.3 can expect enhanced stability and potentially improved performance in certain scenarios.
While the core functionality remains largely consistent, the key difference lies in the resolutions of existing issues. Inspecting the Angular changelog for the specific patch release is recommended to understand the precise nature of addressed bugs. Considering upgrade, notice that the peer dependencies remain the same, specifically rxjs version ^6.4.0 and @angular/core version 8.0.3 and 8.0.2 respectively.
A notable detail can be derived from the dist object. While both versions contain the same number of files (2338), the unpacked size differs slightly: 14270186 bytes for 8.0.3 compared to 14270642 bytes for 8.0.2. This suggests that 8.0.3 includes optimisations or adjustments that resulted in a slightly smaller overall package size after unpacking, contributing to a marginally leaner application bundle.
For developers already using Angular 8, and those that want to use Angular 8, upgrading to the latest patch release like 8.0.3 is generally recommended to benefit from the latest fixes and refinements. This contributes to building more robust and reliable Angular applications.
The are not vulnerabilities for the version 8.0.3 of the package @angular/common