Socket
Socket
Sign inDemoInstall

column-layout

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

column-layout - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

8

bin/cli.js

@@ -11,6 +11,8 @@ #!/usr/bin/env node

{ name: "help", type: Boolean, alias: "h" },
{ name: "width", type: String, multiple: true, alias: "w",
{ name: "width", type: String, multiple: true, alias: "w", typeLabel: "<widths>",
description: "specify a list of column widths in the format '<column>:<width>', for example:\n$ cat <json data> | column-layout --width \"column 1: 10\" \"column 2: 30\"" },
{ name: "padding-left", type: String, alias: "l" },
{ name: "padding-right", type: String, alias: "r" }
{ name: "padding-left", type: String, alias: "l",
description: "One or more characters to pad the left of each column. Defaults to ' '." },
{ name: "padding-right", type: String, alias: "r",
description: "One or more characters to pad the right of each column. Defaults to ' '." }
]);

@@ -17,0 +19,0 @@ var options = cli.parse();

{
"name": "column-layout",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.0.3",
"version": "1.0.4",
"description": "Pretty-print JSON data in columns.",

@@ -31,3 +31,3 @@ "repository": "https://github.com/75lb/column-layout.git",

"collect-json": "^1",
"command-line-args": "^1.0.0-0",
"command-line-args": "^1.0.0",
"object-tools": "^2",

@@ -34,0 +34,0 @@ "string-tools": "^0.1.8",

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