Angular Router version 8.0.1 represents a patch release building upon the 8.0.0 version, both components of the Angular routing library. Aimed at Angular developers needing navigation and routing capabilities within their applications, the library facilitates complex navigation structures, lazy loading of modules, and parameterized routes. While both versions share the same core dependencies—tslib for runtime support, and peer dependencies on rxjs for reactive programming and specific versions of @angular/core, @angular/common, and @angular/platform-browser—the key difference lies in the bug fixes and minor enhancements delivered in the 8.0.1 release.
Developers should favor version 8.0.1 for its improved stability and reliability. Both versions maintain the same API and feature set related to route configuration, navigation, and auxiliary routers. Crucially, upgrading from 8.0.0 to 8.0.1 is a simple process involving updating the @angular/router package using npm or yarn, and it typically should not introduce breaking changes. The fileCount and unpackedSize within the dist object remain consistent across both versions, meaning the core size and structure of the library haven't changed. Developers should consult the official Angular changelog to understand the precise nature of the fixes incorporated in the 8.0.1 patch release.
The are not vulnerabilities for the version 8.0.1 of the package @angular/router