functionality
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -26,2 +26,8 @@ var Masquerade = require('./Masquerade.js'), | ||
Functionality.prototype.not = function(mask) { | ||
return new Masquerade(function(value) { | ||
return !Masquerade.match(mask, value); | ||
}); | ||
}; | ||
Functionality.prototype.opt = function(mask) { | ||
@@ -28,0 +34,0 @@ return new Masquerade(function(value, next) { |
{ | ||
"name": "functionality", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Simple function overloading for JavaScript", | ||
@@ -5,0 +5,0 @@ "author": "Sierra Softworks", |
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
18478
390