Angular core version 19.1.3 represents a minor update to the core framework, succeeding version 19.1.2. Both versions share the same core dependencies, relying on tslib (version ^2.3.0) for TypeScript helper functions and specifying identical peer dependencies: rxjs (version ^6.5.3 || ^7.4.0) for reactive programming and zone.js (version ~0.15.0) for asynchronous task management. This indicates continuous compatibility within the broader Angular ecosystem.
The key distinction lies in the release specifics. Version 19.1.3 was released on January 22, 2025, while version 19.1.2 was released two days earlier on January 20, 2025. Developers should note differences in dist details, specifically the "unpackedSize" which increased from 9,993,178 bytes to 10,025,246 bytes and the release date. This increase suggests potential bug fixes, performance improvements, or minor feature additions incorporated into the later release. For developers, the newer version 19.1.3 is the preferred choice, as it likely addresses any issues present in 19.1.2. Users should review the Angular changelog for a comprehensive list of changes between these versions to understand the specific impact on their applications and to ensure a smooth transition. Both versions keep the MIT license preserving the possibility to use the library in a large range of projects.
The are not vulnerabilities for the version 19.1.3 of the package @angular/core