Angular Router version 8.1.3 represents a minor update over its predecessor, version 8.1.2, offering developers a refined routing experience within the Angular ecosystem. While both versions share the same core description as the "Angular - the routing library" and maintain identical dependencies on tslib and peer dependencies like rxjs, @angular/core, @angular/common, and @angular/platform-browser, subtle but significant differences exist. Most notably, developers should observe the version alignment in peer dependencies; with 8.1.3 requiring version 8.1.3 of the core Angular packages, developers must ensure compatibility when upgrading.
The dist metadata reveals that version 8.1.3, released on July 26, 2019, has a slightly smaller unpacked size (4,568,326 bytes) compared to version 8.1.2 (4,580,454 bytes) released on July 17, 2019. Though the file count remains consistent at 137 for both versions, this subtle difference in size might indicate small optimizations or bug fixes that developers could benefit from in terms of performance or stability. It's crucial to consult the official Angular changelog for a detailed breakdown of the specific changes included in version 8.1.3 to understand their implications for your Angular applications. Both versions are licensed under MIT and are available via the npm registry. Ultimately, while the changes may not be drastic, keeping up-to-date with minor version increments within the Angular framework is recommended for accessing the latest improvements and ensuring long-term application maintainability.
The are not vulnerabilities for the version 8.1.3 of the package @angular/router