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

json2csv

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json2csv - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

10

package.json
{
"name": "json2csv",
"version": "v0.0.1",
"version": "v0.0.2",
"description": "Convert json to csv with column titles",

@@ -23,3 +23,3 @@ "keywords": [

"engines": {
"node": "~0.6.17"
"node": ">0.6.0"
},

@@ -30,6 +30,6 @@ "scripts": {

"devDependencies": {
"coffee-script": "~1.3.1",
"should": "~0.6.3",
"mocha": "~1.0.0"
"coffee-script": ">1.3.0",
"should": ">0.6.0",
"mocha": ">1.0.0"
}
}

@@ -7,2 +7,6 @@ # Convert json to csv

Install
npm install json2csv
Include the module and run

@@ -9,0 +13,0 @@

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