Angular Router version 10.0.9 represents a minor update over its predecessor, version 10.0.8, within the Angular routing library. Both versions share the same core description: "Angular - the routing library," highlighting their role in enabling navigation and route management within Angular applications. They also maintain identical dependencies, relying on tslib version ^2.0.0 for TypeScript helper functions. Crucially, both versions depend on the same major versions of core Angular packages like @angular/core, @angular/common, and @angular/platform-browser, as well as rxjs, ensuring compatibility within the Angular 10 ecosystem. The key difference lies in the specific version numbers of these peer dependencies; version 10.0.9 requires the 10.0.9 versions of the core Angular packages, while 10.0.8 required the 10.0.8 versions. The file count remains, also, the same. However, there appear to be minimal changes reflected in the unpacked size of the packages, with version 10.0.8 being slightly larger. The release date is also an important difference, with version 10.0.9 being released on August 12, 2020, after version 10.0.8 that has been released on August 4, 2020. Developers considering an upgrade should primarily focus on ensuring compatibility with their existing Angular application. Also, developers interested in the packages history will find helpful the release date. Also, developers should check the Angular changelog to verify the bug fixes or improvements introduced in version 10.0.9 to determine if the update addresses any specific issues they are encountering.
The are not vulnerabilities for the version 10.0.9 of the package @angular/router