Angular Router version 7.2.10 is a minor patch release succeeding version 7.2.9, both part of the Angular framework's routing library. While functionality remains largely consistent, developers considering an upgrade should note the subtle differences. The core dependencies remain the same, with tslib at ^1.9.0. Crucially, the peerDependencies section dictates compatibility with the core Angular modules (@angular/core, @angular/common, @angular/platform-browser) and RxJS. Version 7.2.10 requires version "7.2.10" of the Angular core packages, while 7.2.9 depended on "7.2.9". This highlights the importance of maintaining Angular package version alignment within projects to avoid potential conflicts or unexpected behavior.
A seemingly small difference is the unpackedSize property within the dist object – 4532168 bytes in 7.2.10 versus 4532136 bytes in 7.2.9. This suggests either a very minor code change or a difference in the build process, though the fileCount remains identical at 182. More explicit details about the changes can typically be found within the Angular changelog or commit history on GitHub. While this upgrade appears minor, it's essential for developers aiming for the latest bug fixes and improvements within the Angular ecosystem and maintaining long-term project health. Furthermore, its release date being approximately a week after the previous version suggests that this release fixes one or more bugs found in 7.2.9.
The are not vulnerabilities for the version 7.2.10 of the package @angular/router