Socket
Socket
Sign inDemoInstall

react-hook-form

Package Overview
Dependencies
Maintainers
1
Versions
1030
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hook-form - npm Package Compare versions

Comparing version 0.4.0-beta.2 to 0.4.0-beta.3

2

dist/index.es.js

@@ -335,3 +335,3 @@ import { useRef, useState, useEffect } from 'react';

if (validationSchema) {
values = Object.values(allFields).map((ref) => getFieldValue(allFields, ref));
values = Object.values(allFields).map(({ ref }) => getFieldValue(allFields, ref));
localErrors = await validateWithSchema(validationSchema, values);

@@ -338,0 +338,0 @@ console.log(values);

@@ -337,3 +337,3 @@ 'use strict';

if (validationSchema) {
values = Object.values(allFields).map((ref) => getFieldValue(allFields, ref));
values = Object.values(allFields).map(({ ref }) => getFieldValue(allFields, ref));
localErrors = await validateWithSchema(validationSchema, values);

@@ -340,0 +340,0 @@ console.log(values);

{
"name": "react-hook-form",
"version": "0.4.0-beta.2",
"version": "0.4.0-beta.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.es.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc