File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 55[ ![ Downloads] ( https://img.shields.io/npm/dm/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
66[ ![ NPM version] ( https://img.shields.io/npm/v/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
77[ ![ Minzipped Size] ( https://flat.badgen.net/bundlephobia/minzip/json-2-csv )] ( https://bundlephobia.com/result?p=json-2-csv )
8- [ ![ Package Size] ( https://img.shields.io/bundlephobia/min/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
9- [ ![ Typings] ( https://shields-staging.herokuapp.com/npm/types/json-2-csv.svg?style=flat )] ( https://www.npmjs.org/package/json-2-csv )
108
11- [ ![ Known Vulnerabilities] ( https://snyk.io/test/npm/json-2-csv/badge.svg )] ( https://snyk.io/test/npm/json-2-csv )
129[ ![ Build Status] ( https://travis-ci.org/mrodrig/json-2-csv.svg?branch=master )] ( https://travis-ci.org/mrodrig/json-2-csv )
1310[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/8c0cc3699d054fb77abe/maintainability )] ( https://codeclimate.com/github/mrodrig/json-2-csv/maintainability )
1411[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/8c0cc3699d054fb77abe/test_coverage )] ( https://codeclimate.com/github/mrodrig/json-2-csv/test_coverage )
12+ [ ![ Typings] ( https://shields-staging.herokuapp.com/npm/types/json-2-csv.svg?style=flat )] ( https://www.npmjs.org/package/json-2-csv )
1513
1614This node module will convert an array of JSON documents to a CSV string.
1715Column headings will be automatically generated based on the keys of the JSON documents. Nested documents will have a '.' appended between the keys.
Original file line number Diff line number Diff line change 55 },
66 "name" : " json-2-csv" ,
77 "description" : " A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading." ,
8- "version" : " 3.7.8 " ,
8+ "version" : " 3.7.9 " ,
99 "repository" : {
1010 "type" : " git" ,
1111 "url" : " https://github.com/mrodrig/json-2-csv.git"
3838 ],
3939 "dependencies" : {
4040 "deeks" : " 2.2.7" ,
41- "doc-path" : " 2.1.2 "
41+ "doc-path" : " 2.1.3 "
4242 },
4343 "devDependencies" : {
4444 "babel-eslint" : " 10.1.0" ,
You can’t perform that action at this time.
0 commit comments