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

spdy-transport

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spdy-transport - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

7

lib/spdy-transport/priority.js

@@ -74,6 +74,5 @@ 'use strict'

var index = utils.binarySearch(this.children.list, child, compareChildren)
assert(index !== -1)
// Remove the child
this.children.list.splice(index, 1)
if (index !== -1 && this.children.list.length >= index) {
this.children.list.splice(index, 1)
}
}

@@ -80,0 +79,0 @@

{
"name": "spdy-transport",
"version": "2.1.0",
"version": "2.1.1",
"main": "lib/spdy-transport",

@@ -5,0 +5,0 @@ "description": "SPDY v2, v3, v3.1 and HTTP2 transport",

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