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

http-observable

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-observable - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/index.js

@@ -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",

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