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

form-lib

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

form-lib - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

lib/Form.js

@@ -179,3 +179,5 @@ 'use strict';

value: function cleanErrors() {
this.setState({ errors: {} });
var errors = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
this.setState({ errors: errors });
}

@@ -182,0 +184,0 @@

{
"name": "form-lib",
"version": "0.0.8",
"version": "0.0.9",
"description": "Form component for React",

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

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