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.55

2

braid-http-server.js

@@ -377,2 +377,3 @@ var assert = require('assert')

'Multiplex-Version': multiplex_version,
'Cache-Control': 'no-store',
...Object.fromEntries(cors_headers)

@@ -386,2 +387,3 @@ })

og_socket.write(`Multiplex-Version: ${multiplex_version}\r\n`)
og_socket.write(`Cache-Control: no-store\r\n`)
cors_headers.forEach(([key, value]) =>

@@ -388,0 +390,0 @@ og_socket.write(`${key}: ${value}\r\n`))

2

package.json
{
"name": "braid-http",
"version": "1.3.54",
"version": "1.3.55",
"description": "An implementation of Braid-HTTP for Node.js and Browsers",

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