Angular Router version 7.2.14 represents a minor update to the routing library within the Angular framework, building upon the foundation laid by version 7.2.13. Examining the differences between these releases reveals a focus on incremental improvements and potential bug fixes rather than groundbreaking new features. Developers already using 7.2.13 should find upgrading straightforward.
The primary distinction lies in the peer dependencies: version 7.2.14 requires @angular/core, @angular/common, and @angular/platform-browser at version 7.2.14, whereas 7.2.13 required version 7.2.13 of those packages. This tight coupling of versions within the Angular ecosystem is typical, ensuring compatibility and stability across the framework. The dependency on rxjs remains compatible with version 6.0.0 or higher in both releases, which is a good thing for developers using this library.
Furthermore, the unpacked size of version 7.2.14 is slightly larger (4540179 bytes) than 7.2.13 (4528891 bytes), hinting at minor code additions or modifications. The release date of 7.2.14 is April 23, 2019, about ten days after the previous release. This suggests the reason for publishing this version may be related to some bug fixing or small improvements. For developers seeking the most up-to-date and potentially more stable routing experience within their Angular 7.2 applications, upgrading to 7.2.14 is recommended.
The are not vulnerabilities for the version 7.2.14 of the package @angular/router