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 2.7.3 to 2.7.4

7

CHANGELOG.md

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

## [2.7.4](https://github.com/ayonious/console-table-printer/compare/v2.7.3...v2.7.4) (2020-12-08)
### Bug Fixes
* Asian Languages width fixing with simple-wcswidth ([a14272f](https://github.com/ayonious/console-table-printer/commit/a14272f6738310cc21492c38adf71fac06b2a9dd))
## [2.7.3](https://github.com/ayonious/console-table-printer/compare/v2.7.2...v2.7.3) (2020-12-06)

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

15

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

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

"@semantic-release/git": "^9.0.0",
"@types/jest": "^26.0.16",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"@types/jest": "^26.0.17",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"chalk": "^4.1.0",

@@ -40,3 +40,3 @@ "eslint": "^7.15.0",

"eslint-plugin-prettier": "^3.2.0",
"husky": "^4.3.0",
"husky": "^4.3.5",
"jest": "^26.6.3",

@@ -49,3 +49,6 @@ "prettier": "^2.2.1",

},
"homepage": "https://console-table.netlify.app"
"homepage": "https://console-table.netlify.app",
"dependencies": {
"simple-wcswidth": "^1.0.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