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

ml-array-max

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-array-max - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

12

CHANGELOG.md

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

lib/index.js

@@ -0,0 +0,0 @@ 'use strict';

6

package.json
{
"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

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