response-objects
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -62,5 +62,5 @@ const status = require("statuses"); | ||
resp.status = resp.statusCode = code; | ||
if (body) resp.body = body; | ||
if (headers) resp.headers = headers; | ||
if (body != null) resp.body = body; | ||
if (headers != null) resp.headers = headers; | ||
return resp; | ||
} |
{ | ||
"name": "response-objects", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
20039