Socket
Socket
Sign inDemoInstall

inquirer

Package Overview
Dependencies
Maintainers
0
Versions
181
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.3.1 to 9.3.2

src/index.js

12

package.json
{
"name": "inquirer",
"type": "module",
"version": "9.3.1",
"version": "9.3.2",
"description": "A collection of common interactive command line user interfaces.",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"files": [
"lib"
"src"
],
"main": "lib/inquirer.js",
"main": "src/index.js",
"keywords": [

@@ -68,3 +68,2 @@ "answer",

"ora": "^5.4.1",
"picocolors": "^1.0.1",
"run-async": "^3.0.0",

@@ -74,7 +73,8 @@ "rxjs": "^7.8.1",

"strip-ansi": "^6.0.1",
"wrap-ansi": "^6.2.0"
"wrap-ansi": "^6.2.0",
"yoctocolors-cjs": "^2.1.1"
},
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/README.md",
"sideEffects": false,
"gitHead": "88696949e4646034cde7b85d57df0c211a5a492f"
"gitHead": "fc27d575bceb96466cb8da8524c26d4eb2a77df0"
}

@@ -10,2 +10,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"/>

### Note:
> This is the legacy version of Inquirer.js. While it still receives maintenance, it is not actively developed. For the new Inquirer, see [@inquirer/prompts](https://www.npmjs.com/package/@inquirer/prompts).
## Table of Contents

@@ -12,0 +16,0 @@

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