Angular Compiler version 11.2.4 presents a subtle but potentially important update over the prior stable release, 11.2.3. Both versions share the same core description as the Angular compiler library and maintain the same dependencies on tslib version "^2.0.0", essential for TypeScript helper functions. They are both released under the MIT license and reside within the Angular repository on GitHub. The file count remains consistent at 470 files.
The notable difference lies in the unpacked size of the distribution, increasing from 21,528,505 bytes in version 11.2.3 to 21,534,510 bytes in 11.2.4. This increase, though seemingly minor, suggests internal code changes, optimizations, or potentially added features incorporated into the newer release. The release date of 11.2.4 is March 3, 2021, subsequent to 11.2.3's release on February 24, 2021. Developers using the Angular compiler should consider this update, as the increment in unpacked size can sometimes indicate performance enhancements or fixes to existing issues present in the previous version. While the core dependencies and structural aspects remain unchanged, the updated version may offer improved stability or efficiency, which can influence build times or the overall performance of Angular applications. Always review Angular's official changelog for detailed release notes regarding these changes.
The are not vulnerabilities for the version 11.2.4 of the package @angular/compiler