Angular Router version 6.0.9 represents a subtle yet important update within the Angular framework's routing capabilities, building directly upon its predecessor, version 6.0.8. Both versions share the same core description as Angular's routing library and maintain identical dependencies on tslib and peer dependencies regarding rxjs, @angular/core, @angular/common, and @angular/platform-browser. Developers familiar with version 6.0.8 will find a very similar experience in 6.0.9.
The license remains MIT, indicating permissive usage. The repository details are consistent, pointing to the official Angular GitHub repository. Examining the dist section, the fileCount and unpackedSize are identical, suggesting no significant changes to the overall package structure or size.
The key difference lies in the versioning of the packages that Router depends on: version 6.0.9 of router depends on version 6.0.9 of @angular/core, @angular/common, @angular/platform-browser while version 6.0.8 of router depends on version 6.0.8 of @angular/core, @angular/common and @angular/platform-browser.
Crucially, the releaseDate changes, with version 6.0.9 being released approximately one hour after version 6.0.8. Given the context, version 6.0.9 likely represents minor bug fixes or very specific enhancements, making it a recommended upgrade for developers already using Angular 6 and the router. Developers should upgrade to ensure they have the latest stability improvements and patches. Reviewing the Angular change logs officially can provide more granular detail.
The are not vulnerabilities for the version 6.0.9 of the package @angular/router