Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/terminal-kit

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/terminal-kit - npm Package Compare versions

Comparing version 1.28.3 to 1.28.4

4

terminal-kit/package.json
{
"name": "@types/terminal-kit",
"version": "1.28.3",
"version": "1.28.4",
"description": "TypeScript definitions for terminal-kit",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/terminal-kit",

},
"typesPublisherContentHash": "4fbd1e386e04b0f1305235f8ce0ddd851da9d37b18dba123d33fe1eb5cf73324",
"typesPublisherContentHash": "57b0455622f1213b195668abbd172429c82014b8617fd3da1b0027fb6f904f81",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 02 Jul 2021 21:32:14 GMT
* Last updated: Mon, 19 Jul 2021 23:01:28 GMT
* Dependencies: [@types/nextgen-events](https://npmjs.com/package/@types/nextgen-events)

@@ -14,0 +14,0 @@ * Global values: `TextBuffer`

@@ -214,3 +214,3 @@ import EventEmitter = require("nextgen-events");

inputField(options: InputFieldOptions, callback?: Callback<string | undefined>): {
inputField(options?: InputFieldOptions, callback?: Callback<string | undefined>): {
abort: () => void;

@@ -217,0 +217,0 @@ promise: Promise<string | undefined>;

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