ml-array-max
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.2.3](https://github.com/mljs/array/compare/ml-array-max@1.2.2...ml-array-max@1.2.3) (2021-03-24) | ||
### Bug Fixes | ||
* update is-any-array to v1 ([578e6d6](https://github.com/mljs/array/commit/578e6d68a429ebc72a2eaa991eec6baf377f2405)) | ||
## [1.2.2](https://github.com/mljs/array/compare/ml-array-max@1.2.1...ml-array-max@1.2.2) (2021-03-03) | ||
@@ -8,0 +20,0 @@ |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "ml-array-max", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Get the maximum value in an array", | ||
@@ -26,5 +26,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"is-any-array": "^0.1.0" | ||
"is-any-array": "^1.0.0" | ||
}, | ||
"gitHead": "047f2d11d174dad9b576649f676adfa2439fff15" | ||
"gitHead": "d06a16075e582be7b7c553cd1aecbe1d03c64b7a" | ||
} |
@@ -0,0 +0,0 @@ # array-max |
@@ -0,0 +0,0 @@ import max from '..'; |
@@ -0,0 +0,0 @@ import isArray from 'is-any-array'; |
@@ -0,0 +0,0 @@ declare namespace mlArrayMax { |
Sorry, the diff of this file is not supported yet
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
10275
+ Addedis-any-array@1.0.1(transitive)
- Removedis-any-array@0.1.1(transitive)
Updatedis-any-array@^1.0.0