Angular Router version 8.1.2 represents a minor update to the routing library within the Angular framework, building upon the foundation established by version 8.1.1. Both versions target developers using Angular and wishing to implement navigation features in their single-page applications.
Key differences primarily reside in the peer dependencies. Version 8.1.2 requires @angular/core, @angular/common, and @angular/platform-browser all at version 8.1.2, whereas 8.1.1 depended on version 8.1.1 of the same packages. This suggests that the update may address compatibility issues within the core Angular framework or introduce minor feature enhancements leveraging those specific versions. Crucially, both versions retain the same dependency on rxjs version ^6.4.0 indicating stability in the reactive programming aspects of the router. The library depends on tslib version ^1.9.0.
Both versions share identical file counts (137) and unpacked sizes (4580454), suggesting that the code changes between the versions are relatively small within the compiled bundle. Furthermore, both versions are distributed under the MIT license and available on GitHub within the angular/angular repository. Update to the new version for stability and compatibility with core angular. Developers should upgrade to version 8.1.2 primarily to maintain compatibility with the rest of Angular Framework.
The are not vulnerabilities for the version 8.1.2 of the package @angular/router