Socket
Socket
Sign inDemoInstall

@inquirer/select

Package Overview
Dependencies
Maintainers
0
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/select - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

6

dist/cjs/types/index.d.ts

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

choices: readonly (Separator | Choice<Value>)[];
pageSize?: number;
loop?: boolean;
pageSize?: number | undefined;
loop?: boolean | undefined;
default?: unknown;
theme?: PartialDeep<Theme<SelectTheme>>;
theme?: PartialDeep<Theme<SelectTheme>> | undefined;
}, context?: import("@inquirer/type").Context) => import("@inquirer/type").CancelablePromise<Value>;
export default _default;
export { Separator } from '@inquirer/core';
{
"name": "@inquirer/select",
"version": "2.4.2",
"version": "2.4.3",
"description": "Inquirer select/list prompt",

@@ -57,3 +57,3 @@ "main": "./dist/cjs/index.js",

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

@@ -65,3 +65,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