console-table-printer
Advanced tools
Comparing version 2.3.21 to 2.3.27
@@ -12,4 +12,4 @@ declare type TABLE_LINE_DETAILS_KEYS = 'left' | 'right' | 'mid' | 'other'; | ||
export declare const DEFAULT_TABLE_STYLE: TABLE_STYLE_DETAILS; | ||
declare const alignments: readonly ["right", "left", "center"]; | ||
export declare const colors: readonly ["red", "green", "yellow", "white", "blue", "magenta", "cyan", "crimson", "white_bold", "reset"]; | ||
declare const alignments: string[]; | ||
export declare const colors: string[]; | ||
export declare type ALIGNMENT = typeof alignments[number]; | ||
@@ -16,0 +16,0 @@ export declare type COLOR = typeof colors[number]; |
@@ -12,3 +12,2 @@ import { ALIGNMENT, COLOR } from './table-constants'; | ||
} | ||
export declare function convertRawRowOptionsToStanrd(options?: RowOptionsRaw): RowOptions | undefined; | ||
export interface RowOptionsRaw { | ||
@@ -20,2 +19,3 @@ color: string; | ||
} | ||
export declare function convertRawRowOptionsToStanrd(options?: RowOptionsRaw): RowOptions | undefined; | ||
export declare function textWithPadding(text: string, alignment: ALIGNMENT, mxColumnLen: number): string; | ||
@@ -22,0 +22,0 @@ export declare function createTableHorizontalBorders({ left, mid, right, other, }: { |
{ | ||
"name": "console-table-printer", | ||
"version": "2.3.21", | ||
"version": "2.3.27", | ||
"repository": "github:ayonious/console-table-printer", | ||
@@ -27,6 +27,6 @@ "description": "Printing pretty tables on console log", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.10", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"eslint": "^7.7.0", | ||
"@types/jest": "^26.0.12", | ||
"@typescript-eslint/eslint-plugin": "^4.0.1", | ||
"@typescript-eslint/parser": "^4.0.1", | ||
"eslint": "^7.8.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
@@ -33,0 +33,0 @@ "eslint-config-prettier": "^6.11.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
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
30548