Angular Router version 19.1.4 represents a minor iteration over the preceding stable release, 19.1.3, within the Angular framework's routing library. Both versions share fundamental characteristics: reliant on tslib for core utilities, licensed under the permissive MIT license, and maintained by the Angular team. Developers will find a consistent API facilitating navigation and route management in their Angular applications across both versions. A key distinction, however, lies in the peer dependencies. Version 19.1.4 requires @angular/core, @angular/common, and @angular/platform-browser at version 19.1.4 precisely, mirroring the dependency alignment strategy across Angular modules. The previous version instead expected the 19.1.3 version of the very same dependencies.
Furthermore, the releaseDate indicates that version 19.1.4 was released on January 29, 2025, roughly a week after version 19.1.3, which was released on January 22, 2025. While the listed fileCount remains constant at 12, a subtle change in unpackedSize from 1,180,654 bytes in 19.1.3 to 1,180,579 bytes in 19.1.4 suggests potential minor optimizations or code adjustments in the newer version. Developers upgrading should test their applications thoroughly to ensure compatibility, particularly if relying on internal, undocumented behavior. It is a recomended upgrade if you use angular core, common and platform browser with versions equals or higher than 19.1.4.
The are not vulnerabilities for the version 19.1.4 of the package @angular/router