@types/terminal-kit
Advanced tools
Comparing version 1.34.0 to 1.34.1
{ | ||
"name": "@types/terminal-kit", | ||
"version": "1.34.0", | ||
"version": "1.34.1", | ||
"description": "TypeScript definitions for terminal-kit", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/terminal-kit", | ||
}, | ||
"typesPublisherContentHash": "987f50ad327455a2c60ae645f64552f2d50615f430ed6414ca04988a2086e4e5", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "9354b8e7ca3c1e5be92533acd1ef1c9ca80f62db7811dffad962eaefbb7a4186", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 24 May 2022 16:01:40 GMT | ||
* Last updated: Wed, 29 Jun 2022 07:02:21 GMT | ||
* Dependencies: [@types/nextgen-events](https://npmjs.com/package/@types/nextgen-events) | ||
@@ -14,0 +14,0 @@ * Global values: `TextBuffer` |
@@ -12,2 +12,4 @@ import NextGenEvents = require("nextgen-events"); | ||
readonly blending: boolean | ScreenBufferHD.IsBlending; | ||
readonly width: number; | ||
readonly height: number; | ||
@@ -112,5 +114,5 @@ constructor(options: ScreenBuffer.Options); | ||
interface Attributes { | ||
color?: number | undefined; | ||
color?: number | string | undefined; | ||
defaultColor?: boolean | undefined; | ||
bgColor?: number | undefined; | ||
bgColor?: number | string | undefined; | ||
bgDefaultColor?: boolean | undefined; | ||
@@ -117,0 +119,0 @@ bold?: boolean | undefined; |
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
29604
862