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.1.3 to 0.1.4

6

lib/scope.js

@@ -148,4 +148,6 @@ 'use strict';

if (this.isValid && onFailed) {
onFailed();
if (!this.isValid && onFailed) {
onFailed(this.components.filter(function (c) {
return !c.valid;
}));
}

@@ -152,0 +154,0 @@

{
"name": "react-validation-provider",
"version": "0.1.3",
"version": "0.1.4",
"description": "React validation component",

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

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