Angular core version 13.3.7 represents a minor update to the core Angular framework, building upon the solid foundation of version 13.3.6. Both versions share the same fundamental characteristics: they are described as "Angular - the core framework," depend on tslib version ^2.3.0, and declare peer dependencies on rxjs versions ^6.5.3 or ^7.4.0 and zone.js version ~0.11.4. This ensures compatibility with existing Angular projects using those dependency ranges. The license remains MIT and the source code is hosted on GitHub within the packages/core directory of the angular/angular repository, guaranteeing transparency and community involvement.
The key difference lies in their dist attributes, specifically the unpackedSize. Version 13.3.7 boasts a slightly larger unpacked size of 12,738,653 bytes compared to 13.3.6's 12,734,256 bytes. This difference, while minor, suggests potential bug fixes, performance improvements, or added features. Furthermore, version 13.3.7 had a release date of "2022-05-11T17:23:31.616Z", a week later than 13.3.6.
Developers considering an upgrade from 13.3.6 to 13.3.7 should anticipate a smooth transition due to the shared dependencies. The slight increase in unpacked size might indicate enhancements warranting the update. While there aren't major breaking changes implied by this minor version bump, it's always recommended to review the official Angular changelog and conduct thorough testing in a development environment before deploying the update to production. This ensures that applications benefit from the latest refinements and bug fixes that this Angular version may provide.
The are not vulnerabilities for the version 13.3.7 of the package @angular/core