Angular Router version 6.0.8 represents a subtle but potentially important update over its predecessor, version 6.0.7. Both versions, part of the Angular framework's routing library, share the same core description, licensing (MIT), and repository details, indicating a continuation of the project's established structure and open-source nature. The dependency on tslib remains consistent at ^1.9.0, suggesting no underlying changes in TypeScript helper functions used by the library.
The key distinctions lie within the peer dependencies and the distribution details. Version 6.0.8 requires Angular core, common, and platform-browser packages at version 6.0.8, aligning the router with the broader framework update. Version 6.0.7 required angular core, common and platform-browser packages at version 6.0.7. This ensures compatibility and best performance within the Angular ecosystem. Developers upgrading to Angular 6.0.8 should ensure their router package is also updated to 6.0.8 for seamless integration.
The distribution information also reveals differences. While both versions contain 155 files, the unpacked size of 6.0.8 is slightly larger (3973433 bytes) than 6.0.7 (3917753 bytes), implying minor additions or modifications to the codebase. Version 6.0.8 was released on July 11, 2018, whereas 6.0.7 came out on June 28, 2018, signifying a relatively short interval between releases, potentially addressing bug fixes or small enhancements discovered after the 6.0.7 release. Angular developers should review the official Angular changelog for a complete understanding of specific changes, bug fixes, new APIs or features introduced in 6.0.8.
The are not vulnerabilities for the version 6.0.8 of the package @angular/router