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

as-table

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

as-table - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

4

as-table.js

@@ -82,4 +82,2 @@ "use strict";

dash: '-'
})
})
{
"name": "as-table",
"version": "1.0.21",
"description": "A simple function that print objects as ASCII tables. Supports ANSI styling, escape codes won't break the layout.",
"version": "1.0.22",
"description": "A simple function that print objects / arrays as ASCII tables. Supports ANSI styling — escape codes won't break the layout.",
"main": "as-table.js",

@@ -25,2 +25,9 @@ "scripts": {

"print table",
"object as table",
"array as table",
"text table",
"array table",
"object table",
"array format",
"columns",
"as table",

@@ -27,0 +34,0 @@ "tablefy",

@@ -5,3 +5,3 @@ # as-table

A simple function that print objects as ASCII tables. Supports ANSI styling (escape codes won't break the layout), thanks to [`printable-characters`](https://github.com/xpl/printable-characters).
A simple function that print objects and arrays as ASCII tables. Supports ANSI styling (escape codes won't break the layout), thanks to [`printable-characters`](https://github.com/xpl/printable-characters).

@@ -8,0 +8,0 @@ ```bash

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