Angular Router version 10.0.6 represents a minor update over its predecessor, version 10.0.5, within the Angular framework's routing library. Both versions share the same core description, functioning as the routing backbone for Angular applications, and depend on tslib version 2.0.0 or higher. Crucially, both also maintain similar peer dependencies, requiring rxjs version 6.5.3 or newer, alongside specific compatible versions of @angular/core, @angular/common, and @angular/platform-browser. These peer dependencies highlight the tight integration of the router with other core Angular modules, ensuring coordinated functionality.
The key difference lies in the details of their distribution packages and release timing. Version 10.0.6, released on July 28, 2020, contains 84 files in its packaged form, resulting in an unpacked size of 3,047,439 bytes. This is slightly larger than version 10.0.5, released on July 22, 2020, which had 83 files and an unpacked size of 3,032,390 bytes. While the increased size may suggest bug fixes, performance improvements, or minor feature additions, the release notes should be checked to learn about the exact changes introduced.
For developers, this information is essential for managing dependencies and understanding update impacts. When upgrading from 10.0.5 to 10.0.6, it's advisable to review the official Angular changelog for the specific router package to fully grasp the alterations. This ensures a smooth transition and helps leverage any potential enhancements while mitigating unforeseen compatibility issues. Both versions, licensed under MIT, are open-source and backed by the Angular team.
The are not vulnerabilities for the version 10.0.6 of the package @angular/router