ee-arguments
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name" : "ee-arguments" | ||
, "description" : "assign values passed to a function to a variable by their type and optional by their index" | ||
, "version" : "0.1.0" | ||
, "homepage" : "https://github.com/eventEmitter/ee-formdata-reader" | ||
, "version" : "0.1.1" | ||
, "homepage" : "https://github.com/eventEmitter/ee-arguments" | ||
, "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" | ||
@@ -10,3 +10,3 @@ , "licence" : "MIT" | ||
, "repository": { | ||
"url" : "https://github.com/eventEmitter/ee-formdata-reader.git" | ||
"url" : "https://github.com/eventEmitter/ee-arguments.git" | ||
, "type" : "git" | ||
@@ -18,3 +18,3 @@ } | ||
, "bugs": { | ||
"url" : "https://github.com/eventEmitter/ee-formdata-reader/issues" | ||
"url" : "https://github.com/eventEmitter/ee-arguments/issues" | ||
} | ||
@@ -21,0 +21,0 @@ , "dependencies": { |
@@ -32,3 +32,3 @@ # ee-arguments | ||
// prints «custom function» | ||
test( 1, null new Error(), function(){ log.info( "custom function" ); }, "fancy_string" ); | ||
test( 1, null, new Error(), function(){ log.info( "custom function" ); }, "fancy_string" ); | ||
@@ -35,0 +35,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
4292