Angular Router version 8.1.0 represents a minor update building upon the foundation of version 8.0.3. Both versions share the same core description as Angular's routing library and maintain identical dependencies, relying on "tslib" at version "^1.9.0" for TypeScript helpers. The peer dependencies, essential for compatibility with other Angular modules, are where the primary differences lie. Version 8.1.0 requires "rxjs" at "^6.4.0" alongside "@angular/core", "@angular/common", and "@angular/platform-browser" all at version "8.1.0". In contrast, version 8.0.3 necessitates the same "rxjs" version but depends on "@angular/core", "@angular/common", and "@angular/platform-browser" at version "8.0.3".
Developers considering an upgrade from 8.0.3 to 8.1.0 should therefore prioritize updating their core Angular modules to version 8.1.0 to ensure seamless compatibility. The "dist" object, containing information about the packaged library, reveals that both versions have an identical unpacked size and file count, suggesting that the changes may involve bug fixes or minor feature enhancements rather than a substantial overhaul of the codebase. The release date difference between the two versions is less than a week, with version 8.1.0 released on July 2nd, 2019. This proximity suggests that the update likely addresses immediate issues identified shortly after the release of 8.0.3.
The are not vulnerabilities for the version 8.1.0 of the package @angular/router