React Hook Form is a library designed to simplify form management in React applications. Examining versions 3.13.0 and 3.12.0, we observe a few key differences. While the core dependencies and peer dependencies remain consistent, including React and React DOM at version ^16.8.0, the updated version, 3.13.0, exhibits an increase in both file count and unpacked size within its distribution package. Specifically, the file count rises from 50 to 55 in the newer version, and the unpacked size expands from 75044 bytes to 79630 bytes. This suggests that version 3.13.0 incorporates additional features, bug fixes, or documentation updates compared to its predecessor.
Developers considering adopting or upgrading to React Hook Form 3.13.0 should be aware of this slight increase in bundle size, which might have a marginal impact on initial load times, though the impact should usually be negligible. This version may offer enhancements or resolutions that could improve form handling within their projects. The release date also shows that version 3.13.0 came out a few days after 3.12.0.
The consistent peer dependencies on React and React DOM at ^16.8.0 ensure compatibility with a wide range of React projects.
The are not vulnerabilities for the version 3.13.0 of the package react-hook-form