Installations
npm install json2csv
Developer Guide
Typescript
No
Module System
CommonJS, UMD
Min. Node Version
>= 12
Node Version
18.0.0
NPM Version
8.18.0
Score
96.5
Supply Chain
71.9
Quality
80.8
Maintenance
100
Vulnerability
99.6
License
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
Download Statistics
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
GitHub Statistics
2,719 Stars
554 Commits
362 Forks
41 Watching
10 Branches
60 Contributors
Package Meta Information
Latest Version
6.0.0-alpha.2
Package Id
json2csv@6.0.0-alpha.2
Unpacked Size
50.01 kB
Size
14.29 kB
File Count
28
NPM Version
8.18.0
Node Version
18.0.0
Publised On
21 Jan 2023
Total Downloads
Cumulative downloads
Total Downloads
0
Last day
0%
0
Compared to previous day
Last week
0%
0
Compared to previous week
Last month
0%
0
Compared to previous month
Last year
0%
0
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
:warning: WARNING: THIS PACKAGE IS ABANDONED
The code has moved to a new home.
This repository stays as a the historic home of json2csv
up until v5.
From v6, the library has been broken into smaller libraries that are now published to NPM independently:
- Plainjs: Includes the
Parser
API and a newStreamParser
API which doesn't the conversion in a streaming fashion in pure js. - Node: Includes the
Node Transform
andNode Async Parser
APIs for Node users. - WHATWG: Includes the
WHATWG Transform Stream
andWHATWG Async Parser
APIs for users of WHATWG streams (browser, Node or Deno). - CLI: Includes the
CLI
interface. - Transforms: Includes the built-in
transforms
for json2csv. - Formatters: Includes the built-in
formatters
for json2csv. Formatters are the new way to format data before adding it to the resulting CSV.
Up-to-date documentation of the library can be found at https://juanjodiaz.github.io/json2csv
No vulnerabilities found.
Reason
no vulnerabilities detected
Reason
tokens are read-only in GitHub workflows
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
- Info: : LICENSE.md:1
Reason
all dependencies are pinned
Details
- Info: GitHub-owned GitHubActions are pinned
- Info: Third-party GitHubActions are pinned
- Info: Dockerfile dependencies are pinned
- Info: no insecure (not pinned by hash) dependency downloads found in Dockerfiles
- Info: no insecure (not pinned by hash) dependency downloads found in shell scripts
Reason
no binaries found in the repo
Reason
update tool detected
Details
- Info: Dependabot detected
Reason
GitHub code reviews found for 12 commits out of the last 30 -- score normalized to 4
Details
- Warn: no reviews found for commit: c6d44f814d5d0d68afce92ab6d7ce68660c69de4
- Warn: no reviews found for commit: b58937294b383946067f0eb415e484f645c420f0
- Warn: no reviews found for commit: f3f0758ef0e83db382aed6c94b74804e4fe7210a
- Warn: no reviews found for commit: 6bb59c43edd73cb9ced847647927f77821bf810b
- Warn: no reviews found for commit: ac662bdbcc646649f49f78af3509d32b07f10bd6
- Warn: no reviews found for commit: 495b40db572a706685d5e64c88972c1614481c11
- Warn: no reviews found for commit: 04d98cbb907c1feba18ae05dd14179d4d1eb1a4f
- Warn: no reviews found for commit: 332b2592744ccab09321129ba2a7e260c7c389bf
- Warn: no reviews found for commit: 646bd8dc3370057ea65ab7744d3619ab2995a7d5
- Warn: no reviews found for commit: a1226e23d075100b19790b2163f7c86f18104a96
- Warn: no reviews found for commit: 695f116cca80f316a802b85c6065ad5db3b9d2d8
- Warn: no reviews found for commit: d47670780f3dd07299ece99c7a5de409f714d21f
- Warn: no reviews found for commit: 50ed883c33092d6183b18f6f79b96341ec036837
- Warn: no reviews found for commit: d49cff4667fc0102a65b6f0ce73b2b9c96b87e4d
- Warn: no reviews found for commit: 885e28bef66777d715f6df575f971525391efbbe
- Warn: no reviews found for commit: ad35ccc97b019bdba94e28946487aa1ccbfe3768
- Warn: no reviews found for commit: 98984ddd479439c904c8434cafac6bdbabf2e6f2
- Warn: no reviews found for commit: fe4079779deb72f7342c3dc77058190f7727d084
Reason
0 commit(s) out of 30 and 3 issue activity out of 30 found in the last 90 days -- score normalized to 2
Reason
no badge detected
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
security policy file not detected
Reason
project is not fuzzed
Score
6.3
/10
Last Scanned on 2022-08-15
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreOther packages similar to json2csv
@types/json2csv
TypeScript definitions for json2csv
@json2csv/formatters
json2csv built-in formatters. A formatter is a function that receives the raw js value of a given type and formats it as a valid CSV cell.
@json2csv/plainjs
Pure Javascript JSON to CSV converter.
@json2csv/node
Node.js Transform and Async interface to convert JSON into CSV.