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

@json2csv/plainjs

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json2csv/plainjs - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

17

package.json
{
"name": "@json2csv/plainjs",
"version": "6.0.0",
"version": "6.1.0",
"description": "Pure Javascript JSON to CSV converter.",

@@ -28,4 +28,10 @@ "keywords": [

"exports": {
"./*": "./src/*",
".": "./src/index.js"
"./*": {
"import": "./src/*",
"require": "./dist/cjs/*"
},
".": {
"import": "./src/index.js",
"require": "./dist/cjs/index.js"
}
},

@@ -38,9 +44,10 @@ "main": "src/index.js",

"test:raw": "node test",
"build": "node ../../build-cjs.js plainjs",
"deprendencies:update-internal": "npm uninstall @json2csv/formatters && npm install @json2csv/formatters"
},
"dependencies": {
"@json2csv/formatters": "^6.0.0",
"@streamparser/json": "^0.0.9",
"@json2csv/formatters": "^6.1.0",
"@streamparser/json": "^0.0.10",
"lodash.get": "^4.4.2"
}
}
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