🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

csv-2-json

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-2-json - npm Package Compare versions

Comparing version

to
0.1.2

2

package.json
{
"name": "csv-2-json",
"version": "v0.0.4",
"version": "v0.1.2",
"description": "Utility module for parsing csv data to json and saving it to file",

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

@@ -6,3 +6,3 @@ © ,Kailash Yogeshwar, Licensed under MIT-License

```bash
npm install csv-to-json --save
npm install csv-2-json --save
```

@@ -27,3 +27,3 @@ ----------

var csvtojson = require('csv-to-json');
var csvtojson = require('csv-2-json');
csvtojson.toJson('./sample.csv')

@@ -64,3 +64,3 @@

``` javascript
var csvtojson = require('csvtojson');
var csvtojson = require('csv-2-json');
var options = {

@@ -67,0 +67,0 @@ 'filename':'report.json',