http-browserify
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -48,3 +48,3 @@ var Stream = require('stream'); | ||
var respType = String(xhr.responseType).toLowerCase(); | ||
if (respType === 'blob') return xhr.responseBlob; | ||
if (respType === 'blob') return xhr.responseBlob || xhr.response; | ||
if (respType === 'arraybuffer') return xhr.response; | ||
@@ -51,0 +51,0 @@ return xhr.responseText; |
{ | ||
"name" : "http-browserify", | ||
"version" : "0.1.7", | ||
"version" : "0.1.8", | ||
"description" : "http module compatability for browserify", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
614100
94957
9