New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-nested-validation

Package Overview
Dependencies
Maintainers
7
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-nested-validation - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

package.json
{
"name": "react-nested-validation",
"version": "0.2.3",
"version": "0.2.4",
"description": "A toolkit for performing nested validation of React forms.",

@@ -67,3 +67,3 @@ "esnext": "src/index.js",

"webpack": "^4.5.0",
"webpack-bundle-analyzer": "^2.11.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^2.0.14"

@@ -70,0 +70,0 @@ },

/* eslint-disable */
export asForm from './asForm'
export asFormWizard from './asFormWizard'
export Form from './Form'
export { default as asForm } from './asForm'
export { default as asFormWizard } from './asFormWizard'
export { default as Form }from './Form'
export * from './validators'
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