Socket
Socket
Sign inDemoInstall

node-jsgraph

Package Overview
Dependencies
2
Maintainers
2
Versions
190
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.11 to 2.4.12

2

package.json
{
"name": "node-jsgraph",
"description": "library that can be used to render scientific data in the form of graphs and charts",
"version": "2.4.11",
"version": "2.4.12",
"scripts": {

@@ -6,0 +6,0 @@ "build": "npx webpack",

@@ -177,3 +177,3 @@ import { SerieInterface, SERIE_TYPE } from '../../types/series';

let maxY = this.waveform.getMaxY(), minY = this.waveform.getMinY();
console.log(maxY, minY);
if (maxY == minY) {

@@ -192,3 +192,3 @@ return;

try {
console.log(xMin, xMax, dX);
this._histogramWaveform = this.waveform.calculateHistogram(xMin, xMax, dX);

@@ -195,0 +195,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc