Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

csv-write-stream

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-write-stream - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

cli.js

7

package.json
{
"name": "csv-write-stream",
"version": "0.2.2",
"version": "0.3.0",
"description": "A CSV encoder stream that produces properly escaped CSVs",
"main": "index.js",
"bin": "cli.js",
"scripts": {

@@ -16,3 +17,5 @@ "test": "node test.js"

"dependencies": {
"generate-object-property": "^1.0.0"
"generate-object-property": "^1.0.0",
"minimist": "^1.1.0",
"ndjson": "^1.3.0"
},

@@ -19,0 +22,0 @@ "devDependencies": {

@@ -76,1 +76,11 @@ # csv-write-stream

```
### cli usage
This module also includes a CLI, which you can pipe [ndjson](http://ndjson.org)
to stdin and it will print csv on stdout. You can install it with
`npm install -g csv-write-stream`.
```
cat example.ndjson | csv-write-stream > example.csv
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc