Socket
Socket
Sign inDemoInstall

use-validate-form

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-validate-form - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

README.md

2

package.json
{
"name": "use-validate-form",
"version": "1.0.6",
"version": "1.0.7",
"description": "react hook for form validation",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -58,3 +58,3 @@ import { useReducer } from "react"

default:
throw new Error("Action must be of type INIT, SET_VALUE or VALIDATE")
throw new Error("Action must be of type SET_VALUE or VALIDATE")
}

@@ -61,0 +61,0 @@ }

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