Angular's @angular/compiler package, a crucial component for transforming Angular templates and code into executable instructions, saw a minor version bump from 11.0.9 to 11.1.0. While both versions share the same core functionality and licensing under MIT, several subtle differences are worth noting for developers. Both versions depend on tslib version ^2.0.0.
The updated version, 11.1.0, boasts an increased fileCount of 467 compared to 458 in version 11.0.9, suggesting the addition of new modules, components, or enhanced testing files. This contributes to a larger unpackedSize of 21385215 bytes for the newer version, up from 21201649 bytes, implying expanded functionalities or optimizations.
Released on January 20, 2021, version 11.1.0 arrived a week after version 11.0.9 (released January 13, 2021). Developers considering an update should investigate the detailed changelog for a comprehensive understanding of the implemented changes. Minor version updates often include bug fixes, performance enhancements, and potentially new, non-breaking features. While the core functionality remains the same, the added files and increased size indicate a refinement that could improve the overall development experience or application performance, warranting a closer look for Angular developers seeking the latest improvements in their compilation process. Specific details of changes should be checked from the official changelog.
The are not vulnerabilities for the version 11.1.0 of the package @angular/compiler