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.28 to 1.0.29

4

package.json
{
"name": "as-table",
"version": "1.0.28",
"version": "1.0.29",
"description": "A simple function that print objects / arrays as ASCII tables. Supports ANSI styling — escape codes won't break the layout.",

@@ -64,4 +64,4 @@ "main": "build/as-table.js",

"dependencies": {
"printable-characters": "^1.0.36"
"printable-characters": "^1.0.37"
}
}

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

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). **UPD:** now supports `right: true` alignment option!
A simple function that print objects and arrays as ASCII tables. Supports ANSI styling and weird 💩 Unicode symbols (they won't break the layout), thanks to [`printable-characters`](https://github.com/xpl/printable-characters).

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

Sorry, the diff of this file is too big to display

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