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.4 to 0.1.5

4

documentation.md

@@ -183,3 +183,3 @@

* grabInput(options): turn input grabbing on, keyboard entry will not be echoed, every input will generate an event
* grabInput(options): turn input grabbing on, keyboard entries will not be echoed, every input will generate an event

@@ -190,3 +190,3 @@

```js
var term = require( '../lib/terminal.js' ) ;
var term = require( 'terminal-kit' ) ;

@@ -193,0 +193,0 @@ function terminate()

{
"name": "terminal-kit",
"version": "0.1.4",
"version": "0.1.5",
"description": "Terminal utilities with supports for colors, styles, inputs, mouse and many more...",

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

@@ -183,3 +183,3 @@

* grabInput(options): turn input grabbing on, keyboard entry will not be echoed, every input will generate an event
* grabInput(options): turn input grabbing on, keyboard entries will not be echoed, every input will generate an event

@@ -190,3 +190,3 @@

```js
var term = require( '../lib/terminal.js' ) ;
var term = require( 'terminal-kit' ) ;

@@ -193,0 +193,0 @@ function terminate()

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