Angular Compiler version 13.0.3 represents a minor release following version 13.0.2 of the Angular compiler library. Both versions share the same core description, functioning as the Angular compiler library under the MIT license. A key similarity lies in their dependency on tslib, both specifying the range ^2.3.0, indicating compatibility with TypeScript runtime library versions 2.3.0 and above. The code repository remains consistent, pointing to the "packages/compiler" directory within the main Angular GitHub repository.
The distinguishable features lie primarily in the dist data and release timings. Version 13.0.3 showcases a slightly smaller unpacked size of 13,319,541 bytes compared to version 13.0.2's 13,408,818 bytes. It also has a slightly reduced file count, containing 299 files versus the previous version's 311. This suggests potential optimizations, bug fixes, or code refactoring leading to a more streamlined package. The releases were roughly two weeks apart, with version 13.0.3 arriving on December 1st, 2021, and version 13.0.2 on November 17th, 2021. For developers, the update from 13.0.2 to 13.0.3 likely incorporates bug fixes, performance enhancements, and minor improvements. While the core functionality remains consistent, upgrading to the latest patch version is generally recommended to benefit from the most stable and optimized compiler experience.
The are not vulnerabilities for the version 13.0.3 of the package @angular/compiler