http-browserify
Advanced tools
Comparing version 0.1.6 to 0.1.7
var Stream = require('stream'); | ||
var Response = require('./response'); | ||
var concatStream = require('concat-stream') | ||
var Buffer = require('buffer') | ||
@@ -34,2 +35,7 @@ var Request = module.exports = function (xhr, params) { | ||
if (params.auth) { | ||
//basic auth | ||
this.setHeader('Authorization', 'Basic ' + new Buffer(params.auth).toString('base64')); | ||
} | ||
var res = new Response; | ||
@@ -36,0 +42,0 @@ res.on('close', function () { |
{ | ||
"name" : "http-browserify", | ||
"version" : "0.1.6", | ||
"version" : "0.1.7", | ||
"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
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
614084
54
6597
12
10