Gathering detailed insights and metrics for csv-parse
Gathering detailed insights and metrics for csv-parse
Gathering detailed insights and metrics for csv-parse
Gathering detailed insights and metrics for csv-parse
@fast-csv/parse
fast-csv parsing package
csv
A mature CSV toolset with simple api, full of options and tested against large datasets.
json-2-csv
A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.
@postman/csv-parse
CSV parsing implementing the Node.js `stream.Transform` API
Full featured CSV parser with simple api and tested against large datasets.
npm install csv-parse
Typescript
Module System
Node Version
NPM Version
99.6
Supply Chain
95.9
Quality
79.2
Maintenance
100
Vulnerability
100
License
CoffeeScript (52.72%)
JavaScript (40.83%)
TypeScript (6.13%)
HTML (0.31%)
Shell (0.01%)
Total Downloads
776,163,077
Last Day
1,114,507
Last Week
4,979,895
Last Month
21,897,159
Last Year
247,929,955
4,096 Stars
2,364 Commits
269 Forks
43 Watching
1 Branches
114 Contributors
Minified
Minified + Gzipped
Latest Version
5.6.0
Package Id
csv-parse@5.6.0
Unpacked Size
1.35 MB
Size
264.68 kB
File Count
30
NPM Version
lerna/8.1.9/node@v22.11.0+x64 (linux)
Node Version
22.11.0
Publised On
21 Nov 2024
Cumulative downloads
Total Downloads
Last day
0.7%
1,114,507
Compared to previous day
Last week
-12.9%
4,979,895
Compared to previous week
Last month
6%
21,897,159
Compared to previous month
Last year
32.7%
247,929,955
Compared to previous year
22
_ _ _ _____ _______ __ | \ | | | | / ____|/ ____\ \ / / | \| | ___ __| | ___ | | | (___ \ \ / / | . ` |/ _ \ / _` |/ _ \| | \___ \ \ \/ / | |\ | (_) | (_| | __/| |____ ____) | \ / |_| \_|\___/ \__,_|\___| \_____|_____/ \/ 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.
Stable Version
1
7.5/10
Summary
Regular Expression Denial of Service in csv-parse
Affected Versions
< 4.4.6
Patched Versions
4.4.6
Reason
14 commit(s) and 12 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
5 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-01-27
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