React Hook Form is a popular library for managing forms in React applications. Comparing versions 3.18.13 and 3.18.12, we observe subtle changes that might interest developers. Both versions share the same core development dependencies, including testing frameworks like Jest and Enzyme, linting tools such as ESLint, and build tools like Rollup and Typescript, ensuring consistent code quality and build process.
The peer dependencies remain identical; both versions require React and React DOM versions 16.8.0 or higher, maintaining compatibility with existing React projects. The repository, license, and author information are also unchanged, indicating a continuation of the project's established structure and licensing.
The major differences lie in the dist section. Version 3.18.13 has a slightly smaller unpackedSize of 85884 bytes compared to 86354 bytes in version 3.18.12, suggesting minor optimizations or reductions in the bundle size. More significantly, the releaseDate differs, with version 3.18.13 being released on July 24, 2019, at 11:52:43 UTC, subsequent to version 3.18.12, which released at 05:59:54 UTC on the same day. This points towards a hotfix or small update addressing any bugs discovered shortly after the release of 3.18.12. Developers should prefer the latest version for the newest refinements and potential bug fixes. Small size reductions can improve webpage load times. Using the recent version guarantees that developers are using the cutting-edge and more trustworthy build of this package.
The are not vulnerabilities for the version 3.18.13 of the package react-hook-form