React Hook Form, a library designed to simplify form management in React applications, saw a minor version update from 3.8.9 to 3.8.10. Both versions maintain the same core peer dependencies, requiring React and React DOM version 16.8.0 or higher. Similarly, the development dependencies remain consistent, indicating no changes in the tooling or testing environment used by the library developers. This includes packages like Jest for testing, ESLint for linting, and Rollup for bundling.
The key difference between the two versions lies in the dist attribute. Version 3.8.10 has a slightly larger unpacked size of 59764 bytes compared to 3.8.9's 59565 bytes, suggesting minor code additions or changes, perhaps bug fixes or performance enhancements. While the fileCount remains the same at 44, the increased size indicates some modifications within those files. The release date also differs, with version 3.8.10 being released on June 4, 2019, after version 3.8.9 which was released on June 2, 2019, confirming it as a subsequent release. Developers considering upgrading should note this subtle size difference and investigate any associated bug fixes or feature tweaks in the changelog for a more informed decision. These incremental updates contribute to the ongoing stability and refinement of React Hook Form, making it a reliable choice for form handling needs.
The are not vulnerabilities for the version 3.8.10 of the package react-hook-form