Socket
Socket
Sign inDemoInstall

http-browserify

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-browserify - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

index.js

@@ -22,2 +22,5 @@ var http = module.exports;

http.Agent = function () {};
http.Agent.defaultMaxSockets = 4;
var xhrHttp = (function () {

@@ -24,0 +27,0 @@ if (typeof window === 'undefined') {

2

package.json
{
"name" : "http-browserify",
"version" : "0.1.0",
"version" : "0.1.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc