Angular Common version 13.3.0 is a minor release compared to the previous stable version 13.2.7, both providing essential directives and services for Angular applications. While the core functionality remains consistent, a key difference lies in the peer dependency on @angular/core. Version 13.3.0 requires @angular/core version 13.3.0 specifically, whereas 13.2.7 necessitates @angular/core version 13.2.7. This subtle change indicates that developers upgrading to @angular/common@13.3.0 must also update their Angular core package to maintain compatibility and avoid potential conflicts.
Both versions share identical dependencies on tslib (version ^2.3.0), and compatible rxjs versions(^6.5.3 || ^7.4.0) which suggests that the update primarily addresses internal improvements and bug fixes rather than introducing substantial API changes. The unpacked size and file count is exactly the same, meaning that the modifications are not introducing new functionalities. The release dates also highlight that the newer version (13.3.0) was published shortly after the older one (13.2.7), suggesting a quick fix or minor adjustments. For developers, this implies a smooth transition, as upgrading @angular/common from 13.2.7 to 13.3.0 should generally be straightforward, given the matching @angular/core versions. If you are staying on 13.2.7 you are staying on old versions of rxjs, and angular/core!
The are not vulnerabilities for the version 13.3.0 of the package @angular/common