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

jsoncsv

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsoncsv - npm Package Compare versions

Comparing version 0.0.2-3 to 0.0.2-4

2

lib/jsoncsv.js

@@ -40,6 +40,6 @@ (function() {

if (json[i][index] !== void 0) line += json[i][index] + ",";
line += '\r\n';
i = i + 1;
}
}
line += '\r\n';
}

@@ -46,0 +46,0 @@ line.slice(0, line.Length - 1);

{
"name": "jsoncsv",
"description": "A JSON to csv converter for nodeJS",
"version": "0.0.2-3",
"version": "0.0.2-4",
"homepage": "",

@@ -6,0 +6,0 @@ "author": "Kris Windham <krsiwindham@gmail.com>",

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