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.3.21 to 2.3.27

4

dist/src/utils/table-constants.d.ts

@@ -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",

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