Socket
Socket
Sign inDemoInstall

data-to-json

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

LICENSE.md

11

package.json
{
"name": "data-to-json",
"version": "1.0.0",
"description": "",
"version": "1.0.1",
"description": "Reads a text file, CSV file or data variable having a table and returns an array of obects. In which each object consists of all headers as keys and there data as values.",
"main": "data_to_json.js",

@@ -10,7 +10,12 @@ "scripts": {

"author": "vprince001@gmail.com",
"license": "MIT",
"license": "ISC",
"dependencies": {
"csv-file-to-json": "^2.0.4",
"txt-file-to-json": "^3.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.0.1",
"nyc": "^15.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc