@types/table
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -47,6 +47,6 @@ // Type definitions for Tabris.js 4.0 | ||
export function table (data: any[], userConfig?: TableUserConfig): string; | ||
export function table(data: any[], userConfig?: TableUserConfig): string; | ||
export function createStream (userConfig: TableUserConfig): { write: string[] }; | ||
export function createStream(userConfig: TableUserConfig): { write: string[] }; | ||
export function getBorderCharacters (templateName: borderType): JoinStruct; | ||
export function getBorderCharacters(templateName: borderType): JoinStruct; |
{ | ||
"name": "@types/table", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for Tabris.js", | ||
@@ -15,3 +15,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "ba838eb227305bbe59ea92a1d50990c68fe78f2f2103879c3a574d7fdec9f84c" | ||
"typesPublisherContentHash": "cfe243bf29da350665a67166f8fca1f7485351587a89bd9fdab70d571326a79c", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 20 Dec 2016 14:09:30 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Fri, 13 Jan 2017 15:10:29 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "Evan Shortiss <http://github.com/evanshortiss>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 0, | ||
"name": "table", | ||
"libraryName": "Tabris.js", | ||
"typingsPackageName": "table", | ||
"projectName": "https://github.com/gajus/table", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
"table" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "ba838eb227305bbe59ea92a1d50990c68fe78f2f2103879c3a574d7fdec9f84c" | ||
"data": { | ||
"authors": "Evan Shortiss <http://github.com/evanshortiss>", | ||
"dependencies": {}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "Tabris.js", | ||
"typingsPackageName": "table", | ||
"projectName": "https://github.com/gajus/table", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"table/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "cfe243bf29da350665a67166f8fca1f7485351587a89bd9fdab70d571326a79c" | ||
}, | ||
"isLatest": true | ||
} |
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
3178
66
17