Socket
Socket
Sign inDemoInstall

@iwsio/json-csv-node

Package Overview
Dependencies
1
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.0.4

4

package.json
{
"name": "@iwsio/json-csv-node",
"version": "5.0.3",
"version": "5.0.4",
"description": "Easily convert JSON to CSV in Node.JS. This package supports streaming and buffered conversion to CSV.",

@@ -10,2 +10,4 @@ "homepage": "https://github.com/IWSLLC/json-csv",

"json",
"stream",
"streaming",
"convert",

@@ -12,0 +14,0 @@ "conversion"

@@ -30,3 +30,3 @@ # @iwsio/json-csv-node

Readable.from(things) // <readable source in object mode>
.pipe(toCsvStream(options)) // transforms to Utf8 string and emits lines
.pipe(toCsvStream(options)) // transforms to string and emits lines
.pipe(process.stdout) // anything Writable

@@ -33,0 +33,0 @@ })

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc