Comparing version 0.1.6 to 0.1.7
@@ -61,5 +61,8 @@ | ||
break; | ||
case "array": | ||
if ( !data ) data = arg; | ||
else throw new Error( "invalid argument!" ); | ||
break; | ||
case "object": | ||
@@ -69,2 +72,3 @@ if ( !data ) data = arg; | ||
break; | ||
default: | ||
@@ -71,0 +75,0 @@ throw new Error( "invalid argument!" ); |
{ | ||
"name" : "em-rest" | ||
, "description" : "rest service middleware for ee-webservice" | ||
, "version" : "0.1.6" | ||
, "version" : "0.1.7" | ||
, "homepage" : "https://github.com/eventEmitter/em-rest" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
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
10619
239