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 0.0.30 to 0.0.31

3

inquirer/index.d.ts

@@ -33,3 +33,4 @@ // Type definitions for Inquirer.js

*/
prompt(questions: Questions, cb?: (answers: Answers) => any): ui.Prompt;
prompt(questions: Questions, cb: (answers: Answers) => any): ui.Prompt;
prompt(questions: Questions): Promise<Answers>;
prompts: Prompts;

@@ -36,0 +37,0 @@ Separator: objects.SeparatorStatic;

{
"name": "@types/inquirer",
"version": "0.0.30",
"version": "0.0.31",
"description": "TypeScript definitions for Inquirer.js",

@@ -19,3 +19,3 @@ "license": "MIT",

"typings": "index.d.ts",
"typesPublisherContentHash": "e49628f0cf3d851d5a6dc5557d57d8a6da92cbef1e96ad50edab3c2bc5e0f279"
"typesPublisherContentHash": "949aeedea7fe95398db01a61e3cab23c5b19f887ea3f03737af5b15fdf474ff2"
}

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

Additional Details
* Last updated: Wed, 26 Oct 2016 19:23:27 GMT
* Last updated: Mon, 14 Nov 2016 19:34:55 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: rx

@@ -10,4 +10,4 @@ {

],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"libraryMajorVersion": 0,
"libraryMinorVersion": 0,
"libraryName": "Inquirer.js",

@@ -29,3 +29,3 @@ "typingsPackageName": "inquirer",

"hasPackageJson": false,
"contentHash": "e49628f0cf3d851d5a6dc5557d57d8a6da92cbef1e96ad50edab3c2bc5e0f279"
"contentHash": "949aeedea7fe95398db01a61e3cab23c5b19f887ea3f03737af5b15fdf474ff2"
}
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