You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

braid-http

Package Overview
Dependencies
Maintainers
0
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braid-http - npm Package Compare versions

Comparing version

to
1.3.57

6

braid-http-client.js

@@ -988,3 +988,4 @@

headers: {'Multiplex-Version': multiplex_version},
retry: true
retry: true,
multiplex: false
})

@@ -1006,3 +1007,4 @@ if (r.status === 409) {

headers: {'Multiplex-Version': multiplex_version},
retry: true})
retry: true,
multiplex: false})
if (r.status === 409) {

@@ -1009,0 +1011,0 @@ var e = await r.json()

@@ -224,2 +224,8 @@ var assert = require('assert')

function braidify (req, res, next) {
if (typeof req === 'function') {
var handler = req
return (req, res, next) =>
braidify(req, res, () => handler(req, res, next))
}
// console.log('\n## Braidifying', req.method, req.url, req.headers.peer)

@@ -226,0 +232,0 @@

{
"name": "braid-http",
"version": "1.3.56",
"version": "1.3.57",
"description": "An implementation of Braid-HTTP for Node.js and Browsers",

@@ -5,0 +5,0 @@ "scripts": {