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

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.2.2 to 3.2.3

5

lib/spdy/agent.js

@@ -153,3 +153,3 @@ 'use strict';

proto._createSocket = function _createSocket(req, options) {
proto._createSocket = function _createSocket(req, options, callback) {
var state = this._spdyState;

@@ -200,2 +200,5 @@ if (state.fallback)

if (callback)
return callback(null, socket);
return socket;

@@ -202,0 +205,0 @@ };

2

package.json
{
"name": "spdy",
"version": "3.2.2",
"version": "3.2.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