Angular Forms version 10.1.4 is a minor patch release from the 10.1.x series, succeeding version 10.1.3. Both versions provide directives and services essential for building forms within Angular applications. The core functionality related to form creation, validation, and data handling remains consistent between the two. At first glance, the most evident difference lies in their release dates: version 10.1.4 was published on September 30, 2020, a week after the release of version 10.1.3 on September 23, 2020. This time difference suggests that version 10.1.4 likely addresses bug fixes or minor improvements discovered after the 10.1.3 release.
While both versions share the same dependencies, including tslib for TypeScript helpers and peer dependencies on rxjs and core Angular modules (@angular/core, @angular/common, @angular/platform-browser), the specific versions required by peer dependencies differ slightly, aligning with their respective Angular Forms versions. Developers should upgrade to 10.1.4 promptly to benefit from any stability or security enhancements. Because the file count and unpacked size are the same, it is highly probable that the changes are inside the code of the modules. Carefully review the official Angular changelog for detailed information on specific fixes included in version 10.1.4 for use in building reactive forms and template-driven forms..
The are not vulnerabilities for the version 10.1.4 of the package @angular/forms