Angular Router version 13.0.2 represents a minor update in the Angular routing library, building upon the foundation established by version 13.0.1. Both versions share the same core description as the "Angular - the routing library", indicating a focus on stability and incremental improvements. A key characteristic they have in common is their dependency on tslib version ^2.3.0, suggesting a shared Typescript helper library version. Crucially, both versions maintain the same peer dependencies for rxjs (^6.5.3 || ^7.4.0), @angular/core, @angular/common, and @angular/platform-browser, ensuring compatibility with existing Angular 13 projects.
However, a subtle difference emerges when comparing the unpackedSize in the dist section. Version 13.0.2 has an unpackedSize of 2592509 bytes, a slight increase from version 13.0.1's 2592477 bytes. This increment, though small, hints at bug fixes, performance enhancements, or minor feature tweaks implemented in the newer version. Furthermore, the releaseDate distinguishes the two: version 13.0.2 was released on November 17, 2021, while version 13.0.1 was released on November 10, 2021. Developers using Angular Router should consider upgrading to 13.0.2 to benefit from these potentially crucial refinements, particularly if encountering specific issues or seeking optimal performance within their Angular 13 applications. Check Angular's official changelog to discover the specifics of the upgrade.
The are not vulnerabilities for the version 13.0.2 of the package @angular/router