@types/table
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -11,6 +11,7 @@ // Type definitions for table 4.0 | ||
alignment?: 'left' | 'center' | 'right'; | ||
width?: number; | ||
truncate?: number; | ||
paddingLeft?: number; | ||
paddingRight?: number; | ||
truncate?: number; | ||
width?: number; | ||
wrapWord?: boolean; | ||
} | ||
@@ -17,0 +18,0 @@ |
{ | ||
"name": "@types/table", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "TypeScript definitions for table", | ||
@@ -19,10 +19,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/table" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "29ee120e7ca290ed607c7bb956de7d8f23474740f0541888c001b946e460d1da", | ||
"typesPublisherContentHash": "7ed5205f995301cd404085e92f03aea62e69eb6110313ae604a99085e1b96c15", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/table | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/table | ||
Additional Details | ||
* Last updated: Tue, 01 May 2018 16:34:35 GMT | ||
* Last updated: Mon, 08 Jul 2019 16:48:00 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Evan Shortiss <https://github.com/evanshortiss>, mrmlnc <https://github.com/mrmlnc>. | ||
These definitions were written by Evan Shortiss <https://github.com/evanshortiss>, and mrmlnc <https://github.com/mrmlnc>. |
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
3931
43