Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

c3-chart-maker

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c3-chart-maker - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

11

index.js

@@ -25,5 +25,2 @@ //

console.log('PWD: ' + process.cwd());
console.log('__dirname: ' + __dirname);
options = options || {};

@@ -39,7 +36,2 @@

nightmare.on('page', function () {
console.log('page event');
console.log(arguments);
});
nightmare.on('console', function (type, message) {

@@ -60,5 +52,2 @@

}
console.log('console');
console.log(arguments);
});

@@ -65,0 +54,0 @@

2

package.json
{
"name": "c3-chart-maker",
"version": "0.0.9",
"version": "0.0.10",
"description": "A Node.js module and CLI tool for rendering a chart from a CSV file using a C3 spec.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/codecapers/c3-chart-maker",

Sorry, the diff of this file is not supported yet

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