Socket
Socket
Sign inDemoInstall

graphing

Package Overview
Dependencies
26
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -29,3 +29,3 @@ var Canvas = require('canvas');

var plot = {};
plot.f = math.eval(s);
plot.f = math.eval('f(x)='+s);
plot.coords = [];

@@ -32,0 +32,0 @@ for(var x = this.minx*10; x < this.maxx*10; x++) {

{
"name": "graphing",
"version": "1.0.1",
"version": "1.0.2",
"description": "A graphing library for nodejs",

@@ -35,2 +35,2 @@ "main": "index.js",

}
}
}
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