
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
devkits-csv-json
Advanced tools
Convert between CSV and JSON formats
npm install -g devkits-csv-json
Or use without installation:
npx devkits-csv-json [args]
# CSV to JSON
dk-csv -j "name,age\nJohn,30\nJane,25"
# JSON to CSV
dk-csv -c '[{"name":"John","age":30}]'
# From stdin (auto-detects format)
cat data.csv | dk-csv
cat data.json | dk-csv
# Custom delimiter
dk-csv -j "name;age\nJohn;30" -d ";"
# Pretty print JSON
dk-csv -j "name,age\nJohn,30" --pretty
$ dk-csv -j "name,age\nJohn,30\nJane,25"
[{"name":"John","age":30},{"name":"Jane","age":25}]
$ dk-csv -c '[{"name":"John","age":30}]'
name,age
John,30
$ dk-csv -j "name,age\nJohn,30" --pretty
[
{
"name": "John",
"age": 30
}
]
Prefer a GUI? Check out the web version: https://devkits-tools.surge.sh/tools/csv-to-json
Upgrade to Pro for advanced features:
Price: $9 one-time payment
Upgrade: https://devkits-tools.surge.sh/pro
Discount: Use code EARLYBIRD-2026 for 20% off
Part of the DevKits Tools collection — 80+ free developer tools:
| Tool | npm Package | Description |
|---|---|---|
| Base64 | @devkits/base64 | Encode/decode Base64 |
| JSON Formatter | @devkits/json-formatter | Format and validate JSON |
| Color Converter | @devkits/color-converter | HEX/RGB/HSL conversion |
| UUID Generator | @devkits/uuid-generator | Generate unique UUIDs |
| Hash Generator | @devkits/hash-generator | MD5, SHA1, SHA256, SHA512 |
| Regex Tester | @devkits/regex-tester | Test regex patterns |
👉 Explore all 80+ developer tools at DevKits Tools
MIT © DevKits Team
Build better APIs with API Monitor SaaS — real-time monitoring, alerting, and analytics.
👉 Early Access: $1 pre-order (50% off for life) → https://api-monitor-saas.surge.sh?utm_source=npm&utm_medium=readme&utm_campaign=phase0
FAQs
Convert between CSV and JSON formats
The npm package devkits-csv-json receives a total of 0 weekly downloads. As such, devkits-csv-json popularity was classified as not popular.
We found that devkits-csv-json demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.