Angular Compiler version 13.2.2 is a minor update to the core Angular compilation tool, building upon the previous stable version 13.2.1. Both versions share the same fundamental characteristics, including a consistent set of dependencies, relying on tslib version ^2.3.0 for Typescript helper functions, and are licensed under the permissive MIT license. The source code for both resides within the packages/compiler directory of the main Angular repository on GitHub.
The key difference lies in the release date and the unpacked size of the distribution. Version 13.2.2 was released on February 8th, 2022, subsequent to the February 2nd, 2022 release of version 13.2.1. Furthermore, version 13.2.2 has a slightly larger unpacked size of 8,780,669 bytes compared to 8,766,933 bytes for version 13.2.1, suggesting small internal code changes or additions, which can include bug fixes, performance improvements, or minor feature enhancements. The file countremains stable at 219 for both versions.
For developers, this means upgrading from 13.2.1 to 13.2.2 should be a smooth process with minimal breaking changes. Given the size difference, it is advisable to check the official Angular changelog for details on bug fixes as well as performance improvements. While the precise nature of the changes isn't directly evident from the provided data, the update likely addresses issues discovered in the earlier 13.2.1 release, thus promoting better stability and a more polished developer experience. Always consult Angular's official release notes for a comprehensive overview before upgrading.
The are not vulnerabilities for the version 13.2.2 of the package @angular/compiler