Angular Compiler version 17.0.4 is a minor release update to the popular @angular/compiler package, building upon the previous stable version, 17.0.3. Key differences lie in internal improvements and potential bug fixes, impacting the underlying compilation process of Angular applications.
For developers, upgrading from 17.0.3 to 17.0.4 means potentially benefiting from enhanced stability and performance within the Angular build pipeline. While both versions share the same dependencies, tslib, and a similar file structure (186 files in the package), the increased unpacked size in the newer release (9495353 bytes for 17.0.4 compared to 9420982 bytes for 17.0.3) suggests alterations in internal modules or added functionalities.
Specifically, developers should check the official Angular changelog and release notes for detailed information on the changes introduced in version 17.0.4, as the provided metadata doesn't explicitly list the included fixes and enhancements. Pay close attention to any build-related updates or features that could affect compilation speed, code generation, or compatibility with existing Angular projects. The newer version was released 5 days after the previous one (2023-11-20 vs 2023-11-15), which could mean the need to address an urgent fix. Ensure to upgrade the @angular/core peer dependency accordingly, as the compiler's peer dependency reflects its compatibility with @angular/core version 17.0.4.
The are not vulnerabilities for the version 17.0.4 of the package @angular/compiler