Angular Router version 13.0.3 represents a subtle but notable update to the routing library within the Angular framework, building upon the foundation established by version 13.0.2. Both versions share core characteristics, including a dependency on tslib and peer dependencies on key Angular modules like @angular/core, @angular/common, and @angular/platform-browser, alongside rxjs. This ensures compatibility and seamless integration within an existing Angular 13 project, assuming peer dependencies are met.
The primary difference lies in the updated version numbers for the core Angular peer dependencies. Version 13.0.3 requires version 13.0.3 while 13.0.2 requires 13.0.2 of @angular/core, @angular/common, and @angular/platform-browser. This indicates incremental improvements or bug fixes within the core Angular framework that the router leverages, potentially enhancing performance, stability, or resolving edge-case scenarios.
Furthermore, the unpackedSize of version 13.0.3 is slightly larger (2593622 bytes) than version 13.0.2 (2592509 bytes). This small size difference may reflect minor code modifications, optimizations, or the inclusion of new, albeit small, features or patches. The release date indicates that version 13.0.3 was published a couple of weeks after 13.0.2. which suggests it addresses issues identified after the initial 13.0.2 release, further solidifying its stability. For developers, upgrading to 13.0.3 is recommended to benefit from the latest refinements and ensure optimal compatibility within their Angular 13 applications, especially if they've adopted the newest Angular core version. While documentation of specific changes is available, the upgrade is generally straightforward for existing projects.
The are not vulnerabilities for the version 13.0.3 of the package @angular/router