New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ml-optimize-lorentzian

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-optimize-lorentzian - npm Package Compare versions

Comparing version

to
0.1.1

2

package.json
{
"name": "ml-optimize-lorentzian",
"version": "0.1.0",
"version": "0.1.1",
"description": "Optimize Lorentzian",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -424,6 +424,6 @@ 'use strict';

for (i = 0; i < nbPoints; i++) {
t[i][0] = xy[i][0];
y_data[i][0] = xy[i][1];
if(y_data[i][0]>maxY)
maxY = y_data[i][0];
t[i] = xy[i][0];
y_data[i] = xy[i][1];
if(y_data[i]>maxY)
maxY = y_data[i];
}

@@ -435,3 +435,2 @@ //}

}
if(threshold){

@@ -438,0 +437,0 @@ for (i = nbPoints-1; i >=0; i--) {