Angular developers upgrading from version 6.1.1 to 6.1.2 of @angular/compiler will find a subtle adjustment in this patch release. Both versions share the same core description as the Angular compiler library and maintain the same dependency on tslib version ^1.9.0, ensuring compatibility with TypeScript helper functions. They are both released under the MIT license and originate from the official Angular GitHub repository.
The key difference lies in the details of the distributed package. Version 6.1.2, released on August 8, 2018, presents a slightly smaller unpacked size of 24,189,956 bytes compared to the 24,258,602 bytes in version 6.1.1, released on August 2, 2018. While the file count remains consistent at 572 files, this size reduction likely indicates internal optimizations, bug fixes, or minor code refactoring in version 6.1.2. Although the specifics of these changes aren't detailed within the provided metadata, developers can anticipate improved performance or stability with the newer patch. Given the nature of patch releases, it's recommended to upgrade to version 6.1.2 to incorporate these refinements, contributing to a smoother and more efficient Angular development experience. Developers should consult the official Angular changelog for complete visibility of the code changes.
The are not vulnerabilities for the version 6.1.2 of the package @angular/compiler