New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

convert-csv-to-json

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.4 to 0.0.5

.travis.yml

13

package.json
{
"name": "convert-csv-to-json",
"version": "0.0.4",
"version": "0.0.5",
"description": "Convert CSV to JSON",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/.bin/mocha --reporter spec"
},

@@ -35,3 +35,10 @@ "repository": {

},
"homepage": "https://github.com/iuccio/CSVtoJSON#readme"
"homepage": "https://github.com/iuccio/CSVtoJSON#readme",
"devDependencies": {
"chai": "^4.0.2",
"gulp": "^3.9.1",
"gulp-mocha": "^4.3.1",
"gulp-util": "^3.0.8",
"mocha": "^3.4.2"
}
}

@@ -1,2 +0,2 @@

# CSVtoJSON
# CSVtoJSON [![Build Status](https://travis-ci.org/iuccio/csvToJson.svg?branch=master)](https://travis-ci.org/iuccio/csvToJson)
Convert *csv* file to *JSON* file with Node.js.

@@ -3,0 +3,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc