Comparing version 5.0.0 to 5.0.1
@@ -45,2 +45,4 @@ "use strict"; | ||
for (let k of Object.keys(headers)) { | ||
if (!headers[k] && headers[k] !== '') | ||
continue; | ||
newHeaders[k] = headers[k]; | ||
@@ -47,0 +49,0 @@ } |
{ | ||
"name": "http-call", | ||
"description": "make http requests", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/http-call/issues", |
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
21903
628