Comparing version 1.0.1 to 1.0.2
@@ -92,2 +92,6 @@ /** | ||
if (!_.isArray(value)) { | ||
value = [value]; | ||
} | ||
// if an arg is specified, add the specified arg to all values | ||
@@ -94,0 +98,0 @@ value = !_.isUndefined(arg) ? _.map(value, function(val) { |
{ | ||
"name": "sanitize", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Input sanitizing library for node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/sanitize.js", |
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
27998
886