Comparing version 0.1.1 to 0.1.2
@@ -76,3 +76,4 @@ /* | ||
if (req.body) { //Express | ||
if (req.body && Object.keys(req.body).length) { //Express | ||
gotData = true; | ||
@@ -79,0 +80,0 @@ data = qs.stringify(req.body); |
@@ -5,3 +5,3 @@ { | ||
"author": "Dav Glass <davglass@gmail.com>", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"devDependencies": { | ||
@@ -8,0 +8,0 @@ "vows": "*", |
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
39145