ml-array-xy-max-y
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.1](https://github.com/mljs/array-xy/compare/ml-array-xy-max-y@1.0.0...ml-array-xy-max-y@1.0.1) (2019-10-02) | ||
**Note:** Version bump only for package ml-array-xy-max-y | ||
# [1.0.0](https://github.com/mljs/array-xy/compare/ml-array-xy-max-y@0.2.7...ml-array-xy-max-y@1.0.0) (2019-06-29) | ||
@@ -8,0 +16,0 @@ |
@@ -58,5 +58,5 @@ 'use strict'; | ||
if (reverse) { | ||
index = binarySearch(x, value, numSort.descending); | ||
index = binarySearch(x, value, numSort.desc); | ||
} else { | ||
index = binarySearch(x, value, numSort.ascending); | ||
index = binarySearch(x, value, numSort.asc); | ||
} | ||
@@ -63,0 +63,0 @@ |
{ | ||
"name": "ml-array-xy-max-y", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Find the maximum ordinate value in a range of abscissas of a {x:[], y:[]}", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "1321c2b63d8d201d6242bdcbfdb7b7bdfc0e719a" | ||
"gitHead": "5492ab43b72cd1ca20367c5df4187951dbe19038" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9907
0