New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

braid-http

Package Overview
Dependencies
Maintainers
0
Versions
86
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 1.3.2 to 1.3.3

2

braid-http-client.js

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

if (!params.retry || (e.name === "AbortError")) {
if (!params.retry || e.name === "AbortError" || e.startsWith?.('Parse error in headers')) {
subscription_error?.(e)

@@ -250,0 +250,0 @@ return fail(e)

{
"name": "braid-http",
"version": "1.3.2",
"version": "1.3.3",
"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