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

1

dist/index.es.js

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

e.preventDefault();
e.persist();
const allFields = fields.current;

@@ -391,0 +392,0 @@ let localErrors;

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

e.preventDefault();
e.persist();
const allFields = fields.current;

@@ -393,0 +394,0 @@ let localErrors;

2

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