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

bhttp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bhttp - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "bhttp",
"version": "1.0.2",
"version": "1.0.3",
"description": "A sane HTTP client library for Node.js with Streams2 support.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -52,2 +52,3 @@ # bhttp

```javascript
var Promise = require("bluebird");
var bhttp = require("bhttp");

@@ -77,2 +78,3 @@

```javascript
var Promise = require("bluebird");
var bhttp = require("bhttp");

@@ -112,2 +114,3 @@

```javascript
var Promise = require("bluebird");
var bhttp = require("bhttp");

@@ -114,0 +117,0 @@

Sorry, the diff of this file is not supported yet

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