Socket
Socket
Sign inDemoInstall

spdy

Package Overview
Dependencies
Maintainers
3
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spdy - npm Package Compare versions

Comparing version 3.4.2 to 3.4.3

9

lib/spdy/agent.js

@@ -113,6 +113,9 @@ 'use strict';

var protocol;
if (state.secure)
protocol = socket.npnProtocol || socket.alpnProtocol;
else
if (state.secure) {
protocol = socket.npnProtocol ||
socket.alpnProtocol ||
state.options.protocol;
} else {
protocol = state.options.protocol;
}

@@ -119,0 +122,0 @@ // HTTP server - kill socket and switch to the fallback mode

{
"name": "spdy",
"version": "3.4.2",
"version": "3.4.3",
"description": "Implementation of the SPDY protocol on node.js.",

@@ -5,0 +5,0 @@ "license": "MIT",

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