Socket
Socket
Sign inDemoInstall

json2bash

Package Overview
Dependencies
18
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

6

jsonarr2csv.js

@@ -106,3 +106,3 @@ #!/usr/bin/env node

alias: 'm',
default: false,
default: true,
type: 'boolean',

@@ -196,3 +196,5 @@ description: 'insure matching fields using first object of array/object'

// var csvLines = getCSVLines(data);
var csvLines = getCSVLinesPTO(data);
var csvLines ="";
if (matchobj)csvLines= getCSVLinesPTO(data);
else csvLines = getCSVLinesPTOv1(data);
console.log(csvLines);

@@ -199,0 +201,0 @@ }

{
"name": "json2bash",
"version": "1.1.2",
"version": "1.1.3",
"description": "A CLI to export json object to bash env. Also json array to csv",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc