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

node-csv-json

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-csv-json - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

.travis.yml

19

package.json
{
"name": "node-csv-json",
"version": "0.0.2",
"version": "0.1.0",
"description": "Converting csv to JSON",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/DataGarage/node-csv-json"
},
"keywords": [
"csv",
"json"
],
"author": "chilijung <chilijung@gmail.com> (http://lijung.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DataGarage/node-csv-json/issues"
},
"homepage": "https://github.com/DataGarage/node-csv-json",
"dependencies": {
"csv": "~0.3.6"
},
"devDependencies": {
"should": "~3.1.2",
"mocha": "~1.17.1"
}
}
# node-csv-json
[![Build Status](https://travis-ci.org/DataGarage/node-csv-json.png?branch=master)](https://travis-ci.org/DataGarage/node-csv-json)
Converting csv file to json files using nodejs

@@ -4,0 +6,0 @@

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