array-normalize
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "array-normalize", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Normalize array (possibly n-dimensional) to zero mean and unit variance", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
const norm = require('./') | ||
@@ -2,0 +4,0 @@ const assert = require('assert') |
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
4315
6
90