Socket
Socket
Sign inDemoInstall

@inquirer/rawlist

Package Overview
Dependencies
Maintainers
0
Versions
69
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 2.1.17 to 2.1.18

2

dist/cjs/types/index.d.ts

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

choices: readonly (Separator | Choice<Value>)[];
theme?: PartialDeep<Theme>;
theme?: PartialDeep<Theme> | undefined;
}, context?: import("@inquirer/type").Context) => import("@inquirer/type").CancelablePromise<Value>;
export default _default;
export { Separator } from '@inquirer/core';
{
"name": "@inquirer/rawlist",
"version": "2.1.17",
"version": "2.1.18",
"description": "Inquirer rawlist prompt",

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

"dependencies": {
"@inquirer/core": "^9.0.5",
"@inquirer/core": "^9.0.6",
"@inquirer/type": "^1.5.1",

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

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

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