🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@types/xterm

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/xterm - npm Package Compare versions

Comparing version

to
2.0.3

xterm/LICENSE

9

xterm/index.d.ts
// Type definitions for xterm.js 2.0.1
// Project: https://github.com/sourcelair/xterm.js/
// Definitions by: Steven Silvester <https://github.com/blink1073>
// Lucian Buzzo <https://github.com/LucianBuzzo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -11,2 +12,6 @@

cols: number;
rows: number;
options: Xterm.IOptions;

@@ -34,3 +39,3 @@

open(parent: HTMLElement): void;
open(parent: HTMLElement, focus?: boolean): void;

@@ -50,2 +55,4 @@ refresh(start: number, end: number, queue?: boolean): void;

writeln(text: string): void;
fit?(): void;
}

@@ -52,0 +59,0 @@

19

xterm/package.json
{
"name": "@types/xterm",
"version": "2.0.2",
"description": "TypeScript definitions for xterm.js 2.0.1",
"version": "2.0.3",
"description": "TypeScript definitions for xterm.js",
"license": "MIT",
"author": "Steven Silvester <https://github.com/blink1073>",
"contributors": [
{
"name": "Steven Silvester",
"url": "https://github.com/blink1073"
},
{
"name": "Lucian Buzzo",
"url": "https://github.com/LucianBuzzo"
}
],
"main": "",

@@ -15,4 +24,4 @@ "repository": {

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "6e9673ff39f9f1e8be3fbbce553730bcf3d7b08fd0f8570e58611d07098d621b"
"typesPublisherContentHash": "f1edbb2b6c9c9df2f206f82c1223fe16d1c8ddf70343ad261f67e597d760a420",
"typeScriptVersion": "2.0"
}

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

# Summary
This package contains type definitions for xterm.js 2.0.1 (https://github.com/sourcelair/xterm.js/).
This package contains type definitions for xterm.js (https://github.com/sourcelair/xterm.js/).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/xterm
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xterm
Additional Details
* Last updated: Sat, 05 Nov 2016 20:36:26 GMT
* File structure: UMD
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Fri, 16 Jun 2017 16:37:51 GMT
* Dependencies: none
* Global values: Xterm
# Credits
These definitions were written by Steven Silvester <https://github.com/blink1073>.
These definitions were written by Steven Silvester <https://github.com/blink1073>, Lucian Buzzo <https://github.com/LucianBuzzo>.