Angular Router version 9.1.3 is a minor update to the routing library within the Angular framework, succeeding version 9.1.2. Both versions share the same fundamental description, functioning as the routing mechanism for Angular applications. Examining the metadata, key dependencies remain consistent: rxjs (version ^6.5.3), tslib (^1.10.0), and compatible core Angular packages (@angular/core, @angular/common, @angular/platform-browser). These peer dependencies highlight the router's reliance on the broader Angular ecosystem and related libraries for optimal operation.
The update from 9.1.2 to 9.1.3 introduces subtle changes that developers should be aware of. While the fileCount remains at 137, there's a slight difference in the unpackedSize (4760005 bytes for 9.1.3 compared to 4762908 bytes for 9.1.2), suggesting minor code tweaks or optimizations. These kinds of micro changes often indicate bug fixes, performance enhancements, or refined code structure.
Crucially, the releaseDate also marks a distinction, with version 9.1.3 released on April 22, 2020, subsequent to 9.1.2's launch on April 15, 2020. This time delta indicates the new features, bug fixes and performance enhancements. Upgrading to the latest minor version is generally recommended, giving access to the most recent improvements and fixes. Developers should consult the official Angular changelog for the comprehensive listing.
The are not vulnerabilities for the version 9.1.3 of the package @angular/router