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 2.0.1-beta.3 to 2.0.1-beta.4

2

dist/index.es.js

@@ -466,2 +466,4 @@ import { useRef, useState, useEffect } from 'react';

}
console.log('before', localErrors);
console.log('afeter', localErrorMessages.current);
console.log('omit1', omitRefs(localErrorMessages.current));

@@ -468,0 +470,0 @@ console.log('omit2', omitRefs(localErrors));

@@ -468,2 +468,4 @@ 'use strict';

}
console.log('before', localErrors);
console.log('afeter', localErrorMessages.current);
console.log('omit1', omitRefs(localErrorMessages.current));

@@ -470,0 +472,0 @@ console.log('omit2', omitRefs(localErrors));

2

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