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

@types/inquirer

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/inquirer - npm Package Compare versions

Comparing version 8.2.2 to 8.2.3

12

inquirer v8.2/index.d.ts

@@ -52,5 +52,15 @@ // Type definitions for inquirer 8.2

/**
* Represents a function for prompting questions to the user.
*/
export interface PromptFunction {
/**
* Prompts the questions to the user.
*/
<T extends Answers = Answers>(questions: QuestionCollection<T>, initialAnswers?: Partial<T>): Promise<T>;
}
/**
* Provides prompts for answering questions.
*/
interface PromptModuleBase {
export interface PromptModuleBase extends PromptFunction {
/**

@@ -57,0 +67,0 @@ * Registers a new prompt-type.

4

inquirer v8.2/package.json
{
"name": "@types/inquirer",
"version": "8.2.2",
"version": "8.2.3",
"description": "TypeScript definitions for inquirer",

@@ -75,4 +75,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inquirer",

},
"typesPublisherContentHash": "783eafd873586a5773631cf4480928abedb8fe4f18840a609bd69d734f293e55",
"typesPublisherContentHash": "9683ac081eebdc9b6fd8412bb83910e1e3cfa6ccdb6560e5b6f1f29857f55938",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Thu, 04 Aug 2022 22:02:20 GMT
* Last updated: Mon, 15 Aug 2022 18:32:41 GMT
* Dependencies: [@types/rxjs](https://npmjs.com/package/@types/rxjs), [@types/through](https://npmjs.com/package/@types/through)

@@ -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