Angular's @angular/common package provides essential directives, pipes, and services for building Angular applications. Version 7.2.6, released on February 20, 2019, follows closely on the heels of version 7.2.5, which was released on February 15, 2019. While the core description remains the same, indicating continued stability and focus, developers should note a few key details.
Both versions share the same dependencies, relying on tslib version 1.9.0 or higher, and require rxjs version 6.0.0 or higher and a matching @angular/core peer dependency (7.2.6 and 7.2.5 respectively). The file count is identical, suggesting similar functionality and feature set between the versions.
A minor difference is observed in the unpackedSize, with version 7.2.5 being negligibly larger than 7.2.6. This difference could be due to minor adjustments in code or documentation.
For developers, the update from 7.2.5 to 7.2.6 appears to be incremental. It's recommended to review the official Angular changelog or release notes for 7.2.6 on the Angular GitHub repository to understand the specific bug fixes or minor enhancements included in this release. Keeping up with these frequent updates ensures that Angular applications benefit from the latest improvements and remain compatible with other Angular packages. Prioritize verifying compatibility, particularly regarding possible bug fixes impacting critical parts of your application.
The are not vulnerabilities for the version 7.2.6 of the package @angular/common