Angular Router version 6.1.10 arrived on October 10th, 2018, building upon the foundation laid by its predecessor, version 6.1.9, released on September 26th, 2018. Both versions, central to Angular applications, share the same core description: "Angular - the routing library." Developers familiar with routing in Angular will find the upgrade seamless as the fundamental dependencies, including tslib, and peer dependencies on rxjs, @angular/core, @angular/common, and @angular/platform-browser persist.
However, a crucial distinction lies in the specific peer dependency versions. Version 6.1.10 mandates @angular/core, @angular/common, and @angular/platform-browser at version 6.1.10, while version 6.1.9 requires them to be exactly at 6.1.9. This subtle difference suggests that version 6.1.10 likely includes bug fixes or minor enhancements specifically addressing issues or improvements within the core Angular framework at the 6.1.10 level or makes it compatible with new features. Developers should update their core Angular dependencies when migrating.
Furthermore, a slight increase in the unpacked size, from 4170411 to 4170441, suggests potential code additions or modifications. Developers should consult the official Angular changelog and migration guide for detailed information. While the core functionality remains consistent, upgrading from 6.1.9 to 6.1.10 ensures compatibility and access to the latest refinements within the Angular ecosystem.
The are not vulnerabilities for the version 6.1.10 of the package @angular/router