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.1 to 0.4.0-beta.2

3

dist/index.es.js

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

catch (e) {
console.log('yup error', e);
return parseErrorSchema(e);

@@ -337,2 +338,4 @@ }

localErrors = await validateWithSchema(validationSchema, values);
console.log(values);
console.log(localErrors);
if (localErrors === undefined) {

@@ -339,0 +342,0 @@ callback(values, e);

@@ -238,2 +238,3 @@ 'use strict';

catch (e) {
console.log('yup error', e);
return parseErrorSchema(e);

@@ -339,2 +340,4 @@ }

localErrors = await validateWithSchema(validationSchema, values);
console.log(values);
console.log(localErrors);
if (localErrors === undefined) {

@@ -341,0 +344,0 @@ callback(values, e);

2

package.json
{
"name": "react-hook-form",
"version": "0.4.0-beta.1",
"version": "0.4.0-beta.2",
"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