Socket
Socket
Sign inDemoInstall

console-table-printer

Package Overview
Dependencies
1
Maintainers
1
Versions
265
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.5 to 2.8.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [2.8.0](https://github.com/ayonious/console-table-printer/compare/v2.7.5...v2.8.0) (2021-03-06)
### Features
* Width Limit ([#343](https://github.com/ayonious/console-table-printer/issues/343)) ([f5a541b](https://github.com/ayonious/console-table-printer/commit/f5a541ba39d22cbe37cbbd8100b3b740b4247ba3))
## [2.7.5](https://github.com/ayonious/console-table-printer/compare/v2.7.4...v2.7.5) (2020-12-08)

@@ -2,0 +9,0 @@

24

package.json
{
"name": "console-table-printer",
"version": "2.7.5",
"version": "2.8.0",
"repository": "github:ayonious/console-table-printer",

@@ -30,23 +30,23 @@ "description": "Printing pretty tables on console log",

"@semantic-release/git": "^9.0.0",
"@types/jest": "^26.0.17",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"chalk": "^4.1.0",
"eslint": "^7.15.0",
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.2.0",
"husky": "^4.3.5",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.1.3",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"semantic-release": "^17.3.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
"semantic-release": "^17.4.1",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"homepage": "https://console-table.netlify.app",
"dependencies": {
"simple-wcswidth": "^1.0.0"
"simple-wcswidth": "^1.0.1"
}
}

@@ -139,3 +139,3 @@ <h1 align="center">console-table-printer</h1>

{ name: 'column1', alignment: 'left', color: 'red' }, // with alignment and color
{ name: 'column2', alignment: 'right' },
{ name: 'column2', alignment: 'right', maxLen: 30 }, // lines bigger than this will be splitted in multiple lines
{ name: 'column3', title: 'Column3' }, // Title is what will be shown while printing, by default title = name

@@ -178,3 +178,3 @@ ],

### Typesccript Support
### Typescript Support

@@ -181,0 +181,0 @@ You can get color / alignment as types. Check Docs: [types-docs](https://console-table.netlify.app/docs/doc-typescript)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc