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.3.2 to 1.4.0

.npmignore

3

lib/request.js

@@ -25,2 +25,5 @@ var Stream = require('stream');

if (params.responseType) try { xhr.responseType = params.responseType }
catch (e) {}
xhr.open(

@@ -27,0 +30,0 @@ params.method || 'GET',

2

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

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

Sorry, the diff of this file is not supported yet

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