Angular Router version 10.0.11 represents a minor update to the routing library for Angular applications, building upon the foundation laid by version 10.0.10. Both versions share the same core description as the Angular routing library, designed to enable navigation and route management within Angular applications, offering features like defining routes, lazy loading modules, and route guards. Both versions also depend on tslib version "^2.0.0".
The key differences lie in the updated peer dependencies for version 10.0.11, requiring @angular/core, @angular/common, and @angular/platform-browser all at version "10.0.11", a subtle but important change compared to version 10.0.10 which expected "10.0.10" of the same dependencies. This coordinated version bump suggests bug fixes, performance improvements, or feature enhancements that necessitated updating these core Angular packages in lockstep.
The dist file also reflects some changes, the unpackedSize is slightly different, 3062577 versus 3061142, suggesting potential changes in the code size, possibly due to bug fixes or minor feature additions. The releaseDate is also different, version 10.0.11 was released on 2020-08-19T16:07:47.684Z while version 10.0.10 was released on 2020-08-17T20:13:41.438Z.
For developers, upgrading to version 10.0.11 ensures compatibility with the latest fixes and improvements in the Angular ecosystem (core, common and platform-browser), potentially resolving subtle bugs and benefiting from performance optimizations within the router itself and in its interaction with other Angular modules.
The are not vulnerabilities for the version 10.0.11 of the package @angular/router