Angular Common, a fundamental module within the Angular framework, provides essential directives and services for building robust applications. Version 7.1.2 represents a minor update over its predecessor, version 7.1.1, focusing on refinements and bug fixes rather than introducing groundbreaking new features.
Both versions share core characteristics. They depend on tslib (version ^1.9.0) for TypeScript helper functions and list rxjs (^6.0.0) and @angular/core (specifically 7.1.1 for v7.1.1 and 7.1.2 for v7.1.2) as peer dependencies, highlighting their tight integration with the reactive programming paradigm (RxJS) and the Angular core framework. Developers should ensure compatibility with these peer dependencies when incorporating Angular Common into their projects.
The key difference lies in the resolved @angular/core peer dependency and the release date. Version 7.1.2 was released on December 6, 2018, subsequent to version 7.1.1 which had been released on November 28, 2018. This difference indicates that version 7.1.2 likely includes improvements and addresses issues identified in the earlier 7.1.1 release. The unpacked size also marginally increases from 12668838 to 12669021 which probably reflects these subtle, but potentially important, changes. For developers looking for the most stable and up-to-date experience within the Angular 7.1.x series, using version 7.1.2 is recommended due to these potential bug fixes and refinements aimed at improved stability.
The are not vulnerabilities for the version 7.1.2 of the package @angular/common