ml-array-median
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.3](https://github.com/mljs/array/compare/ml-array-median@1.1.2...ml-array-median@1.1.3) (2020-04-02) | ||
**Note:** Version bump only for package ml-array-median | ||
## [1.1.2](https://github.com/mljs/array/compare/ml-array-median@1.1.1...ml-array-median@1.1.2) (2019-08-30) | ||
@@ -8,0 +16,0 @@ |
@@ -0,3 +1,3 @@ | ||
import isArray from 'is-any-array'; | ||
import quickSelectMedian from 'median-quickselect'; | ||
import isArray from 'is-any-array'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -5,4 +5,4 @@ 'use strict'; | ||
var isArray = _interopDefault(require('is-any-array')); | ||
var quickSelectMedian = _interopDefault(require('median-quickselect')); | ||
var isArray = _interopDefault(require('is-any-array')); | ||
@@ -9,0 +9,0 @@ /** |
{ | ||
"name": "ml-array-median", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Get the median value in an array", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "6a3b7e1b0fab7f3996b9af3a75d6234a68c9e4d0" | ||
"gitHead": "767a39f38806810ec11bf3676948999500e35a36" | ||
} |
@@ -0,3 +1,3 @@ | ||
import isArray from 'is-any-array'; | ||
import quickSelectMedian from 'median-quickselect'; | ||
import isArray from 'is-any-array'; | ||
@@ -4,0 +4,0 @@ /** |
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
6056