Socket
Socket
Sign inDemoInstall

@inquirer/checkbox

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/checkbox - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

12

dist/cjs/types/index.d.ts

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

message: string;
prefix?: string;
pageSize?: number;
instructions?: string | boolean;
prefix?: string | undefined;
pageSize?: number | undefined;
instructions?: (string | boolean) | undefined;
choices: readonly (Separator | Choice<Value>)[];
loop?: boolean;
required?: boolean;
loop?: boolean | undefined;
required?: boolean | undefined;
validate?: ((choices: readonly Choice<Value>[]) => boolean | string | Promise<string | boolean>) | undefined;
theme?: PartialDeep<Theme<CheckboxTheme>>;
theme?: PartialDeep<Theme<CheckboxTheme>> | undefined;
}, context?: import("@inquirer/type").Context) => import("@inquirer/type").CancelablePromise<Value[]>;
export default _default;
export { Separator } from '@inquirer/core';
{
"name": "@inquirer/checkbox",
"version": "2.4.2",
"version": "2.4.3",
"engines": {

@@ -60,3 +60,3 @@ "node": ">=18"

"dependencies": {
"@inquirer/core": "^9.0.5",
"@inquirer/core": "^9.0.6",
"@inquirer/figures": "^1.0.5",

@@ -68,3 +68,3 @@ "@inquirer/type": "^1.5.1",

"devDependencies": {
"@inquirer/testing": "^2.1.28"
"@inquirer/testing": "^2.1.29"
},

@@ -93,3 +93,3 @@ "scripts": {

"sideEffects": false,
"gitHead": "92eb67edb388404a6d737c0605648ac797c84fb6"
"gitHead": "7a061f13e053dd64ef7373b08e8a10130131ea59"
}

Sorry, the diff of this file is not supported yet

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