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/core

Package Overview
Dependencies
Maintainers
2
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/core - npm Package Compare versions

Comparing version
11.1.0
to
11.1.1
+18
-19
package.json
{
"name": "@inquirer/core",
"version": "11.1.0",
"version": "11.1.1",
"description": "Core Inquirer prompt API",

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

"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/core/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,5 +72,5 @@ "tsc": "tsc"

"dependencies": {
"@inquirer/ansi": "^2.0.2",
"@inquirer/figures": "^2.0.2",
"@inquirer/type": "^4.0.2",
"@inquirer/ansi": "^2.0.3",
"@inquirer/figures": "^2.0.3",
"@inquirer/type": "^4.0.3",
"cli-width": "^4.1.0",

@@ -79,6 +82,5 @@ "mute-stream": "^3.0.0",

"devDependencies": {
"@inquirer/testing": "^3.0.3",
"@repo/tsconfig": "0.0.0",
"@inquirer/testing": "^3.0.4",
"@types/mute-stream": "^0.0.4",
"@types/node": "^24.10.1",
"@types/node": "^25.0.2",
"typescript": "^5.9.3"

@@ -97,8 +99,5 @@ },

},
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"gitHead": "7eedd8e1de71764d0d30e762c97992ceb9f68ed3"
"gitHead": "99d00a9adc53be8b7edf5926b2ec4ba0b792f68f"
}