Angular Common library version 7.1.1, a minor patch release following 7.1.0, provides essential directives and services for building Angular applications. Comparing these two versions reveals subtle but potentially important changes for developers. Both versions share core dependencies like tslib and peer dependencies on rxjs (version 6 or higher) and @angular/core. Developers upgrading from older Angular versions will appreciate these dependencies for compatibility. One notable difference is the fileCount and unpackedSize within the dist object. Version 7.1.1 boasts a significantly smaller footprint with 2370 files and an unpacked size of 12.67 MB, compared to 7.1.0's 3419 files and 13.2 MB. This reduction suggests optimizations and potential removal of redundant or unnecessary files, leading to faster download times and potentially improved application performance. The release dates also highlight the recent nature of both versions (November 2018), with 7.1.1 released a week after 7.1.0; this short interval indicates a likely bug fix or minor enhancement addressed in the newer patch. Developers should review the Angular changelog for detailed specifics on the exact fixes or improvements included in the patch of version 7.1.1, especially if encountering issues with version 7.1.0. Using the latest patch is generally recommended for stability and bug fixes.
The are not vulnerabilities for the version 7.1.1 of the package @angular/common