React Hook Form saw a minor update from version 3.11.0 to 3.11.1 in June 2019. Both versions share the same core development dependencies, including essential testing libraries like Jest and Enzyme alongside React and React DOM. The peer dependencies also remain consistent, requiring React and React DOM versions of ^16.8.0 or higher, ensuring compatibility with modern React projects. This indicates a stable foundation for developers already using React Hook Form.
The crucial distinction between these versions lies in the "dist" object. While both packages contain 47 files, version 3.11.1 exhibits a slightly smaller unpacked size of 67520 bytes compared to version 3.11.0's 67612 bytes. This suggests possible minor optimizations or bug fixes incorporated during the update. The 3.11.1 version was released just a day after 3.11.0, hinting at a quick patch to address a specific issue identified shortly after the initial release.
Although the changes appear marginal in terms of tooling and dependencies, developers who prioritize stability and aim to leverage the latest refinements should upgrade to version 3.11.1. This ensures they benefit from any bug fixes and slight size optimizations implemented. Considering the rapid release cycle, opting for the newer version provides a secure choice for utilizing the library's intended behaviour.
The are not vulnerabilities for the version 3.11.1 of the package react-hook-form