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.2 to 1.0.3

14

package.json
{
"name": "data-to-json",
"version": "1.0.2",
"version": "1.0.3",
"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",
"scripts": {
"test": "mocha"
"test": "nyc --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vprince001/data_to_json.git"
},
"keywords": [

@@ -39,4 +43,8 @@ "data-to-json",

],
"author": "vprince001@gmail.com",
"author": "Prince Verma",
"license": "ISC",
"bugs": {
"url": "https://github.com/vprince001/data_to_json/issues"
},
"homepage": "https://github.com/vprince001/data_to_json#readme",
"dependencies": {

@@ -43,0 +51,0 @@ "csv-file-to-json": "^2.0.4",

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