Angular Router version 10.0.4 represents a minor update over its predecessor, 10.0.3, within the Angular routing library ecosystem. Both versions share the same core functionality, providing powerful navigation capabilities for Angular applications. They maintain consistent dependencies on tslib, requiring version 2.0.0 or higher. Crucially, both versions depend on specific peer versions of core Angular packages: rxjs (version 6.5.3 or higher), @angular/core, @angular/common, and @angular/platform-browser. This tight coupling ensures compatibility and proper functioning within a specific Angular application context.
The key differences lie in the minor version bump and release timing. Version 10.0.4 was released on July 15, 2020, approximately a week after version 10.0.3, which was released on July 8, 2020. This suggests that version 10.0.4 likely incorporates bug fixes and minor improvements identified after the release of 10.0.3. Although the file count remains consistent at 83 for both versions, the unpacked size is slightly smaller in 10.0.4 (2998133) compared to 10.0.3 (3001889), potentially indicating optimizations in code structure or resource usage. Developers should generally prefer the latest minor version (10.0.4) for its improvements and stability enhancements unless specific compatibility issues or regressions are documented. Reviewing the official Angular changelog or release notes for version 10.0.4 is highly recommended to understand the precise nature of changes and their potential impact on existing applications.
The are not vulnerabilities for the version 10.0.4 of the package @angular/router