Angular Common library version 7.2.4 is a minor update to the previous stable version 7.2.3, offering essential directives and services for Angular applications. Both versions share the same fundamental description and licensing under the MIT license, ensuring developers can utilize them freely. A key similarity lies in their dependency on tslib version ^1.9.0, underlining the consistent TypeScript helper library requirement. Also, they both mandate rxjs version ^6.0.0 as a peer dependency, crucial for reactive programming within Angular.
The core peer dependency, @angular/core, is where a key difference emerges. Version 7.2.4 of @angular/common is specifically aligned with @angular/core version 7.2.4, while the older version relies on @angular/core 7.2.3. This indicates a synchronization of core Angular functionalities and potentially addresses bug fixes or enhancements within the core framework.
Developers upgrading from 7.2.3 will find a nearly identical file count in the distribution package (2370 files). The unpacked size sees a negligible decrease from 12,777,687 bytes to 12,777,664 bytes, suggesting minimal changes in the codebase's overall footprint. Finally, version 7.2.4 was released on February 6th, 2019, subsequent to the January 30th, 2019 release of version 7.2.3. In conclusion, the upgrade to 7.2.4 primarily entails keeping @angular/common aligned with the corresponding @angular/core version.
The are not vulnerabilities for the version 7.2.4 of the package @angular/common