Angular Router version 8.0.3 is a minor release over version 8.0.2, both part of the Angular framework's routing library. Primarily, the core routing functionality remains consistent between the two versions. Key aspects such as lazy loading, route guards, URL matching, and navigation configuration are stable. Both versions share the same dependencies, relying on tslib for TypeScript helper functions and requiring peer dependencies of specific versions of rxjs, @angular/core, @angular/common, and @angular/platform-browser to ensure compatibility within the Angular ecosystem.
The dist metadata reveals identical fileCount and unpackedSize indicating similar packaged content. The primary distinction lies in the releaseDate; version 8.0.3 was published on June 26, 2019, a week after version 8.0.2's release on June 19, 2019.
Developers should consider this update as a patch or minor enhancement focusing on bug fixes and incremental improvements. While the identical dependencies and package size suggest no significant feature additions, upgrading to 8.0.3 is recommended to benefit from any resolved issues and stability enhancements implemented since 8.0.2. For developers deeply integrated with Angular routing features like parameterized routes, custom route resolvers, or advanced router configurations, reviewing the Angular changelog between these versions is crucial to pinpoint specific bug fixes. However, upgrading should be relatively seamless, focusing on keeping their Angular dependencies aligned.
The are not vulnerabilities for the version 8.0.3 of the package @angular/router