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

inquirer

Package Overview
Dependencies
Maintainers
4
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inquirer - npm Package Compare versions

Comparing version 9.2.11 to 9.2.12

6

package.json
{
"name": "inquirer",
"type": "module",
"version": "9.2.11",
"version": "9.2.12",
"description": "A collection of common interactive command line user interfaces.",

@@ -62,3 +62,3 @@ "author": "Simon Boudrias <admin@simonboudrias.com>",

"dependencies": {
"@ljharb/through": "^2.3.9",
"@ljharb/through": "^2.3.11",
"ansi-escapes": "^4.3.2",

@@ -80,3 +80,3 @@ "chalk": "^5.3.0",

"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/README.md",
"gitHead": "f5c544a8ded1c7dfb6ac8364759955e8f2ecfb0c"
"gitHead": "a318aec57d33b53131c0b03cc8dd6ab4efae3e50"
}

@@ -173,6 +173,6 @@ <img width="75px" height="75px" align="right" alt="Inquirer Logo" src="https://raw.githubusercontent.com/SBoudrias/Inquirer.js/master/assets/inquirer_readme.svg?sanitize=true" title="Inquirer.js"/>

done('You need to provide a number');
return;
} else {
// Pass the return value in the done callback
done(null, true);
}
// Pass the return value in the done callback
done(null, true);
}, 3000);

@@ -440,3 +440,3 @@ }

<br>
![autocomplete prompt](https://github.com/mokkabonna/inquirer-autocomplete-prompt/raw/master/inquirer.gif)
![autocomplete prompt](https://raw.githubusercontent.com/mokkabonna/inquirer-autocomplete-prompt/master/packages/inquirer-autocomplete-prompt/inquirer.gif)

@@ -443,0 +443,0 @@ [**checkbox-plus**](https://github.com/faressoft/inquirer-checkbox-plus-prompt)<br>

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