Comparing version 2.7.4 to 2.7.5
{ | ||
"name": "tty-table", | ||
"version": "2.7.4", | ||
"version": "2.7.5", | ||
"description": "Command line table generator.", | ||
@@ -39,3 +39,3 @@ "main": "src/main.js", | ||
"csv": "^5.1.1", | ||
"smartwrap": "^1.0.12", | ||
"smartwrap": "^1.1.0", | ||
"strip-ansi": "^5.2.0", | ||
@@ -42,0 +42,0 @@ "wcwidth": "^1.0.1", |
@@ -256,3 +256,3 @@ let StripAnsi = require("strip-ansi"); | ||
totalWidth += config.marginLeft; | ||
//if sum of all widths exceeds viewport, resize proportionately to fit | ||
@@ -259,0 +259,0 @@ if(process && process.stdout && totalWidth > process.stdout.columns){ |
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
1126934
57
19169
Updatedsmartwrap@^1.1.0