Socket
Socket
Sign inDemoInstall

@types/prompts

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/prompts - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

5

prompts/index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for prompts 2.0

// whoaa512 <https://github.com/whoaa512>
// John Reilly <https://github.com/johnnyreilly>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -59,6 +60,8 @@ // TypeScript Version: 2.9

// Based upon: https://github.com/terkelg/prompts/blob/d7d2c37a0009e3235b2e88a7d5cdbb114ac271b2/lib/elements/select.js#L29
interface Choice {
title: string;
value: any;
disable?: boolean;
disabled?: boolean;
selected?: boolean;
description?: string;

@@ -65,0 +68,0 @@ }

9

prompts/package.json
{
"name": "@types/prompts",
"version": "2.0.6",
"version": "2.0.7",
"description": "TypeScript definitions for prompts",

@@ -31,2 +31,7 @@ "license": "MIT",

"githubUsername": "whoaa512"
},
{
"name": "John Reilly",
"url": "https://github.com/johnnyreilly",
"githubUsername": "johnnyreilly"
}

@@ -43,4 +48,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "31012400f0bc05e040d2154045d61577fb2fac761c2ef1f6157c4d81778b0e49",
"typesPublisherContentHash": "db830cdb1cb9e63d8f8137c2732cdb3c1199d8392eb984ff851192d0d82965e3",
"typeScriptVersion": "2.9"
}

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

### Additional Details
* Last updated: Thu, 23 Apr 2020 19:21:52 GMT
* Last updated: Sat, 02 May 2020 16:20:24 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Berkay GURSOY](https://github.com/Berkays), [Daniel Perez Alvarez](https://github.com/unindented), [Kamontat Chantrachirathumrong](https://github.com/kamontat), [theweirdone](https://github.com/theweirdone), and [whoaa512](https://github.com/whoaa512).
These definitions were written by [Berkay GURSOY](https://github.com/Berkays), [Daniel Perez Alvarez](https://github.com/unindented), [Kamontat Chantrachirathumrong](https://github.com/kamontat), [theweirdone](https://github.com/theweirdone), [whoaa512](https://github.com/whoaa512), and [John Reilly](https://github.com/johnnyreilly).
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