ml-array-median
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.2](https://github.com/mljs/array/compare/ml-array-median@1.1.1...ml-array-median@1.1.2) (2019-08-30) | ||
**Note:** Version bump only for package ml-array-median | ||
## [1.1.1](https://github.com/mljs/array/compare/ml-array-median@1.1.0...ml-array-median@1.1.1) (2018-11-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "ml-array-median", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Get the median value in an array", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "fb58ef19baa6cacb075daee5dbbe3cbfe7309dd1" | ||
"gitHead": "6a3b7e1b0fab7f3996b9af3a75d6234a68c9e4d0" | ||
} |
import median from '..'; | ||
describe('array-median', () => { | ||
var data = []; | ||
let data = []; | ||
for (let i = 0; i < 1000; i++) { | ||
@@ -6,0 +6,0 @@ data.push(Math.random()); |
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
5885
0