Angular developers will be interested in the subtle but potentially impactful differences between @angular/core versions 19.1.1 and 19.1.0. Both versions share the same core framework description, dependencies on tslib (version ^2.3.0), and peer dependencies on rxjs (version ^6.5.3 || ^7.4.0) and zone.js (~0.15.0), ensuring compatibility with existing projects. The MIT license and repository details remain consistent, as does the author (angular).
However, the key distinctions lie in the dist properties. Version 19.1.1 features a slightly larger unpacked size of 9,982,798 bytes compared to 19.1.0's 9,980,655 bytes, suggesting minor additions or optimizations within the codebase. Although both versions contain 54 files, the increased size of version 19.1.1 hints at updated functionalities or bug fixes. The release date also differs, with version 19.1.1 being released on January 16, 2025, approximately 17 hours after version 19.1.0, which was released on January 15, 2025.
Developers should investigate the changelog or release notes for comprehensive details on these internal changes. If the jump is negligable, prefer the newer version due to incremental improvements and bugfixes.
The are not vulnerabilities for the version 19.1.1 of the package @angular/core