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

@inquirer/prompts

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/prompts - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

25

package.json
{
"name": "@inquirer/prompts",
"version": "3.0.2",
"version": "3.0.3",
"description": "Inquirer prompts, combined in a single package",

@@ -61,4 +61,3 @@ "main": "./dist/cjs/index.js",

"tsc:esm": "tsc -p ./tsconfig.json",
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext",
"fix-ext": "node --no-warnings=ExperimentalWarning --loader=ts-node/esm ../../tools/fix-ext.mts"
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs"
},

@@ -81,14 +80,14 @@ "engines": {

"dependencies": {
"@inquirer/checkbox": "^1.3.7",
"@inquirer/confirm": "^2.0.8",
"@inquirer/core": "^3.1.1",
"@inquirer/editor": "^1.2.6",
"@inquirer/expand": "^1.1.7",
"@inquirer/input": "^1.2.7",
"@inquirer/password": "^1.1.7",
"@inquirer/rawlist": "^1.2.7",
"@inquirer/select": "^1.2.7"
"@inquirer/checkbox": "^1.3.8",
"@inquirer/confirm": "^2.0.9",
"@inquirer/core": "^3.1.2",
"@inquirer/editor": "^1.2.7",
"@inquirer/expand": "^1.1.8",
"@inquirer/input": "^1.2.8",
"@inquirer/password": "^1.1.8",
"@inquirer/rawlist": "^1.2.8",
"@inquirer/select": "^1.2.8"
},
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/prompts/README.md",
"gitHead": "dd31d57ed3b1d0771e24cc34bc72e5bedb63a1d7"
"gitHead": "2b29f261c4c7d85a00c1a2305d97ee10e3c15b68"
}
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