Angular Router version 13.2.1 represents a minor update to the routing library for Angular applications, building upon the foundation established by version 13.2.0. While both versions share the same core dependencies, including tslib, and compatible peer dependencies such as rxjs and core Angular modules (@angular/core, @angular/common, @angular/platform-browser), a key difference lies in the specific versions of these peer dependencies. Version 13.2.1 mandates the use of Angular core, common, and platform-browser at version 13.2.1, aligning the routing module with the most current stable release of the framework at the time. This ensures optimal compatibility and access to the latest features and bug fixes within the broader Angular ecosystem.
The updated version provides benefits to developers, fixing issues and keeping compatibility with the rest of the Angular packages. From a developer's perspective, upgrading to 13.2.1 ensures a smoother integration process, reducing the risk of version conflicts and maximizing stability. Furthermore, the update includes under-the-hood improvements, potentially resulting in enhanced performance and refined routing behavior, even if no major API changes are immediately apparent. Weighing in at a slightly larger unpacked size, it includes some improvements. Published on February 2nd, 2022, it incorporates fixes and refinements accumulated since the release of 13.2.0. Developers should always consult the official Angular changelog, since, although the change is not a major one, it could contain breaking changes.
The are not vulnerabilities for the version 13.2.1 of the package @angular/router