🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@inquirer/rawlist

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/rawlist - npm Package Compare versions

Comparing version
5.2.8
to
5.2.9
+1
-1
dist/index.d.ts

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

};
declare const _default: <Value>(config: {
declare const _default: <const Value>(config: {
message: string;

@@ -18,0 +18,0 @@ choices: readonly (Separator | Value | Choice<Value>)[];

{
"name": "@inquirer/rawlist",
"version": "5.2.8",
"version": "5.2.9",
"description": "Inquirer rawlist prompt",

@@ -70,3 +70,3 @@ "keywords": [

"dependencies": {
"@inquirer/core": "^11.1.9",
"@inquirer/core": "^11.1.10",
"@inquirer/type": "^4.0.5"

@@ -90,3 +90,3 @@ },

"types": "./dist/index.d.ts",
"gitHead": "35bda2afd31b4acca8f800259b9f7ca4e95a1d9d"
"gitHead": "113558c67f0d781d774cf3cf4db48fbcd8738b13"
}