Angular Router version 13.3.2 is a minor update to the Angular routing library, building upon the previous stable version 13.3.1. Both versions share the same core description as the routing library for Angular applications and depend on tslib version 2.3.0 or higher. A key aspect for developers to note remains consistent: the peer dependencies. Both versions require compatible versions of RxJS (6.5.3 or 7.4.0 and above), @angular/core, @angular/common, and @angular/platform-browser. Crucially, these @angular/* peer dependencies are version-locked; version 13.3.2 of the router expects versions 13.3.2 of the core Angular packages, and similarly for 13.3.1.
The update from 13.3.1 to 13.3.2 appears to be a patch release. While both versions have the same fileCount (71) and unpackedSize (2590226 bytes), the primary difference lies in the releaseDate. Version 13.3.2 was released on April 6, 2022, while 13.3.1 was released on March 30, 2022. This suggests bug fixes and minor improvements rolled out in the newer version. Developers should upgrade to 13.3.2 to benefit from these fixes, ensuring compatibility with Angular core version 13.3.2. Remember to always verify peer dependency versions when updating. The MIT license remains consistent across both versions making it free to use for both personal and commercial projects.
The are not vulnerabilities for the version 13.3.2 of the package @angular/router