Comparing version 0.0.7 to 0.0.8
@@ -33,8 +33,7 @@ "use strict"; | ||
exports.options = function(){ | ||
exports.options = function(names){ | ||
if(!args[0]) return {}; | ||
var names = Array.prototype.slice.call(arguments); | ||
var arg, options = {}; | ||
for(var name in names) if(name.hasOwnProperty(name)) { | ||
for(var name in names) if(names.hasOwnProperty(name)) { | ||
options[names[name]] = false; | ||
@@ -41,0 +40,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/TrigenSoftware/Argue", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"engines": { | ||
@@ -8,0 +8,0 @@ "node": ">=0.4.0" |
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
20467
45