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

simple-json2csv

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-json2csv - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

app/polyfills.js

5

app/index.js
"use strict";
// polyfills
require('./polyfills.js');
require('date-utils');

@@ -70,3 +71,3 @@

var headers = this._fields.map(function(field) {
return '"' + (field.header || field.name) + '"';
return '"' + (field.header || field.name.toTitleCase()) + '"';
});

@@ -116,2 +117,2 @@

module.exports = Json2Csv;
module.exports = Json2Csv;

2

package.json
{
"name": "simple-json2csv",
"version": "0.0.3",
"version": "0.0.4",
"description": "A simple json to csv converter nodejs module",

@@ -5,0 +5,0 @@ "main": "index.js",

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