http-browserify
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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", |
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
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
617674
54