Angular Forms, a crucial component of the Angular framework for building dynamic and interactive forms, saw a refinement with the release of version 9.1.13 following version 9.1.12. Both versions share the same core functionality, providing developers with tools for creating template-driven and reactive forms. Key peer dependencies remain consistent, ensuring compatibility with RxJS (version ^6.5.3) and tslib (^1.10.0), essential libraries for asynchronous operations and TypeScript helpers, respectively. This facilitates seamless integration within existing Angular 9 projects.
While the core functionalities are similar, the update from 9.1.12 to 9.1.13, released on December 17, 2020, likely includes bug fixes and performance improvements. This is a typical patch release strategy, where the angular team tries to solve the possible issues of the previous one. For developers, migrating from 9.1.12 to 9.1.13 could bring enhanced stability and slightly improved performance, though the extent would depend on the specific fixes implemented. The similar file count (89) and unpacked size (4161220) suggests minimal code changes, pointing towards targeted optimizations rather than extensive feature additions. If you are experiencing erratic behaviour with the forms package it is recommended to upgrade to the newest version in order to have a better and smoother experience due to the solve of existing errors.
The are not vulnerabilities for the version 9.1.13 of the package @angular/forms