Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-hook-form

Package Overview
Dependencies
Maintainers
1
Versions
1032
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 2.1.3 to 2.1.4

2

dist/index.es.js

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

}
resolvedPrevious.errors = Object.assign({}, (resolvedPrevious.localErrors || []), fieldError);
resolvedPrevious.errors = Object.assign({}, (resolvedPrevious.errors || []), fieldError);
return lastChild ? resolve(resolvedPrevious) : resolvedPrevious;

@@ -487,0 +487,0 @@ }, Promise.resolve({

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

}
resolvedPrevious.errors = Object.assign({}, (resolvedPrevious.localErrors || []), fieldError);
resolvedPrevious.errors = Object.assign({}, (resolvedPrevious.errors || []), fieldError);
return lastChild ? resolve(resolvedPrevious) : resolvedPrevious;

@@ -489,0 +489,0 @@ }, Promise.resolve({

{
"name": "react-hook-form",
"version": "2.1.3",
"version": "2.1.4",
"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