Comparing version 1.2.1 to 1.2.2
@@ -124,2 +124,5 @@ // Load modules | ||
if (typeof(value) === 'undefined') { | ||
return null; | ||
} | ||
var result = (value.match(n) !== null); | ||
@@ -201,2 +204,2 @@ if (!result) { | ||
return this; | ||
}; | ||
}; |
{ | ||
"name": "joi", | ||
"description": "Object schema validation", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"repository": "git://github.com/spumko/joi", | ||
@@ -6,0 +6,0 @@ "main": "index", |
@@ -775,2 +775,2 @@ // Load modules | ||
}; | ||
}); | ||
}); |
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
318820
3803