Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@inquirer/expand

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/expand - npm Package Compare versions

Comparing version 2.1.11 to 2.1.12

6

dist/cjs/index.js

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

const core_1 = require("@inquirer/core");
const picocolors_1 = __importDefault(require("picocolors"));
const yoctocolors_cjs_1 = __importDefault(require("yoctocolors-cjs"));
const helpChoice = {

@@ -50,3 +50,3 @@ key: 'h',

else {
setError(`"${picocolors_1.default.red(value)}" isn't an available option`);
setError(`"${yoctocolors_cjs_1.default.red(value)}" isn't an available option`);
}

@@ -93,3 +93,3 @@ }

if (currentOption) {
helpTip = `${picocolors_1.default.cyan('>>')} ${getChoiceKey(currentOption, 'name')}`;
helpTip = `${yoctocolors_cjs_1.default.cyan('>>')} ${getChoiceKey(currentOption, 'name')}`;
}

@@ -96,0 +96,0 @@ let error = '';

{
"name": "@inquirer/expand",
"version": "2.1.11",
"version": "2.1.12",
"description": "Inquirer checkbox prompt",

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

"dependencies": {
"@inquirer/core": "^8.2.4",
"@inquirer/type": "^1.3.3",
"picocolors": "^1.0.1"
"@inquirer/core": "^9.0.0",
"@inquirer/type": "^1.4.0",
"yoctocolors-cjs": "^2.1.1"
},
"devDependencies": {
"@inquirer/testing": "^2.1.23"
"@inquirer/testing": "^2.1.24"
},

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

"sideEffects": false,
"gitHead": "d5f62c6ee3e671f7d1b776b85d43781869d70918"
"gitHead": "fc27d575bceb96466cb8da8524c26d4eb2a77df0"
}

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