Angular's @angular/compiler package saw a minor version update from 9.1.6 to 9.1.7 in May 2020. Both versions share the same core description as the Angular compiler library, crucial for transforming Angular templates and code into executable JavaScript. They also maintain identical peerDependencies, requiring tslib version ^1.10.0, showcasing a consistent dependency requirement for TypeScript helper functions. The licensing remains MIT, and the source code repository on GitHub hasn't changed.
However, subtle yet important differences exist. Version 9.1.7 was released on May 13, 2020, later than 9.1.6, which was released on May 8, 2020. While both packages contain the same number of files (598), the unpacked size of version 9.1.7 (29152251 bytes) is slightly larger than 9.1.6 (29125052 bytes), suggesting bug fixes, performance improvements, or minor feature additions within the compiler. For developers, this indicates that upgrading to 9.1.7 could potentially bring stability improvements without introducing breaking changes, as implied by the minor version increment. Check the official Angular changelog to understand the specific nuances of these changes. While seemingly minor, such updates contribute to a more robust and efficient Angular development experience.
The are not vulnerabilities for the version 9.1.7 of the package @angular/compiler