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

easy-react-form

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-react-form - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

CHANGELOG.md

@@ -0,1 +1,3 @@

<!-- pass through `required` property even when the field is not empty: maybe add some `passThroughRequiredWhenNotEmpty` configuration option. -->
1.0.0 / 28.07.2018

@@ -2,0 +4,0 @@ ===================

@@ -406,2 +406,6 @@ 'use strict';

value = value.trim();
// Convert empty strings to `undefined`.
if (!value) {
value = undefined;
}
}

@@ -408,0 +412,0 @@

@@ -406,2 +406,6 @@ 'use strict';

value = value.trim();
// Convert empty strings to `undefined`.
if (!value) {
value = undefined;
}
}

@@ -408,0 +412,0 @@

2

package.json
{
"name": "easy-react-form",
"version": "1.0.8",
"version": "1.0.9",
"description": "Simple, fast and easy-to-use React Form.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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