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.12 to 0.0.13

2

package.json
{
"name": "recassfov",
"version": "0.0.12",
"version": "0.0.13",
"description": "React Client and Server Side Form Validation",

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

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

if (item.type === 'checkbox') {
formItems[item.name].value = !this.state.formItems[item.name]
formItems[item.name].value = !formItems[item.name].value
} else {

@@ -43,0 +43,0 @@ formItems[item.name].value = item.value

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