React Hook Form saw a minor update from version 3.13.1 to 3.13.2, introducing subtle but potentially impactful changes for developers utilizing this popular form management library. Both versions maintain the same core development dependencies, peer dependencies on React and React DOM, and licensing under MIT. Examining the "dist" section reveals that version 3.13.2 increased to 56 files and is slightly larger at 80793 unpacked size compared to 3.13.1 with 55 files and 79692 unpacked size. This suggests the inclusion of a new file. While the exact nature of this new file lacks clarity and requires inspection of the release notes or the diff between the two versions, the release dates show that version 3.13.2 went live on June 27, 2019, following version 3.13.1 on June 26, 2019. For developers upgrading from 3.13.1, it's crucial to investigate the library's changelog or compare the source code differences to understand the new file introduced in version 3.13.2. Though seemingly small, the additional file has the potential to fix a bug, add a feature, or modify existing behavior. Therefore, developers should evaluate the changes to ensure a smooth transition. For those new to React Hook Form, the changes should be immaterial.
The are not vulnerabilities for the version 3.13.2 of the package react-hook-form