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.2.0 to 1.2.1

2

lib/rule/type.js

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

}
var custom = ['integer', 'float', 'array', 'regexp', 'object', 'method', 'email', 'number'];
var custom = ['integer', 'float', 'array', 'regexp', 'object', 'method', 'email', 'number', 'date'];
var ruleType = rule.type;

@@ -76,0 +76,0 @@ if (custom.indexOf(ruleType) > -1) {

{
"name": "async-validator",
"version": "1.2.0",
"version": "1.2.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