array-binarysearch
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,2 +0,1 @@ | ||
const compare = require('number-compare'); | ||
function binarySearch(arr, val, bgn=0, end=arr.length) { | ||
@@ -3,0 +2,0 @@ while(bgn<end) { |
{ | ||
"name": "array-binarysearch", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Get index of value in sorted array.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
575
10
1