async-validator
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -19,3 +19,3 @@ 'use strict'; | ||
email: /^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/, | ||
url: /^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/, | ||
url: /^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})(([\/\w\.-]*)?)(\?[-_+=~\.;&%\w]*)?(\#[-_\/\!\w]*)?( *)?$/i, | ||
hex: /^#?([a-f0-9]{6}|[a-f0-9]{3})$/i | ||
@@ -22,0 +22,0 @@ }; |
{ | ||
"name": "async-validator", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "validate form asynchronous", | ||
@@ -16,3 +16,5 @@ "keywords": [ | ||
}, | ||
"files":["lib"], | ||
"files": [ | ||
"lib" | ||
], | ||
"main": "./lib/index", | ||
@@ -46,2 +48,2 @@ "bugs": { | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48939