Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-form-validator-component

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-form-validator-component - npm Package Compare versions

Comparing version 1.7.14 to 1.7.15

2

package.json
{
"name": "react-form-validator-component",
"version": "1.7.14",
"version": "1.7.15",
"main": "build/lib/index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:JDLT-Ltd/react-form-validator-component.git",

@@ -246,3 +246,3 @@ import React from 'react'

const valueFromDom = (fieldInDom || {}).value
const fieldValue = field.defaultValue || valueFromDom
const fieldValue = field.defaultValue || valueFromDom || ''

@@ -249,0 +249,0 @@ this.validateFieldAndUpdateState(field.name, fieldValue)

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