React Hook Form saw a minor version bump from 3.21.0 to 3.21.1 in late July 2019. Both versions share identical development and peer dependencies, indicating a consistent development environment and compatibility requirements for React and React-DOM versions 16.8.0 and higher. The core functionality and intended usage appear unchanged between these releases.
The primary difference lies in the dist section, particularly the unpackedSize. Version 3.21.1 exhibits a slightly larger unpacked size of 95583 bytes compared to 3.21.0's 95183 bytes. This 400 byte increase might suggest minor bug fixes, internal optimizations, or small additions that didn't warrant a major or minor version increment. The fileCount remains constant at 70, implying the number of files within the package hasn't altered. These versions provide a lightweight and efficient way to manage forms in React applications, reflected on the small library size, with straightforward integration within existing projects. The library helps to streamline form handling in React, offering developers a concise and performant solution, ideal for projects prioritizing efficiency and maintainability. Upgrading from 3.21.0 to 3.21.1 should be relatively seamless, with a low risk of introducing breaking changes given the nature of the version increment.
The are not vulnerabilities for the version 3.21.1 of the package react-hook-form