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
2
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
0.3.18

2

braid-http-client.js

@@ -365,3 +365,3 @@ // var peer = Math.random().toString(36).substr(2)

// Store the new input!
this.state.input.push(...input)
for (let x of input) this.state.input.push(x)

@@ -368,0 +368,0 @@ // Now loop through the input and parse until we hit a dead end

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

// Merge the latest chunk into our buffer
buffer.push(...chunk)
for (let x of chunk) buffer.push(x)

@@ -129,0 +129,0 @@ while (patches.length < num_patches) {

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

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