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

csv-file-to-json

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-file-to-json - npm Package Compare versions

Comparing version

to
2.0.3

14

package.json
{
"name": "csv-file-to-json",
"version": "2.0.2",
"version": "2.0.3",
"description": "Converts a csv file to a json.",

@@ -32,3 +32,13 @@ "main": "csv_to_json.js",

"author": "Prince Verma",
"license": "ISC"
"license": "ISC",
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/vprince001/csv_to_json.git"
},
"bugs": {
"url": "https://github.com/vprince001/csv_to_json/issues"
},
"homepage": "https://github.com/vprince001/csv_to_json#readme"
}