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

convert-json

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert-json - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

.travis.yml

32

package.json
{
"name": "convert-json",
"version": "0.0.2",
"version": "0.1.0",
"description": "auto detect file type and convert it to json format",
"main": "index.js",
"keyword": "json format",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/DataGarage/convert-json"
},
"keywords": [
"xls",
"xml",
"xlsx",
"csv",
"json"
],
"author": "chilijung",
"license": "MIT",
"bugs": {
"url": "https://github.com/DataGarage/convert-json/issues"
},
"homepage": "https://github.com/DataGarage/convert-json",
"dependencies": {
"xls-to-json": "0.0.2",
"xlsx-to-json": "0.0.2",
"node-csv-json": "0.0.2",
"xml-to-json": "0.0.0"
"xls-to-json": "0.1.0",
"xlsx-to-json": "0.1.0",
"node-csv-json": "0.1.0",
"xml-to-json": "0.1.0"
},
"devDependencies": {
"should": "~3.1.2",
"mocha": "~1.17.1"
}
}
# Convert JSON
[![Build Status](https://travis-ci.org/DataGarage/convert-json.png?branch=master)](https://travis-ci.org/DataGarage/convert-json)
Auto detect different type of file format and convert it into JSON.

@@ -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