Socket
Socket
Sign inDemoInstall

json-2-csv

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-2-csv - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

4

lib/json2csv.js

@@ -59,3 +59,3 @@ 'use strict';

exports.json2csv = function (data, callback) {
module.exports = function (data, callback) {
if (!callback) { throw new Error('A callback is required!'); }

@@ -70,2 +70,2 @@ if (!data) { throw new Error('Cannot call json2csv on ' + data); }

});
};
};

@@ -5,3 +5,3 @@ {

"description": "Convert JSON to CSV (including sub-documents)",
"version": "0.0.15",
"version": "0.0.16",
"repository": {

@@ -8,0 +8,0 @@ "url": ""

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