ml-regression-base
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "ml-regression-base", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Base class for regression modules", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"is-any-array": "1.0.0" | ||
"is-any-array": "^1.0.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
@@ -0,0 +0,0 @@ # regression-base |
@@ -0,0 +0,0 @@ declare module 'ml-regression-base' { |
@@ -0,0 +0,0 @@ import checkArrayLength from '../checkArrayLength'; |
@@ -0,0 +0,0 @@ import maybeToPrecision from '../maybeToPrecision'; |
@@ -0,0 +0,0 @@ import BaseRegression from '..'; |
@@ -0,0 +0,0 @@ import isAnyArray from 'is-any-array'; |
@@ -0,0 +0,0 @@ import isAnyArray from 'is-any-array'; |
@@ -0,0 +0,0 @@ export default function maybeToPrecision(value, digits) { |
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
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
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
16205
1
+ Addedis-any-array@1.0.1(transitive)
- Removedis-any-array@1.0.0(transitive)
Updatedis-any-array@^1.0.0