Socket
Socket
Sign inDemoInstall

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.2 to 0.0.3

1

lib/json2csv.js

@@ -6,2 +6,3 @@ // Generated by CoffeeScript 1.3.1

exports.parse = function(params) {
params.data = JSON.parse(JSON.stringify(params.data));
if (checkFields(params)) {

@@ -8,0 +9,0 @@ return createColumnTitles(params, createColumnContent);

2

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

@@ -5,0 +5,0 @@ "keywords": [

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