Socket
Socket
Sign inDemoInstall

@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.32 to 0.0.33

inquirer/LICENSE

1

inquirer/index.d.ts

@@ -44,2 +44,3 @@ // Type definitions for Inquirer.js

interface PromptModule {
(questions: Questions): Promise<Answers>;
(questions: Questions, cb: (answers: Answers) => any): ui.Prompt;

@@ -46,0 +47,0 @@ /**

13

inquirer/package.json
{
"name": "@types/inquirer",
"version": "0.0.32",
"version": "0.0.33",
"description": "TypeScript definitions for Inquirer.js",
"license": "MIT",
"author": "Qubo <https://github.com/tkQubo>",
"contributors": [
{
"name": "Qubo",
"url": "https://github.com/tkQubo"
}
],
"main": "",

@@ -18,4 +23,4 @@ "repository": {

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "377c692bf84e6eb4e7121ecb6bab2613efda88950fa6f0978946e0d29c66b5f4"
"typesPublisherContentHash": "fe8c58f4cadc1bcb779fac67a0999f56af8f989bad238022dfae30fc1f853ebf",
"typeScriptVersion": "2.0"
}

@@ -8,12 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/inquirer
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inquirer
Additional Details
* Last updated: Tue, 22 Nov 2016 20:59:26 GMT
* File structure: ProperModule
* Library Dependencies: rx
* Module Dependencies: through
* Global values: inquirer
* Last updated: Mon, 17 Apr 2017 17:55:17 GMT
* Dependencies: through, rx
* Global values: none
# Credits
These definitions were written by Qubo <https://github.com/tkQubo>.
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