Angular core has received a minor update, progressing from version 17.3.3 to 17.3.4. Both versions maintain the same core dependencies, relying on tslib for TypeScript helper functions and expecting compatible versions of rxjs and zone.js as peer dependencies. This means existing projects should generally experience smooth upgrades without significant dependency conflicts. The license remains under the permissive MIT license, and the source code resides in the packages/core directory of the official Angular GitHub repository, managed by the Angular team.
A key difference lies in the unpacked size of the distribution. Version 17.3.4 is slightly larger, indicating that the new version provides some new features, patches, or other updates compared to the old one. This increase, while not drastic, suggests potential improvements or bug fixes are included. Developers considering upgrading should investigate the official Angular changelog for detailed specifics on the included changes between the versions. Considering the consistent fileCount of 389, the added size likely means modification to existing files. Furthermore, the release date of version 17.3.4 on April 10, 2024, indicates that it is a recent update. Therefore, users of Angular core should consider upgrading to this latest version to benefit from the latest enhancements and resolved flaws.
The are not vulnerabilities for the version 17.3.4 of the package @angular/core