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

react-validation-provider

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

react-validation-provider - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "react-validation-provider",
"version": "0.0.2",
"version": "0.0.3",
"description": "React validation component",

@@ -5,0 +5,0 @@ "keywords": [

@@ -18,3 +18,3 @@ # React Validation Provider

```
import { validationComponent } from 'reaect-validation-provider';
import { validationComponent } from 'react-validation-provider';

@@ -33,3 +33,3 @@ @validationComponent

//alternative without using decorator
import { validationComponent } from 'reaect-validation-provider';
import { validationComponent } from 'react-validation-provider';

@@ -88,5 +88,7 @@ class TextInput extends React.Component {

return(
//form elements here
<div>
//form elements here
<button disabled={!this.props.isValid} onClick={() => this.submitMyForm()}>Submit</button>
<button disabled={!this.props.isValid} onClick={() => this.submitMyForm()}>Submit</button>
</div>
);

@@ -93,0 +95,0 @@

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