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.1.6 to 0.1.7

2

dist/index.es.js

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

else {
allFields[name] = data;
allFields[name] = Object.assign({}, allFields[name], data);
if (!allFields[name]) {

@@ -253,0 +253,0 @@ allFields[name].mutationWatcher = onDomRemove(ref, () => removeReferenceAndEventListeners(data, true));

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

else {
allFields[name] = data;
allFields[name] = Object.assign({}, allFields[name], data);
if (!allFields[name]) {

@@ -255,0 +255,0 @@ allFields[name].mutationWatcher = onDomRemove(ref, () => removeReferenceAndEventListeners(data, true));

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