Comparing version 0.4.5 to 0.4.6
@@ -330,3 +330,3 @@ /* | ||
var headerValue = requestoptions.headers[headerName]; | ||
if(!headerkey || !headerValue){ | ||
if(!headerName || !headerValue){ | ||
delete requestoptions.headers[headerName]; | ||
@@ -333,0 +333,0 @@ } |
{ | ||
"name": "httpreq", | ||
"description": "node-httpreq is a node.js library to do HTTP(S) requests the easy way", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Sam Decrock", |
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
91243