Comparing version 3.4.8 to 3.4.9
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73035
23
Updateditt-spdy-transport@^2.1.3