Angular developers should note the release of @angular/compiler version 11.2.3, a minor update following closely on the heels of 11.2.2. Both versions share the same core dependencies, relying on tslib version 2.0.0 or higher for TypeScript helper functions. The license remains MIT, ensuring broad compatibility, and the source code resides within the Angular GitHub repository under the 'packages/compiler' directory. Both releases also have identical file counts (470) and unpacked sizes (21528505 bytes), suggesting that the update primarily addresses internal fixes, optimizations, or potentially minor feature enhancements rather than introducing significant architectural changes.
The principal difference lies in the release date, with version 11.2.3 launching on February 24, 2021, slightly after version 11.2.2 which came out on February 22, 2021. This short interval implies that the newer version likely contains bug fixes or very targeted improvements identified shortly after the previous release. While the absence of detailed changelogs makes pinpointing specific changes difficult, developers are encouraged to upgrade to the latest version to benefit from any improvements. Always consult Angular's official release notes and commit history for a deeper understanding of the changes included in this incremental update. If you're facing specific issues with 11.2.2, upgrading to 11.2.3 is highly recommended to see if it addresses your concerns.
The are not vulnerabilities for the version 11.2.3 of the package @angular/compiler