Angular developers will find notable distinctions between versions 19.1.1 and 19.1.0 of the @angular/common package. Both versions, designed as essential directives and services for Angular applications, share a core dependency on tslib (version ^2.3.0). Crucially, they maintain compatibility with rxjs versions 6.5.3 or 7.4.0 and above in the peer dependencies. A key distinguishing factor lies in the peer dependency @angular/core. Version 19.1.1 requires @angular/core version 19.1.1 while the previous stable version 19.1.0 requires @angular/core 19.1.0.
The newer version 19.1.1, released on January 16, 2025, has a slightly larger unpacked size (9501822 bytes) compared to version 19.1.0 (9501215 bytes) released a day before. Developers should consider the upgrade to 19.1.1 for potential bug fixes, performance improvements, and features aligning with the newest @angular/core release.
The "@angular/common" package falls under the MIT license and its source code is maintained within the official Angular repository on GitHub. Check out the official angular site for a detailed clarification of the changes.
The are not vulnerabilities for the version 19.1.1 of the package @angular/common