You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

csv-chart-generator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-chart-generator - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"name": "csv-chart-generator",
"version": "1.0.1",
"version": "1.0.2",
"description": "A tool for visualizing data from CSV files as line charts and converting the charts to a PDF document.",

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

@@ -35,3 +35,3 @@ # CSV Data Visualization and PDF Conversion

2. In your Node.js app, require the CSV Chart Generator module and call the generatePDF function, passing in the path to the folder containing your CSV files:
```
In your Node.js app, require the CSV Chart Generator module and call the generatePDF function, passing in the path to the folder containing your CSV files:

@@ -38,0 +38,0 @@ ```