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 2.1.2 to 2.1.3

2

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

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

@@ -7,2 +7,4 @@ [![view on npm](http://img.shields.io/npm/v/column-layout.svg)](https://www.npmjs.org/package/column-layout)

*** This package is deprecated, superceded by [table-layout](https://github.com/75lb/table-layout) ***
# column-layout

@@ -119,2 +121,3 @@ Pretty-print text data in columns.

<a name="exp_module_column-layout--columnLayout"></a>
### columnLayout(data, [options]) ⇒ <code>string</code> ⏏

@@ -151,2 +154,3 @@ Returns JSON data formatted in columns.

<a name="module_column-layout--columnLayout.lines"></a>
#### columnLayout.lines(data, [options]) ⇒ <code>Array</code>

@@ -175,2 +179,3 @@ Identical to [column-layout](#module_column-layout) with the exception of the rendered result being returned as an array of lines, rather that a single string.

<a name="module_column-layout--columnLayout.table"></a>
#### columnLayout.table(data, [options]) ⇒ <code>[Table](#Table)</code>

@@ -184,2 +189,3 @@ **Kind**: static method of <code>[columnLayout](#exp_module_column-layout--columnLayout)</code>

<a name="module_column-layout--columnLayout..columnOption"></a>
#### columnLayout~columnOption

@@ -186,0 +192,0 @@ **Kind**: inner typedef of <code>[columnLayout](#exp_module_column-layout--columnLayout)</code>

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