http-browserify
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -27,3 +27,3 @@ var Stream = require('stream'); | ||
var key = keys[i]; | ||
if (!self.isSafeRequestHeader(key)) return; | ||
if (!self.isSafeRequestHeader(key)) continue; | ||
var value = params.headers[key]; | ||
@@ -30,0 +30,0 @@ if (isArray(value)) { |
{ | ||
"name" : "http-browserify", | ||
"version" : "0.1.10", | ||
"version" : "0.1.11", | ||
"description" : "http module compatability for browserify", | ||
@@ -5,0 +5,0 @@ "main" : "index.js", |
Sorry, the diff of this file is not supported yet
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
614225