Angular Router version 10.1.1 represents a minor update to the routing library, building upon the previous stable release, version 10.1.0. While both versions share the same core dependencies, including tslib, they exhibit subtle differences that could be relevant to developers.
The key distinction lies within the peer dependencies. Version 10.1.1 mandates the use of @angular/core, @angular/common, and @angular/platform-browser at version 10.1.1, while the older 10.1.0 allowed the use of base version 10.1.0 of the core Angular packages. This indicates that a minor update was required to maintain compatibility and potentially incorporate bug fixes or feature enhancements present in the corresponding core Angular packages.
A noteworthy change is the slight increase in unpackedSize, from 3108808 bytes in version 10.1.0 to 3109438 bytes in version 10.1.1. While seemingly minor, this size indicates that code change was included. This slight change isn't described in the data provided. The release dates also highlight the recency of version 10.1.1 (2020-09-09), compared to version 10.1.0 (2020-09-02).
For developers using the Angular Router, upgrading to version 10.1.1 ensures they're using the most up-to-date and compatible routing library with the recent Angular core libraries and may include patches and optimisations. It represents standard best practice to utilize the latest version available where possible.
The are not vulnerabilities for the version 10.1.1 of the package @angular/router