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

labs-plot

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

labs-plot - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "labs-plot",
"version": "0.1.6",
"version": "0.1.7",
"description": "Plot charts using the plot.ly API",

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

@@ -59,4 +59,4 @@ const fs = require('fs');

layout: {
xaxis: title(names[0]),
yaxis: title(names[1])
xaxis: names[0],
yaxis: names[1]
}

@@ -63,0 +63,0 @@ };

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