ml-regression-exponential
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -6,3 +6,7 @@ 'use strict'; | ||
class ExponentialRegression extends BaseRegression { | ||
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; } | ||
var BaseRegression__default = /*#__PURE__*/_interopDefaultCompat(BaseRegression); | ||
class ExponentialRegression extends BaseRegression__default.default { | ||
constructor(x, y) { | ||
@@ -9,0 +13,0 @@ super(); |
{ | ||
"name": "ml-regression-exponential", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Exponential Regression", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
8509
172
0