Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/table

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/table - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

table/index.d.ts

@@ -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
}
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