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.5 to 2.4.6

2

dist/cjs/index.js

@@ -117,3 +117,3 @@ "use strict";

}
const line = item.name || item.value;
const line = String(item.name || item.value);
if (item.disabled) {

@@ -120,0 +120,0 @@ const disabledLabel = typeof item.disabled === 'string' ? item.disabled : '(disabled)';

{
"name": "@inquirer/select",
"version": "2.4.5",
"version": "2.4.6",
"description": "Inquirer select/list prompt",

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

"dependencies": {
"@inquirer/core": "^9.0.8",
"@inquirer/core": "^9.0.9",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.1",
"@inquirer/type": "^1.5.2",
"ansi-escapes": "^4.3.2",

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

"devDependencies": {
"@inquirer/testing": "^2.1.30"
"@inquirer/testing": "^2.1.31"
},

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

"sideEffects": false,
"gitHead": "8be69de6107bed7d85a7f2bfe99353d106d9c3bf"
"gitHead": "056e26aa6497e0036864d032f9eb8d821de821e7"
}

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