New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

json-csv

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-csv - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

15

package.json
{
"name": "json-csv",
"version": "1.0.5",
"version": "1.1.0",
"description": "Export a richly structured, JSON array to CSV",

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

},
"licenses": [
{
"type": "MIT"
}
],
"main": "./index.js",
"engines": {
"node": "*"
"node": ">=0.10"
},

@@ -39,5 +34,5 @@ "devDependencies": {

"dependencies": {
"concat-stream": "^1.4.6",
"event-stream": "^3.1.7",
"lodash": "^2.4.1"
"concat-stream": "^1.5.1",
"event-stream": "^3.3.2",
"lodash": "^3.10.1"
},

@@ -44,0 +39,0 @@ "scripts": {

@@ -53,3 +53,3 @@ json-csv

//optional: filter to tranfsorm value before exporting
//optional: filter to transform value before exporting
filter : function(value) { return value; }

@@ -56,0 +56,0 @@ }

Sorry, the diff of this file is not supported yet

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