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

tabacol

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabacol

Output a table in string format from data in JSON format

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

Tabacol

This project is under heavy development. You should not use it for now as there will be a lot of breaking changes!

Output a table in string format from data in JSON format.

The input data is in 2 parts:

  • The content to display itself, in an array of JSON object. Where each object is a line in the output table.
  • Metadata about the columns to display in the output. An array of JSON object where each object is the configuration for a column.

Possible types of columns

  • fixedAbsolute: width of the column will be a fixed amount of characters
  • fixedPercent: width of the column will be a fixed % of the output width
  • fixedContent: width of the column will be equal to the longest content of the column
  • upToContent: width of the column will be equal to the longest content of the column or truncated if there is not enough space
  • left: width of the column will be computed based on the width left and the longest content of the column

FAQs

Package last updated on 03 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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