Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json2bash

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json2bash - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

jsonarr2csv.js

@@ -227,4 +227,4 @@ #!/usr/bin/env node

var data = JSON.parse(rawdata);
var h= getCSVHeader(data);
console.log(h);
//var h= getCSVHeader(data);
//console.log(h);
// var csvLines = getCSVLines(data);

@@ -231,0 +231,0 @@ var csvLines = getCSVLinesPTO(data);

{
"name": "json2bash",
"version": "1.0.1",
"version": "1.0.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc