console-table-printer
Advanced tools
Comparing version 1.0.0-beta10 to 1.0.0-beta11
{ | ||
"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 | ||
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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13483
10