Angular Forms, a crucial component of the Angular framework providing directives and services for streamlined form creation, saw a release of version 10.0.13 on August 26, 2020. This update followed closely on the heels of version 10.0.12, released just two days prior on August 24, 2020.
While seemingly incremental, the update from 10.0.12 to 10.0.13 likely contains important bug fixes and minor improvements, as the core dependencies and peer dependencies remain mostly consistent. Both versions rely on tslib for TypeScript helper functions and are peer-dependent on specific versions of @angular/core, @angular/common, @angular/platform-browser, and rxjs. This means that those using Angular Forms 10.0.13 must also ensure they're using Angular 10.0.13.
Developers should investigate the Angular changelog for the specific fixes and enhancements included in the 10.0.13 release, as these changes directly impact form behavior and stability within their Angular applications. The compressed size of both versions is very similar given the same filecount and unpacked size, suggesting no significant feature additions. If experiencing form-related issues in Angular 10, upgrading from 10.0.12 to 10.0.13 is a recommended step. Be sure to double check peer dependencies requirements when performing the update.
The are not vulnerabilities for the version 10.0.13 of the package @angular/forms