Socket
Socket
Sign inDemoInstall

http-browserify

Package Overview
Dependencies
3
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.5.0

.npmignore

8

lib/request.js

@@ -34,2 +34,6 @@ var Stream = require('stream');

xhr.onerror = function(event) {
self.emit('error', new Error('Network error'));
};
self._headers = {};

@@ -60,2 +64,6 @@

});
res.on('error', function (err) {
self.emit('error', err);
});

@@ -62,0 +70,0 @@ xhr.onreadystatechange = function () {

2

package.json
{
"name": "http-browserify",
"version": "1.4.1",
"version": "1.5.0",
"description": "http module compatability for browserify",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc