Socket
Socket
Sign inDemoInstall

@iwsio/json-csv-node

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iwsio/json-csv-node - npm Package Compare versions

Comparing version 5.0.0-alpha.2 to 5.0.0

2

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

@@ -5,0 +5,0 @@ "homepage": "https://github.com/IWSLLC/json-csv",

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

```js
const jsonCsv = require('json-csv')
const jsonCsv = require('@iwsio/json-csv-node')
jsonCsv.toCsv // buffered, returns promise, callback optional

@@ -43,0 +43,0 @@ jsonCsv.toCsvStream // stream, returns stream, callback optional

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