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

itt-spdy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itt-spdy - npm Package Compare versions

Comparing version 3.4.8 to 3.4.9

git

2

lib/spdy/agent.js

@@ -8,3 +8,3 @@ 'use strict'

var util = require('util')
var transport = require('spdy-transport')
var transport = require('itt-spdy-transport')
var debug = require('debug')('spdy:client')

@@ -11,0 +11,0 @@

@@ -10,3 +10,3 @@ 'use strict'

var selectHose = require('select-hose')
var transport = require('spdy-transport')
var transport = require('itt-spdy-transport')
var debug = require('debug')('spdy:server')

@@ -13,0 +13,0 @@ var EventEmitter = require('events').EventEmitter

{
"name": "itt-spdy",
"version": "3.4.8",
"version": "3.4.9",
"description": "Forked from spdy Implementation of the SPDY protocol on node.js.",

@@ -42,3 +42,3 @@ "license": "MIT",

"select-hose": "^2.0.0",
"itt-spdy-transport": "^2.1.1"
"itt-spdy-transport": "^2.1.3"
},

@@ -45,0 +45,0 @@ "devDependencies": {

@@ -7,3 +7,3 @@ /* eslint-env mocha */

var https = require('https')
var transport = require('spdy-transport')
var transport = require('itt-spdy-transport')
var util = require('util')

@@ -10,0 +10,0 @@

Sorry, the diff of this file is not supported yet

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