The Angular compiler package, @angular/compiler, provides the necessary tools to transform Angular templates and components into executable JavaScript code. Version 9.1.2, released on April 15, 2020, is a minor update following version 9.1.1, released on April 7, 2020. Both versions share the same core functionalities and dependencies, including the requirement for tslib version ^1.10.0. Developers leveraging Angular's compiler can build dynamic user interfaces, optimize application performance through Ahead-of-Time (AOT) compilation, and benefit from features like type checking and template validation.
While the core functionality remains consistent between the two releases, Angular developers should note a slight increase in the unpacked size of version 9.1.2, reaching 29,115,120 bytes compared to 29,040,939 bytes in version 9.1.1. This small difference suggests potential bug fixes, performance enhancements, or minor feature additions incorporated within the newer version. Both packages encompass 598 files. To stay updated with the Angular compiler, developers consistently rely on this package to compile Angular applications, utilize the AOT compilation method for performance and bundle size improvements. Check the Angular changelog to understand deeply if the update has breaking changes.
The are not vulnerabilities for the version 9.1.2 of the package @angular/compiler