Socket
Socket
Sign inDemoInstall

async-validator

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-validator - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/index.js

@@ -172,3 +172,3 @@ var util = require('./util');

}
if (errors && rule.message) {
if (errors && errors.length && rule.message) {
errors = [].concat(rule.message);

@@ -175,0 +175,0 @@ }

{
"name": "async-validator",
"version": "1.1.0",
"version": "1.1.1",
"description": "validate form asynchronous",

@@ -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