Gathering detailed insights and metrics for csv-stringify
Gathering detailed insights and metrics for csv-stringify
Gathering detailed insights and metrics for csv-stringify
Gathering detailed insights and metrics for csv-stringify
csv
A mature CSV toolset with simple api, full of options and tested against large datasets.
csv-writer
Convert objects/arrays into a CSV string or write them into a CSV file
parenthesis
Parse parentheses from a string
csv-string
PARSE and STRINGIFY for CSV strings. It's like JSON object but for CSV. It can also work row by row. And, if can parse strings, it can be use to parse files or streams too.
Full featured CSV parser with simple api and tested against large datasets.
npm install csv-stringify
Typescript
Module System
Node Version
NPM Version
99.6
Supply Chain
90.5
Quality
77.8
Maintenance
100
Vulnerability
100
License
JavaScript (54.45%)
TypeScript (45.21%)
CoffeeScript (0.33%)
Shell (0.01%)
Total Downloads
578,247,068
Last Day
182,488
Last Week
4,005,769
Last Month
17,596,695
Last Year
187,220,662
MIT License
4,178 Stars
2,406 Commits
274 Forks
41 Watchers
1 Branches
113 Contributors
Updated on Jul 04, 2025
Minified
Minified + Gzipped
Latest Version
6.5.2
Package Id
csv-stringify@6.5.2
Unpacked Size
894.91 kB
Size
194.45 kB
File Count
26
NPM Version
lerna/8.1.9/node@v22.11.0+x64 (linux)
Node Version
22.11.0
Published on
Nov 21, 2024
Cumulative downloads
Total Downloads
Last Day
-8.5%
182,488
Compared to previous day
Last Week
-10.1%
4,005,769
Compared to previous week
Last Month
3.6%
17,596,695
Compared to previous month
Last Year
39.4%
187,220,662
Compared to previous year
_ _ _ _____ _______ __ | \ | | | | / ____|/ ____\ \ / / | \| | ___ __| | ___ | | | (___ \ \ / / | . ` |/ _ \ / _` |/ _ \| | \___ \ \ \/ / | |\ | (_) | (_| | __/| |____ ____) | \ / |_| \_|\___/ \__,_|\___| \_____|_____/ \/ MIT License
This project provides CSV generation, parsing, transformation and serialization for Node.js.
It has been tested and used by a large community over the years and should be considered reliable. It provides every option you would expect from an advanced CSV parser and stringifier.
This repository is a monorepo managed using Lerna. There are 5 projects in the codebase, published as separated NPM packages:
csv
(GitHub),
an umbrella which is itself split into 4 packages.csv-generate
(GitHub),
a flexible generator of CSV string and Javascript objects.csv-parse
(GitHub),
a parser converting CSV text into arrays or objects.csv-stringify
(GitHub),
a stringifier converting records into a CSV text.stream-transform
(GitHub),
a transformation framework.The full documentation for the current version is available on the official CSV project website.
Licensed under the MIT License.
The project is sponsored by Adaltas, a Big Data consulting firm based in Paris, France.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
packaging workflow detected
Details
Reason
7 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
Found 1/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
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 More