http-browserify
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -12,3 +12,6 @@ var Stream = require('stream'); | ||
var uri = params.host + ':' + params.port + (params.path || '/'); | ||
var uri = params.host | ||
+ (params.port ? ':' + params.port : '') | ||
+ (params.path || '/') | ||
; | ||
@@ -15,0 +18,0 @@ xhr.open( |
{ | ||
"name" : "http-browserify", | ||
"version" : "0.1.9", | ||
"version" : "0.1.10", | ||
"description" : "http module compatability for browserify", | ||
@@ -5,0 +5,0 @@ "main" : "index.js", |
Sorry, the diff of this file is not supported yet
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
614222
6601
92360