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

@inquirer/expand

Package Overview
Dependencies
Maintainers
3
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.5 to 2.1.6

2

./dist/cjs/index.js

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

const [expanded, setExpanded] = (0, core_1.useState)(defaultExpandState);
const [errorMsg, setError] = (0, core_1.useState)(undefined);
const [errorMsg, setError] = (0, core_1.useState)();
const theme = (0, core_1.makeTheme)(config.theme);

@@ -31,0 +31,0 @@ const prefix = (0, core_1.usePrefix)({ theme });

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

const [expanded, setExpanded] = (0, core_1.useState)(defaultExpandState);
const [errorMsg, setError] = (0, core_1.useState)(undefined);
const [errorMsg, setError] = (0, core_1.useState)();
const theme = (0, core_1.makeTheme)(config.theme);

@@ -31,0 +31,0 @@ const prefix = (0, core_1.usePrefix)({ theme });

{
"name": "@inquirer/expand",
"version": "2.1.5",
"version": "2.1.6",
"description": "Inquirer checkbox prompt",

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

"dependencies": {
"@inquirer/core": "^8.0.1",
"@inquirer/type": "^1.3.0",
"@inquirer/core": "^8.1.0",
"@inquirer/type": "^1.3.1",
"chalk": "^4.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.17"
"@inquirer/testing": "^2.1.18"
},

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

},
"gitHead": "e986c9afc26321c3448f87f55795f7d9b8a9d452"
"gitHead": "d0e92901ebb7eb77d027786a2e1ac41fc15326b6"
}

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