Angular Router version 7.2.3 represents a minor update over its predecessor, version 7.2.2, within the Angular framework's routing library. Both versions share a fundamental dependency on tslib for TypeScript helper functions and maintain compatibility with RxJS version 6 and core Angular modules like @angular/core, @angular/common, and @angular/platform-browser. The core functionality and the MIT license remain consistent between the two. Developers familiar with 7.2.2 will find a largely similar experience in 7.2.3.
The primary distinctions lie subtly under the hood. While the file count in the distributed package remains constant at 182, the unpackedSize shows a slight difference, with version 7.2.2 being marginally larger. This suggests internal optimizations or code adjustments rather than significant feature additions, as such update typically involves bug fixes and performance improvements. Most important metric is the release date. Version 7.2.3 was published roughly a week after 7.2.2. For developers, the upgrade to 7.2.3 is recommended, as it likely incorporates stability improvements and addresses potential issues identified in the previous release. Checking the Angular changelog for specific bug fixes is advised for those encountering particular routing behaviors in their Angular applications.
The are not vulnerabilities for the version 7.2.3 of the package @angular/router