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

2

dist/index.es.js

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

option.ref.addEventListener('change', validateWithStateUpdate);
option.eventAttached = [...option.eventAttached, 'change'];
option.eventAttached = [...option.eventAttached || [], 'change'];
});

@@ -427,0 +427,0 @@ }

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

option.ref.addEventListener('change', validateWithStateUpdate);
option.eventAttached = [...option.eventAttached, 'change'];
option.eventAttached = [...option.eventAttached || [], 'change'];
});

@@ -429,0 +429,0 @@ }

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