Angular Router version 13.3.3 represents a minor update to the routing library within the Angular framework, building upon the foundation established by version 13.3.2. Both versions share core characteristics like the "Angular - the routing library" description, MIT license, and reliance on tslib for TypeScript helpers. They are both part of the Angular ecosystem, maintained by the Angular team, and hosted on GitHub within the packages/router directory. Crucially, both versions also share the peer dependencies on specific versions of rxjs, @angular/core, @angular/common, and @angular/platform-browser, ensuring compatibility within an Angular 13.3.x project.
The primary difference lies in the versions of the peer dependencies themselves. Version 13.3.3 requires exactly @angular/core, @angular/common, and @angular/platform-browser version 13.3.3, whereas version 13.3.2 depends on version 13.3.2 of those same packages. The updated version (13.3.3) was released on April 13, 2022, a week after 13.3.2 (April 6, 2022), which suggests bug fixes, performance enhancements, or minor feature additions within the core Angular framework that necessitate the updated routing dependency. The unpacked size of 13.3.3 is marginally larger (2590238 bytes) than 13.3.2 (2590226 bytes), pointing towards code refinements or additions. For developers, upgrading to version 13.3.3 is recommended to leverage the latest improvements within the Angular framework and the routing library, as long as dependencies are updated to reflect the version requirements.
The are not vulnerabilities for the version 13.3.3 of the package @angular/router