console-table-printer
Advanced tools
Comparing version 2.7.3 to 2.7.4
@@ -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 @@ |
{ | ||
"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" | ||
} | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
11349
1
4
0
1
2
+ Addedsimple-wcswidth@^1.0.0
+ Addedsimple-wcswidth@1.0.1(transitive)