Angular Router version 20.2.4 presents a minor update over the previous stable version 20.2.3, focusing on refinements and potential bug fixes within the Angular routing ecosystem. Both versions share the same core description as the Angular routing library and maintain identical dependencies on tslib (version ^2.3.0). A key consideration for developers lies in the peer dependencies; both versions require compatible versions of rxjs (^6.5.3 || ^7.4.0) and specific versions of Angular core packages: @angular/core, @angular/common, and @angular/platform-browser. Noticeably, version 20.2.4 requires a same-numbered version of Angular peer dependencies: 20.2.4, while the previous version, v20.2.3, peer dependencies are v20.2.3. Those using Angular should ensure alignment of these peer dependencies when upgrading.
The dist metadata reveals a slight increase in the unpacked size of v20.2.4 which suggests added features or code refinements (1,182,347 vs 1,181,887). However, the fileCount remains the same at 17. While specific changes aren't detailed in this metadata, the increment in unpackedSize alone indicates internal improvements. The releaseDate also distinguishes them: version 20.2.4 was released on 2025-09-03, after version 20.2.3 that was released on 2025-08-29. Developers should consult the official Angular changelog for a comprehensive list of changes, bug fixes, and potential breaking changes introduced in version 20.2.4. Upgrading to the newest version provide the latest bug fixes and enhancements, but developers are adivsed to carefully evaluate impacts of peer dependencies versions.
The are not vulnerabilities for the version 20.2.4 of the package @angular/router