Angular developers should note the incremental update to @angular/compiler from version 14.2.0 to 14.2.1. While seemingly minor, this update, released on September 7, 2022, builds upon the foundation laid by version 14.2.0, released on August 25, 2022. Both versions depend on tslib (version ^2.3.0) and peer depend on @angular/core, ensuring compatibility within the Angular ecosystem. The core functionality described as "Angular - the compiler library" remains consistent.
A notable difference lies in the dist object. Version 14.2.1 has a slightly larger unpacked size (8953765 bytes) compared to 14.2.0 (8952147 bytes), indicating bug fixes, performance improvements, or minor feature additions within the compiled code. The fileCount remains the same at 116, alluding to internal changes rather than a restructuring of the package.
While the changelog isn't directly included, developers are encouraged to consult the official Angular repository and release notes for detailed specifics on the changes between these two versions. The update procedure would be standard, involving upgrading the @angular/compiler package alongside @angular/core to maintain alignment. The MIT license remains intact, ensuring continued open-source usage. This micro-release likely addresses issues discovered after the 14.2.0 release, warranting an update.
The are not vulnerabilities for the version 14.2.1 of the package @angular/compiler