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 2.8.5 to 2.8.6

4

lib/document/EditableTextBox.js

@@ -114,4 +114,4 @@ /*

EditableTextBox.prototype.setValue = EditableTextBox.prototype.setContent = function( value , dontDraw ) {
return TextBox.prototype.setContent.call( this , value , false , dontDraw ) ;
EditableTextBox.prototype.setValue = function( value , dontDraw ) {
return this.setContent( value , false , dontDraw ) ;
} ;

@@ -118,0 +118,0 @@

@@ -329,5 +329,3 @@ /*

LabeledInput.prototype.drawSelfCursor = function() {
// This cas happens when the input is still building itself, BUT IT SHOULD NOT
// Temporary fix, check for this.input
if ( this.input && this.input.drawSelfCursor ) { this.input.drawSelfCursor() ; }
if ( this.input.drawSelfCursor ) { this.input.drawSelfCursor() ; }
} ;

@@ -334,0 +332,0 @@

{
"name": "terminal-kit",
"version": "2.8.5",
"version": "2.8.6",
"description": "256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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