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
74
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.25 to 1.3.26

3

braid-http-server.js

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

var end_things = (msg) => {
res.statusCode = 422 // Unprocessable Entity (but good syntax!)
// 422 = Unprocessable Entity (but good syntax!)
res.writeHead(422, {Multiplexer: req.headers.multiplexer})
res.end(msg)

@@ -317,0 +318,0 @@ }

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