Angular core has released version 16.2.0, a minor update following the stable 16.1.9. Both versions share the same core functionality: they are the foundation for building Angular applications, relying on tslib for TypeScript helper functions and requiring compatible versions of rxjs (6.5.3 or 7.4.0 and above) and zone.js (~0.13.0) as peer dependencies. This consistency ensures a smooth upgrade path for many projects.
However, the new release, 16.2.0, includes some under-the-hood refinements. Notably, the dist object reveals an increase in both fileCount (from 319 to 326) and unpackedSize (from approximately 18.2MB to nearly 19MB). This suggests that the update incorporates new features, improvements, or bug fixes, resulting in a slightly larger package. While the specifics of these changes aren't explicitly detailed in the provided data, developers can expect potential enhancements to performance, stability, or new API additions in the newer version. The release date difference of only a few minutes suggests that 16.1.9 might have included a critical bug/fix that needed to be released immediately, so upgrading is highly recommended. Given the nature of minor version updates, developers are encouraged to review the official Angular changelog or release notes for version 16.2.0 to fully understand the included changes and assess their impact on existing Angular projects.
The are not vulnerabilities for the version 16.2.0 of the package @angular/core