Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.0.1 to 1.0.2

LICENSE

1

example/post/main.js

@@ -1,2 +0,1 @@

alert('what is this');
var http = require('../../');

@@ -3,0 +2,0 @@

@@ -18,3 +18,4 @@ var Stream = require('stream');

xhr.withCredentials = true;
try { xhr.withCredentials = true }
catch (e) {}

@@ -21,0 +22,0 @@ xhr.open(

{
"name": "http-browserify",
"version": "1.0.1",
"version": "1.0.2",
"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