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

ml-array-normed

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-array-normed - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [1.3.6](https://github.com/mljs/array/compare/ml-array-normed@1.3.5...ml-array-normed@1.3.6) (2021-03-24)
### Bug Fixes
* update is-any-array to v1 ([578e6d6](https://github.com/mljs/array/commit/578e6d68a429ebc72a2eaa991eec6baf377f2405))
## [1.3.5](https://github.com/mljs/array/compare/ml-array-normed@1.3.4...ml-array-normed@1.3.5) (2021-03-03)

@@ -8,0 +20,0 @@

0

History.md

@@ -0,0 +0,0 @@ # 1.1.0 (2020-03-02)

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

10

package.json
{
"name": "ml-array-normed",
"version": "1.3.5",
"version": "1.3.6",
"description": "Normalize the values of a given array",

@@ -26,7 +26,7 @@ "main": "lib/index.js",

"dependencies": {
"is-any-array": "^0.1.0",
"ml-array-max": "^1.2.2",
"ml-array-sum": "^1.1.4"
"is-any-array": "^1.0.0",
"ml-array-max": "^1.2.3",
"ml-array-sum": "^1.1.5"
},
"gitHead": "047f2d11d174dad9b576649f676adfa2439fff15"
"gitHead": "d06a16075e582be7b7c553cd1aecbe1d03c64b7a"
}

@@ -0,0 +0,0 @@ # array-normed

@@ -0,0 +0,0 @@ import norm from '..';

@@ -0,0 +0,0 @@ import isArray from 'is-any-array';

@@ -0,0 +0,0 @@ declare namespace mlArrayNormed {

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