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 3.0.1 to 3.0.4

12

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

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

"devDependencies": {
"coffeescript": "^2.4.1",
"debug": "^4.1.1",
"mocha": "^6.2.2",
"coffeescript": "^2.5.1",
"debug": "^4.3.1",
"mocha": "^6.2.3",
"should": "^13.2.3"

@@ -35,8 +35,8 @@ },

"concat-stream": "^2.0.0",
"lodash": "^4.17.15"
"lodash": "^4.17.20"
},
"scripts": {
"test": "./bin/t"
"test": "mocha \"./test/**/*.{js,coffee}\" $@"
},
"license": "BSD-3"
}
json-csv
========
[![Build status](https://travis-ci.org/IWSLLC/json-csv.svg?branch=master)](https://travis-ci.org/IWSLLC/json-csv)
[![Build Status](https://travis-ci.com/IWSLLC/json-csv.svg?branch=main)](https://travis-ci.com/IWSLLC/json-csv)
Simple CSV export module that can export a rich JSON array of objects to CSV.
Simple CSV export module that can export a rich JSON array of objects to CSV. (Formerly [json-csv](https://www.npmjs.com/package/json-csv))
Moved to: [@iwsio/json-csv](https://www.npmjs.com/package/@iwsio/json-csv)
Usage

@@ -9,0 +11,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