spdy-transport
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -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", |
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
139571