Comparing version 0.3.6 to 0.3.7
@@ -225,3 +225,3 @@ /* | ||
var multipart = outgoing.multipart = []; | ||
if(data){ | ||
if(data && data.length){ | ||
Object.keys(data[0]).forEach(function(key){ | ||
@@ -228,0 +228,0 @@ var value = data[0][key]; |
{ | ||
"name": "api-easy", | ||
"description": "Fluent (i.e. chainable) syntax for generating vows tests against RESTful APIs.", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"author": "Nodejitsu Inc. <info@nodejitsu.com>", | ||
@@ -23,3 +23,3 @@ "maintainers": [ | ||
"vows": "0.6.x", | ||
"qs": "0.4.x" | ||
"qs": "0.5.x" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
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
126592