You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

deepjson2csv

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepjson2csv - npm Package Compare versions

Comparing version

to
1.0.1

10

package.json
{
"name": "deepjson2csv",
"preferGlobal": "true",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert deep json to csv with column titles",

@@ -21,12 +21,12 @@ "keywords": [

"bin": {
"json2csv": "./bin/json2csv.js"
"json2csv": "./bin/deepjson2csv.js"
},
"main": "./lib/json2csv.js",
"main": "./lib/deepjson2csv.js",
"repository": {
"type": "git",
"url": "https://github.com/wagaduu/json2csv"
"url": "https://github.com/wagaduu/deepjson2csv"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"format": "node ./node_modules/js-beautify/js/bin/js-beautify.js lib/json2csv.js test/test.js package.json -r --config js-beautify.json"
"format": "node ./node_modules/js-beautify/js/bin/js-beautify.js lib/deepjson2csv.js test/test.js package.json -r --config js-beautify.json"
},

@@ -33,0 +33,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet