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
1
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 0.1.2 to 0.1.3

4

braid-http-server.js

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

// Check the Useragent to work around Firefox bugs
if (req.headers['user-agent'].toLowerCase().indexOf('firefox') > -1)
if (req.headers['user-agent']
&& typeof req.headers['user-agent'] === 'string'
&& req.headers['user-agent'].toLowerCase().indexOf('firefox') > -1)
res.is_firefox = true

@@ -255,0 +257,0 @@

{
"name": "braid-http",
"version": "0.1.2",
"version": "0.1.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