big-sparse-array
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -37,3 +37,3 @@ const FACTOR = new Uint16Array(8) | ||
for (let i = 0; i < last; i++) { | ||
const next = this.tiny.get(f[i]) | ||
const next = tiny.get(f[i]) | ||
if (next === undefined) { | ||
@@ -40,0 +40,0 @@ if (val === undefined) return |
{ | ||
"name": "big-sparse-array", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A sparse array optimised for low memory whilst still being fast", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6127