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 2.0.2 to 2.0.3

2

CHANGELOG.md

@@ -26,2 +26,4 @@ <!-- pass through `required` property even when the field is not empty: maybe add some `passThroughRequiredWhenNotEmpty` configuration option. -->

* `<Field/>` now receives property `wait={true}` rather than `disabled={true}` during form submit.
1.2.0 / 09.08.2021

@@ -28,0 +30,0 @@ ==================

2

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

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

@@ -206,3 +206,3 @@ # easy-react-form

* `disabled : Boolean` — is `true` when form is submitting.
* `wait : Boolean` — is `true` when form is submitting.

@@ -209,0 +209,0 @@ * `required : Boolean` — is `true` when the `<Field/>` is `required` and the value is missing.

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