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 0.1.2 to 0.1.3

2

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

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

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

for(var i=0; i<group.length;i++){
nextX = group[i].x-group[i].width*2;
nextX = group[i].x-group[i].width*1.5;
//console.log(group[i]);
while(t[currentIndex++]<nextX&&currentIndex<nbPoints);
nextX = group[i].x+group[i].width*2;
nextX = group[i].x+group[i].width*1.5;
tI = [];

@@ -222,6 +222,6 @@ yI = [];

for(var i=0; i<group.length;i++){
nextX = group[i].x-group[i].width*2;
nextX = group[i].x-group[i].width*1.5;
//console.log(group[i]);
while(t[currentIndex++]<nextX&&currentIndex<nbPoints);
nextX = group[i].x+group[i].width*2;
nextX = group[i].x+group[i].width*1.5;
tI = [];

@@ -228,0 +228,0 @@ yI = [];

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc