Socket
Socket
Sign inDemoInstall

@json2csv/node

Package Overview
Dependencies
4
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.1.2

dist/cjs/AsyncParser.js

9

package.json
{
"name": "@json2csv/node",
"version": "6.1.1",
"version": "6.1.2",
"description": "Node.js Transform and Async interface to convert JSON into CSV.",

@@ -43,8 +43,9 @@ "keywords": [

"test:raw": "node test",
"build": "node ../../build-cjs.js node",
"deprendencies:update-internal": "npm uninstall @json2csv/plainjs && npm install @json2csv/plainjs"
"deprendencies:update-internal": "npm uninstall @json2csv/plainjs && npm install @json2csv/plainjs",
"build:cjs": "node ../../build-cjs.js node",
"prepublishOnly": "npm run build:cjs"
},
"dependencies": {
"@json2csv/plainjs": "^6.1.1"
"@json2csv/plainjs": "^6.1.2"
}
}
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