level-sublevel
Advanced tools
Comparing version 6.5.1 to 6.5.2
{ | ||
"name": "level-sublevel", | ||
"description": "partition levelup databases", | ||
"version": "6.5.1", | ||
"version": "6.5.2", | ||
"homepage": "https://github.com/dominictarr/level-sublevel", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -17,3 +17,2 @@ var ltgt = require('ltgt') | ||
function compare (a, b) { | ||
if(isArrayLike(a) && isArrayLike(b)) { | ||
@@ -67,3 +66,3 @@ var l = Math.min(a.length, b.length) | ||
return ltgt.contains(range, key, compare) | ||
return ltgt.contains(range, key, _compare) | ||
} | ||
@@ -70,0 +69,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
83735