ml-array-normed
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.3.3](https://github.com/mljs/array/compare/ml-array-normed@1.3.2...ml-array-normed@1.3.3) (2021-02-17) | ||
**Note:** Version bump only for package ml-array-normed | ||
## [1.3.2](https://github.com/mljs/array/compare/ml-array-normed@1.3.1...ml-array-normed@1.3.2) (2020-10-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "ml-array-normed", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Normalize the values of a given array", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "942138d036d4c0753ad4c261cc692652c0a9cac1" | ||
"gitHead": "b7308a19652e54e78c9113a797ead5fcc09a0e22" | ||
} |
@@ -29,4 +29,4 @@ declare module 'ml-array-normed' { | ||
options?: ArrayNormedOptions<T>, | ||
): number; | ||
): number[]; | ||
export = arrayNormed; | ||
} |
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
15390
0