Socket
Socket
Sign inDemoInstall

async-validator

Package Overview
Dependencies
1
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.11.2 to 1.11.3

2

es/index.js

@@ -184,3 +184,3 @@ 'use strict';

}
if (errors.length) {
if (!options.suppressWarning && errors.length) {
Schema.warning('async-validator:', errors);

@@ -187,0 +187,0 @@ }

# History
----
## 1.11.3 / 2019-06-28
- support suppressWarning option when validate
## 1.11.1 / 2019-04-22

@@ -5,0 +9,0 @@

@@ -182,3 +182,3 @@ 'use strict';

}
if (errors.length) {
if (!options.suppressWarning && errors.length) {
Schema.warning('async-validator:', errors);

@@ -185,0 +185,0 @@ }

{
"name": "async-validator",
"version": "1.11.2",
"version": "1.11.3",
"description": "validate form asynchronous",

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

@@ -92,2 +92,4 @@ # async-validator

* `suppressWarning`: Boolean, whether to suppress internal warning about invalid value.
* `first`: Boolean, Invoke `callback` when the first validation rule generates an error,

@@ -94,0 +96,0 @@ no more validation rules are processed.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc