Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ml-array-xy-max-y

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-array-xy-max-y - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

CHANGELOG.md

@@ -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 @@

4

lib/index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc