Angular Router version 12.2.6 represents a minor update over its predecessor, version 12.2.5, focusing primarily on refinements and bug fixes within Angular's routing library. Both versions, essential components of Angular applications, maintain the same core description as "Angular - the routing library," emphasizing their role in navigation management. The dependency on tslib remains consistent at ^2.2.0 across both versions, indicating no significant changes in the underlying TypeScript helper library.
The peer dependencies, crucial for compatibility within the Angular ecosystem, showcase that both versions rely on rxjs version ^6.5.3 || ^7.0.0 and specific versions of @angular/core, @angular/common, and @angular/platform-browser. This signals that projects upgraded to 12.2.6 need these peer dependencies to be at those specified versions, upgrading from 12.2.5 requires changing @angular/core, @angular/common, and @angular/platform-browser to version 12.2.6 also.
A notable difference lies in the dist section, where the unpackedSize increases slightly from 2769396 bytes in version 12.2.5 to 2789071 bytes in version 12.2.6. This suggests potential additions or modifications to the library's code, possibly related to performance improvements or bug resolutions. Besides this, both versions have the same number of files: 79. The release date also changes from 2021-09-08 to 2021-09-15. Developers should consult the official Angular changelog for a detailed breakdown of specific bug fixes and enhancements included in version 12.2.6 to determine if the upgrade is beneficial for their projects.
The are not vulnerabilities for the version 12.2.6 of the package @angular/router