csv-write-stream
Advanced tools
Comparing version 0.2.2 to 0.3.0
{ | ||
"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 | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11028
10
195
86
3
1
2
+ Addedminimist@^1.1.0
+ Addedndjson@^1.3.0
+ Addedcore-util-is@1.0.3(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedjson-stringify-safe@5.0.1(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedndjson@1.5.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsplit2@2.2.0(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedthrough2@2.0.5(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedxtend@4.0.2(transitive)