Angular Compiler version 13.3.11 is a patch release addressing potential issues and incorporating minor improvements over the immediately preceding version 13.3.10. While both versions share the same core dependencies, relying on tslib version 2.3.0 or higher for TypeScript helper functions, the key differences are subtle and likely pertain to bug fixes or performance optimizations within the Angular compilation process. Developers using @angular/compiler should note both packages maintain the same file count of 219 and an unpacked size of 8,815,387 bytes, suggesting the code changes were relatively contained.
From a practical perspective, developers already using version 13.3.10 should consider upgrading to 13.3.11 to benefit from any resolved issues. The upgrade is unlikely to introduce breaking changes given the nature of patch releases within semantic versioning. The later release date of May 31, 2022, for version 13.3.11 compared to May 25, 2022, for version 13.3.10 indicates a targeted release to address something discovered in the earlier version. While the specifics of the fix are not declared in this metadata, such patch versions are valuable for ensuring reliability in Angular applications especially for projects using advanced templating, ahead-of-time (AOT) compilation, or custom Angular features where compiler stability is crucial.
The are not vulnerabilities for the version 13.3.11 of the package @angular/compiler