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

recassfov

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recassfov - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

2

build/Recassfov.js

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

formItems[item.name] = {
value: item.value || '',
value: item.value || item.defaultValue || '',
validations: item.validations || [],

@@ -70,0 +70,0 @@ invalidFeedback: item.validations ? item.validations[0].invalidFeedback : '',

@@ -139,2 +139,3 @@ import React from 'react'

name='yesOrNo'
defaultValue='yes'
validations={validations.yesOrNo}>

@@ -141,0 +142,0 @@ <option value=''>select</option>

{
"name": "recassfov",
"version": "0.0.29",
"version": "0.0.30",
"description": "React client and server side form validation",

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

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

formItems[item.name] = {
value: item.value || '',
value: item.value || item.defaultValue || '',
validations: item.validations || [],

@@ -33,0 +33,0 @@ invalidFeedback: item.validations ? item.validations[0].invalidFeedback : '',

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