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.0 to 2.0.1

2

prompts/index.d.ts

@@ -96,5 +96,5 @@ // Type definitions for prompts 2.0

type PromptType = "text" | "password" | "invisible" | "number" | "confirm" | "list" | "toggle" | "select" | "multiselect" | "autocomplete" | "date";
type PromptType = "text" | "password" | "invisible" | "number" | "confirm" | "list" | "toggle" | "select" | "multiselect" | "autocomplete" | "date" | "autocompleteMultiselect";
type ValueOrFunc<T extends string> = T | PrevCaller<T>;
}
{
"name": "@types/prompts",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for prompts",

@@ -37,4 +37,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "afc8ccbe607b57cc4d1f9d16aa3c69bd0bc5f96a50abb532b8c6a0b88779f2bd",
"typesPublisherContentHash": "3512bf98620b43ab7ababa1e99dae2be0ee9061f980067d0a867debcd518b1de",
"typeScriptVersion": "2.9"
}

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

Additional Details
* Last updated: Mon, 20 May 2019 17:51:41 GMT
* Last updated: Mon, 17 Jun 2019 07:12:22 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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