Comparing version 2.0.14 to 2.0.15
@@ -63,3 +63,3 @@ var branchingFactor = 32; | ||
if (sizes !== undefined) { | ||
while (sizes[path] <= index) { | ||
while (sizes[path] <= index - offset) { | ||
path++; | ||
@@ -1305,2 +1305,3 @@ } | ||
bits = setDepth(0, bits); | ||
newList.offset = 0; | ||
} | ||
@@ -1307,0 +1308,0 @@ bits = setSuffix(newAffix.length, bits); |
@@ -66,3 +66,3 @@ "use strict"; | ||
if (sizes !== undefined) { | ||
while (sizes[path] <= index) { | ||
while (sizes[path] <= index - offset) { | ||
path++; | ||
@@ -1351,2 +1351,3 @@ } | ||
bits = setDepth(0, bits); | ||
newList.offset = 0; | ||
} | ||
@@ -1353,0 +1354,0 @@ bits = setSuffix(newAffix.length, bits); |
{ | ||
"name": "list", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "Fast purely functional immutable lists.", | ||
@@ -44,3 +44,3 @@ "author": "Simon Friis Vindum", | ||
"@types/mocha": "^5.2.5", | ||
"@types/ramda": "^0.25.35", | ||
"@types/ramda": "^0.25.38", | ||
"babel-cli": "^6.26.0", | ||
@@ -51,14 +51,14 @@ "babel-core": "^6.26.3", | ||
"cherry-pick": "^0.2.1", | ||
"codecov": "^3.0.4", | ||
"fast-check": "^1.4.0", | ||
"codecov": "^3.1.0", | ||
"fast-check": "^1.5.0", | ||
"mocha": "^5.2.0", | ||
"np": "^3.0.4", | ||
"nyc": "^12.0.2", | ||
"prettier": "1.13.7", | ||
"nyc": "^13.0.1", | ||
"prettier": "1.14.2", | ||
"proptest": "0.0.4", | ||
"ramda": "0.25.0", | ||
"source-map-support": "^0.5.6", | ||
"ts-node": "^7.0.0", | ||
"source-map-support": "^0.5.9", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^2.9.2" | ||
"typescript": "^3.0.3" | ||
}, | ||
@@ -65,0 +65,0 @@ "files": [ |
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
212807
4686