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

braid-http

Package Overview
Dependencies
Maintainers
2
Versions
44
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 0.3.16 to 0.3.17

7

braid-http-client.js

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

if (this.state.result === 'success') {
this.cb({
var update = {
version: this.state.version,

@@ -389,3 +389,6 @@ parents: this.state.parents,

extra_headers: extra_headers(this.state.headers)
})
}
for (var k in update)
if (update[k] === undefined) delete update[k]
this.cb(update)

@@ -392,0 +395,0 @@ // Reset the parser for the next version!

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

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

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