Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@inquirer/input

Package Overview
Dependencies
Maintainers
2
Versions
113
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
5.0.3
to
5.0.4
+19
-20
package.json
{
"name": "@inquirer/input",
"version": "5.0.3",
"version": "5.0.4",
"description": "Inquirer input text prompt",

@@ -45,2 +45,4 @@ "keywords": [

"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/input/README.md",
"license": "MIT",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"repository": {

@@ -50,16 +52,17 @@ "type": "git",

},
"license": "MIT",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -69,16 +72,9 @@ "tsc": "tsc"

"dependencies": {
"@inquirer/core": "^11.1.0",
"@inquirer/type": "^4.0.2"
"@inquirer/core": "^11.1.1",
"@inquirer/type": "^4.0.3"
},
"devDependencies": {
"@inquirer/testing": "^3.0.3",
"@repo/tsconfig": "0.0.0",
"@inquirer/testing": "^3.0.4",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {

@@ -92,5 +88,8 @@ "@types/node": ">=18"

},
"engines": {
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"gitHead": "7eedd8e1de71764d0d30e762c97992ceb9f68ed3"
"gitHead": "99d00a9adc53be8b7edf5926b2ec4ba0b792f68f"
}