Angular core version 18.0.4 is a recent update to Google's popular web development framework, succeeding version 18.0.3. Both versions share the same foundational dependencies, relying on tslib for helper functions and expecting compatible versions of RxJS and Zone.js as peer dependencies, ensuring smooth integration with existing Angular projects. Both are licensed under the MIT license, giving developers a lot of freedom to use and modify the code.
However, delving into the specifics, we uncover some subtle yet significant changes. Version 18.0.4, released on June 20, 2024, boasts a slightly larger unpacked size of 25602063 bytes compared to 18.0.3's 25520785 bytes, which indicate an increase of approximately 80KB. The new version also contains 418 files, while the previous stable version contained only 416 files, suggesting that there have been some new features and fixes added. Developers will want to be aware of this increase, particularly those mindful of application size and loading times. This increase in size and file number hints at internal improvements, bug fixes, or new features implemented in the latest version.
The release date signifies that version 18.0.4 integrates the latest changes and enhancements to the framework that the core team did in the 8 days between the 2 releases. For developers, upgrading to 18.0.4 means leveraging the most recent optimizations and potentially resolving any issues present in the earlier version. This highlights the importance of staying updated with the latest releases to benefit from ongoing improvements and maintain a cutting-edge application.
The are not vulnerabilities for the version 18.0.4 of the package @angular/core