Socket
Socket
Sign inDemoInstall

@types/clui

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/clui - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

10

clui/index.d.ts

@@ -9,7 +9,7 @@ // Type definitions for clui 0.3

export interface LineBufferOptions {
x?: number;
y?: number;
width?: number | 'console';
height?: number | 'console';
scroll?: number;
x?: number | undefined;
y?: number | undefined;
width?: number | 'console' | undefined;
height?: number | 'console' | undefined;
scroll?: number | undefined;
}

@@ -16,0 +16,0 @@

{
"name": "@types/clui",
"version": "0.3.0",
"version": "0.3.1",
"description": "TypeScript definitions for clui",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clui",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +26,4 @@ "type": "git",

},
"typesPublisherContentHash": "73ed10201d2edf39bf91674d92963ba5b774e8dadc881c64f1c6e55616035c8f",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "31d3f42c48e1ae02793b87f7c59c543049364203073d3483d7cf0ee2eef447b9",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for clui ( https://github.com/nathanpeck/clui#readme ).
This package contains type definitions for clui (https://github.com/nathanpeck/clui#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clui
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clui.
Additional Details
* Last updated: Tue, 19 Mar 2019 18:33:07 GMT
* Dependencies: @types/cli-color
### Additional Details
* Last updated: Thu, 08 Jul 2021 09:07:59 GMT
* Dependencies: [@types/cli-color](https://npmjs.com/package/@types/cli-color)
* Global values: none
# Credits
These definitions were written by Farzad Majidfayyaz <https://github.com/farzadmf>.
These definitions were written by [Farzad Majidfayyaz](https://github.com/farzadmf).

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