Angular Router version 11.0.1 represents a patch release over the preceding stable version 11.0.0, both integral parts of the Angular framework. While the core functionality and API surface likely remain consistent, developers considering an upgrade should focus on potential bug fixes and minor refinements introduced in 11.0.1. Both releases share similar dependency structures, relying on tslib for TypeScript helpers and declaring peer dependencies on core Angular modules (@angular/core, @angular/common, @angular/platform-browser) and RxJS.
Crucially, the peer dependencies highlight the Angular framework version compatibility; version 11.0.1 of the router is intended for projects using Angular 11.0.1, while 11.0.0 is tailored for Angular 11.0.0. A key detail is the release date, with 11.0.1 released on November 18, 2020, a week after 11.0.0 on November 11, 2020 - suggesting a swift follow-up. Developers should consult the official Angular changelog and release notes for a comprehensive list of specific changes, bug resolutions, and any performance improvements that differentiate the two versions before upgrading. Ignoring minor version updates is generally not best practice, as they usually come with important fixes for the health and stability of your application.
The are not vulnerabilities for the version 11.0.1 of the package @angular/router