is-my-json-valid
Advanced tools
Comparing version 2.20.3 to 2.20.4
@@ -31,3 +31,3 @@ var createIpValidator = require('is-my-ip-valid') | ||
exports['alphanumeric'] = /^[a-zA-Z0-9]+$/ | ||
exports['style'] = /\s*(.+?):\s*([^;]+);?/g | ||
exports['style'] = /.:\s*[^;]/g | ||
exports['phone'] = function (input) { | ||
@@ -34,0 +34,0 @@ if (!(rePhoneFirstPass.test(input))) return false |
{ | ||
"name": "is-my-json-valid", | ||
"version": "2.20.3", | ||
"version": "2.20.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "mafintosh/is-my-json-valid", |
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
40155