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

console-table-printer

Package Overview
Dependencies
Maintainers
1
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-table-printer - npm Package Compare versions

Comparing version 1.0.0-beta10 to 1.0.0-beta11

asdf

2

package.json
{
"name": "console-table-printer",
"version": "1.0.0-beta10",
"version": "1.0.0-beta11",
"repository": "github:ayonious/console-table-printer",

@@ -5,0 +5,0 @@ "description": "Printing pretty tables on console log",

@@ -36,3 +36,3 @@ # Print Pretty tables on Your Console

//print
p.printAll();
p.printTable();
```

@@ -50,3 +50,3 @@

p.addRow({ index: 3, text: 'gelb bananen', value: 100 }, {color: 'yellow'});
p.printAll();
p.printTable();
```

@@ -53,0 +53,0 @@

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