Angular developers should take note of the recent updates to the @angular/compiler package. Version 17.3.5 introduces subtle but important changes compared to version 17.3.4. While both versions share the same core dependencies, relying on tslib version ^2.3.0, and offer identical file counts within their distribution tarballs (188 files) at equivalent unpacked sizes (10111525 bytes), the key difference lies in their release dates and, potentially, bug fixes, performance improvements, or minor feature enhancements introduced within the Angular framework itself. Version 17.3.5 was released on April 17, 2024, signifying a one-week differential from version 17.3.4, released on April 10, 2024.
Developers already using Angular 17.3.4 might consider upgrading to 17.3.5 to benefit from the very latest refinements and stability improvements within the compiler. The "@angular/compiler" library is a crucial component for transforming Angular templates and components into executable JavaScript code. Staying up-to-date with the latest version ensures compatibility with the Angular core framework (indicated by the peer dependency "@angular/core": "17.3.5" for v17.3.5), potential performance gains, and access to the latest bug fixes. As always, when updating dependencies, it's recommended to review the official Angular changelog and release notes for a comprehensive list of changes and potential breaking changes (if any), although a patch version increment rarely introduces these. Ensure thorough testing after upgrading to maintain application stability.
The are not vulnerabilities for the version 17.3.5 of the package @angular/compiler