Angular developers considering an upgrade to @angular/compiler from version 8.1.2 to 8.1.3 will find a minor but potentially impactful update. Both versions, built upon the foundational Angular framework, share the same core purpose: providing the compilation capabilities essential for transforming Angular templates and code into efficient, browser-executable instructions. Notably, the dependencies lists remain identical, with both relying on tslib version ^1.9.0 for TypeScript helper functions. The license also stays consistent at MIT, ensuring continued open-source usage rights.
The key difference lies in the build itself. Version 8.1.3 has a slightly larger unpacked size – 27890496 bytes compared to 8.1.2's 27887470 bytes. The file count, however, is the same at 594. This size difference, though small, suggests internal code refinements, bug fixes, or potentially minor feature additions within the compiler. The release date provides a clear timeline: version 8.1.3 arrived on July 26, 2019, succeeding 8.1.2, which was released on July 17, 2019.
While the specifics of the changes are not explicitly detailed, developers should interpret this as a maintenance release focusing on stability and incremental improvements. Upgrading is generally recommended to benefit from the latest optimizations and bug resolutions within the Angular compiler, ensuring optimal performance and reliability for Angular applications. Reviewing the official Angular changelog for version 8.1.3 would provide a more granular understanding of the implemented changes if details are needed to assess benefits.
The are not vulnerabilities for the version 8.1.3 of the package @angular/compiler