http-browserify
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -11,2 +11,4 @@ var EventEmitter = require('events').EventEmitter; | ||
xhr.open(params.method || 'GET', 'http://' + uri, true); | ||
if (params.headers) { | ||
@@ -24,4 +26,2 @@ Object.keys(params.headers).forEach(function (key) { | ||
xhr.open(params.method || 'GET', 'http://' + uri, true); | ||
var res = new Response; | ||
@@ -28,0 +28,0 @@ res.on('ready', function () { |
{ | ||
"name" : "http-browserify", | ||
"version" : "0.0.0", | ||
"version" : "0.0.1", | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
125
0
348794
366
8735
22