Comparing version 2.6.2 to 2.6.3
{ | ||
"name": "tty-table", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "Command line table generator.", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -210,4 +210,5 @@ let Merge = require("merge"); | ||
let cellValue; | ||
let cellOptions = Merge(true,{},config, | ||
let cellValue; | ||
let merge = typeof Object.assign === 'function' ? Object.assign : Merge | ||
let cellOptions = merge(true,{},config, | ||
(rowType === 'body') ? | ||
@@ -214,0 +215,0 @@ config.columnSettings[columnIndex] : {}, //ignore columnSettings for footer |
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
1163262
53
19266