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.14 to 0.0.15

8

lib/main.js

@@ -8,9 +8,3 @@ (function () {

console.log('json2csv required');
json2csv.json2csv(data, function (err, csv) {
if (err) {
throw err;
} else {
console.log(csv);
}
});
return json2csv.json2csv;
}).call(this);

5

package.json

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

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

@@ -16,4 +16,3 @@ "url": ""

"json2csv",
"json2csv-converter",
"json-2-csv"
"json2csvConverter"
],

@@ -20,0 +19,0 @@ "dependencies": {

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