Angular Router version 11.0.3 is a patch release following version 11.0.2 in the Angular framework's routing library. Both versions maintain the same core description, serving as the routing mechanism for Single Page Applications built with Angular. Key dependencies remain consistent, with tslib at ^2.0.0 for TypeScript helper functions.
The significant difference lies in the peer dependencies. Version 11.0.3 requires @angular/core, @angular/common, and @angular/platform-browser at version "11.0.3" aligning them to the router version, whereas 11.0.2 had peer dependencies on version "11.0.2"of the same packages. This indicates that upgrading to @angular/router version 11.0.3 necessitates a corresponding update to these core Angular modules. Also, the unpacked size of the dist folder has slightly increased from 3106399 to 3107706.
For developers, this means a potentially smoother integration within the Angular ecosystem, provided they synchronize their Angular core packages. The later release date of version 11.0.3 (December 2, 2020) compared to 11.0.2 (November 19, 2020) suggests that 11.0.3 likely includes bug fixes or minor improvements discovered after the 11.0.2 release. Developers should review the Angular changelog for detailed information about specific fixes and enhancements to determine if upgrading from 11.0.2 to 11.0.3 is necessary for their project.
The are not vulnerabilities for the version 11.0.3 of the package @angular/router