Angular's @angular/compiler package, a core component for transforming Angular templates and components into executable code, saw a minor version update from 7.1.0 to 7.1.1 in late November 2018. Both versions maintain the same fundamental function of compiling Angular applications and share a dependency on tslib version ^1.9.0, essential for TypeScript helper functions. The licensing remains MIT for both releases.
However, developers should note a few subtle differences. Version 7.1.1 boasts a slightly smaller unpacked size (26436476 bytes) compared to 7.1.0 (26438680 bytes) and one less file. While seemingly insignificant, this might indicate minor optimizations or bug fixes implemented in the newer version. The release date difference of roughly a week suggests that version 7.1.1 likely addresses some discovered issues, potentially including bug fixes or performance enhancements identified in 7.1.0.
For developers selecting between these versions, opting for 7.1.1 is generally advisable. This assures usage of a more refined compiler that potentially provides minor performance and reliability improvements. While the change log specifics require further digging into the Angular repository's commit history, the core compiler functionality remains consistent, ensuring compatibility with existing Angular projects that use the 7.x.x series.
The are not vulnerabilities for the version 7.1.1 of the package @angular/compiler