http-observable
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -16,3 +16,3 @@ var Http = require('http'); | ||
var options = this.options || {}; | ||
var Client = (options.protocol === 'https') ? Https : Http; | ||
var Client = (options.protocol === 'https:') ? Https : Http; | ||
var req = Client.request(options, function(res) { | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "http-observable", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Node.js http module binding using the Reactive Extensions for JavaScript (RxJS) Observable to handle stream http response", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
4853