Socket
Socket
Sign inDemoInstall

terminal-kit

Package Overview
Dependencies
Maintainers
1
Versions
638
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terminal-kit - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

5

documentation.md

@@ -183,4 +183,4 @@

* options: false/true/Object, *false* disable input grabbing, if it is *true* or an Object, then turn on input grabbing, if it is an Object,
then those properties are supported:
* options: false/true/Object, *false* disable input grabbing, *true* or an Object turn it on,
if it is an Object then those properties are supported:
* mouse: if defined, it activate mouse event, those values are supported for 'mouse':

@@ -191,2 +191,3 @@ * 'button': report only button-event

(for example, one may consider this for script running over SSH)
* focus: true/false: if defined and true, focus event will be reported (if your terminal support it - *xterm* does)

@@ -193,0 +194,0 @@ This function turns input grabbing on, keyboard entries will not be echoed, and every input will generate an event on the `term` object.

2

package.json
{
"name": "terminal-kit",
"version": "0.1.8",
"version": "0.1.9",
"description": "Terminal utilities with supports for colors, styles, inputs, mouse and many more...",

@@ -5,0 +5,0 @@ "main": "lib/terminal.js",

@@ -183,4 +183,4 @@

* options: false/true/Object, *false* disable input grabbing, if it is *true* or an Object, then turn on input grabbing, if it is an Object,
then those properties are supported:
* options: false/true/Object, *false* disable input grabbing, *true* or an Object turn it on,
if it is an Object then those properties are supported:
* mouse: if defined, it activate mouse event, those values are supported for 'mouse':

@@ -191,2 +191,3 @@ * 'button': report only button-event

(for example, one may consider this for script running over SSH)
* focus: true/false: if defined and true, focus event will be reported (if your terminal support it - *xterm* does)

@@ -193,0 +194,0 @@ This function turns input grabbing on, keyboard entries will not be echoed, and every input will generate an event on the `term` object.

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