Socket
Socket
Sign inDemoInstall

@types/text-table

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/text-table - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

text-table/index.d.ts

@@ -23,3 +23,3 @@ // Type definitions for text-table 0.2

/** An array of alignment types for each column, default ['l','l',...]. */
align?: Array<'l' | 'r' | 'c' | '.'>;
align?: Array<'l' | 'r' | 'c' | '.' | null | undefined>;

@@ -26,0 +26,0 @@ /** A callback function to use when calculating the string length. */

{
"name": "@types/text-table",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript definitions for text-table",

@@ -14,10 +14,12 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/text-table"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "cf997e3bc039786b820b94cda59574eedcb305d94f7a5e67e3872ddd5b92076a",
"typesPublisherContentHash": "b7a72fe70074d37b908d73d6ff467c6af1b8c21fec88cac7a21d81455cbaa3a4",
"typeScriptVersion": "2.0"
}

@@ -5,9 +5,9 @@ # Installation

# Summary
This package contains type definitions for text-table (https://github.com/substack/text-table).
This package contains type definitions for text-table ( https://github.com/substack/text-table ).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/text-table
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/text-table
Additional Details
* Last updated: Tue, 08 May 2018 17:01:00 GMT
* Last updated: Fri, 26 Apr 2019 18:24:51 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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