Angular developers considering upgrades to their routing library should be aware of the subtle distinctions between versions 9.1.3 and 9.1.4 of @angular/router. Both versions share identical dependencies, requiring rxjs and tslib along with specific versions of @angular/core, @angular/common, and @angular/platform-browser to ensure compatibility within the application. The file count and unpacked size of the distributed tarball remain consistent between the two versions, indicating no significant changes in the overall codebase structure or the inclusion of substantial new features.
The crucial difference lies in the release date. Version 9.1.4 was published on April 29, 2020, a week after version 9.1.3, released on April 22, 2020. This suggests that version 9.1.4 likely contains bug fixes, performance improvements, or minor adjustments addressing issues identified in the preceding version. Upgrading to 9.1.4 is highly recommended for developers seeking the most stable and reliable performance from their Angular routing implementation, potentially mitigating unforeseen problems encountered with version 9.1.3 and benefiting from code refinements that enhance overall application efficiency. Therefore, while the peer dependencies and file structure stays the same, it is wise to update to the newer version for a more stable framework.
The are not vulnerabilities for the version 9.1.4 of the package @angular/router