🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@inquirer/checkbox

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/checkbox - npm Package Compare versions

Comparing version

to
4.1.1

@@ -41,3 +41,3 @@ import { Separator, type Theme } from '@inquirer/core';

pageSize?: number | undefined;
instructions?: (string | boolean) | undefined;
instructions?: string | boolean | undefined;
choices: readonly (string | Separator)[] | readonly (Separator | Choice<Value>)[];

@@ -44,0 +44,0 @@ loop?: boolean | undefined;

@@ -41,3 +41,3 @@ import { Separator, type Theme } from '@inquirer/core';

pageSize?: number | undefined;
instructions?: (string | boolean) | undefined;
instructions?: string | boolean | undefined;
choices: readonly (string | Separator)[] | readonly (Separator | Choice<Value>)[];

@@ -44,0 +44,0 @@ loop?: boolean | undefined;

{
"name": "@inquirer/checkbox",
"version": "4.1.0",
"version": "4.1.1",
"description": "Inquirer checkbox prompt",

@@ -77,5 +77,5 @@ "keywords": [

"dependencies": {
"@inquirer/core": "^10.1.5",
"@inquirer/core": "^10.1.6",
"@inquirer/figures": "^1.0.10",
"@inquirer/type": "^3.0.3",
"@inquirer/type": "^3.0.4",
"ansi-escapes": "^4.3.2",

@@ -86,3 +86,3 @@ "yoctocolors-cjs": "^2.1.2"

"@arethetypeswrong/cli": "^0.17.3",
"@inquirer/testing": "^2.1.42",
"@inquirer/testing": "^2.1.43",
"@repo/tsconfig": "workspace:*",

@@ -109,3 +109,8 @@ "tshy": "^3.0.2"

},
"gitHead": "0beb389a33484a0e08b8c39333e1441b5a56d0a1"
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
},
"gitHead": "b2709b82d621cd553adb26dd1c371cc957ba412e"
}