Angular Compiler version 11.0.3 represents a minor update to the Angular compiler library, building upon the functionalities offered in version 11.0.2. Both versions share a common foundation, relying on the tslib dependency for TypeScript helper functions and are distributed under the MIT license. The core description of the package remains consistent: "Angular - the compiler library," indicating that the primary function – compiling Angular templates and components – remains the same.
Key changes between the two versions can be observed in their respective dist objects. Version 11.0.3 features an unpackedSize of 21160826 bytes, negligibly larger than version 11.0.2, which had an unpackedSize of 21118707 bytes, plus or minus ~40KB. While the fileCount remains the same at 458 for both, a slightly larger unpacked size hints to bug fixes, performance enhancements and minor feature additions within the compiled code. Furthermore, version 11.0.3 was released on December 2nd, 2020, subsequent to version 11.0.2, which was released on November 19th, 2020.
For developers using the Angular compiler library, this update signifies a potentially more stable and efficient compilation process and should be considered for incorporating when dealing with Angular projects. The update likely addressed any existing bugs or performance bottlenecks that were identified in the previous 11.0.2 version and provides a small, but significant improvement to the Angular compiler. It is recommended to update to the latest minor version.
The are not vulnerabilities for the version 11.0.3 of the package @angular/compiler