Angular's @angular/compiler package, a crucial component for transforming Angular templates and code into executable instructions, saw a minor version update from 7.2.10 to 7.2.11. Both versions, described as "Angular - the compiler library," share the same fundamental dependencies, relying on tslib version 1.9.0 or higher for TypeScript helper functions. The licensing remains under the permissive MIT license, and the source code resides in the official Angular GitHub repository. Furthermore, the file count and unpacked size in the distribution are identical for both versions, suggesting that the core architecture and included assets remained largely unchanged in this patch.
The key differentiator between versions 7.2.10 and 7.2.11 is the releaseDate. Version 7.2.11 was released on March 26, 2019, while version 7.2.10 came out on March 20, 2019. This six-day gap implies that version 7.2.11 likely includes bug fixes or minor improvements implemented after the 7.2.10 release. For developers using @angular/compiler, upgrading to version 7.2.11 is recommended to benefit from these potential stability and performance enhancements. Although the package size and dependencies are unchanged, applying the update ensures that the compiler is running with the latest improvements, potentially mitigating any identified issues in the previous version. Investigating the Angular changelog for specific details about the 7.2.11 release will provide a more in-depth understanding of the included fixes.
The are not vulnerabilities for the version 7.2.11 of the package @angular/compiler