bs-awesomize
Advanced tools
Comparing version 1.4.9 to 1.4.10
{ | ||
"name": "bs-awesomize", | ||
"version": "1.4.9", | ||
"version": "1.4.10", | ||
"package-specs": { | ||
@@ -5,0 +5,0 @@ "module": "commonjs", |
{ | ||
"name": "bs-awesomize", | ||
"version": "1.4.9", | ||
"version": "1.4.10", | ||
"description": "A ReasonML implementation of the Awesomize validation and data scrubbing library.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -230,2 +230,4 @@ // Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE | ||
var isUSEIN = matchRegex((/^(0[1-6]|1[0-6]|2[0-7]|[345]\d|[68][0-8]|7[1-7]|9[0-58-9])-?\d{7}$/)); | ||
function externRaw(fn, msg, maybe, sanitized) { | ||
@@ -410,2 +412,3 @@ return reply(msg, Promise.resolve(Curry._2(fn, maybe, sanitized))); | ||
exports.isString = isString; | ||
exports.isUSEIN = isUSEIN; | ||
exports.matchRegex = matchRegex; | ||
@@ -412,0 +415,0 @@ exports.minStringLength = minStringLength; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
107963
1453