Socket
Socket
Sign inDemoInstall

@inquirer/input

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/input - npm Package Compare versions

Comparing version 0.0.28-alpha.0 to 0.1.0

dist/cjs/index.js

43

package.json
{
"name": "@inquirer/input",
"type": "module",
"version": "0.0.28-alpha.0",
"version": "0.1.0",
"description": "Inquirer input text prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.mts",
"files": [
"dist/"
"dist/**/*"
],
"repository": "SBoudrias/Inquirer.js",
"repository": {
"type": "git",
"url": "https://github.com/SBoudrias/Inquirer.js.git"
},
"keywords": [

@@ -18,3 +20,2 @@ "answer",

"cli",
"cli",
"command",

@@ -57,7 +58,12 @@ "command-line",

"dependencies": {
"@inquirer/core": "^0.0.30-alpha.0",
"chalk": "^5.1.2"
"@inquirer/core": "^1.0.0",
"@inquirer/type": "^0.1.0",
"chalk": "^5.2.0"
},
"scripts": {
"tsc": "tsc"
"tsc": "yarn run clean && yarn run tsc:esm && yarn run tsc:cjs",
"clean": "rm -rf dist",
"tsc:esm": "tsc -p ./tsconfig.esm.json",
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext",
"fix-ext": "ts-node ../../tools/rename-ext.ts"
},

@@ -67,3 +73,18 @@ "publishConfig": {

},
"gitHead": "f532af8be2d622caa5e54adf4c084d588c9ffad6"
"engines": {
"node": ">=14.18.0"
},
"exports": {
".": {
"import": {
"types": "./dist/esm/types/index.d.mts",
"default": "./dist/esm/index.mjs"
},
"require": {
"types": "./dist/cjs/types/index.d.mts",
"default": "./dist/cjs/index.js"
}
}
},
"gitHead": "bd58130dd8204945a31b062070b829003b8385fc"
}
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