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

@inquirer/checkbox

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/checkbox - npm Package Compare versions

Comparing version 0.0.15-alpha.0 to 0.0.16-alpha.0

5

index.js

@@ -64,5 +64,4 @@ const { createPrompt } = require('@inquirer/core');

},
mapStateToValue: ({ choices }) => {
return choices.filter((choice) => choice.checked).map((choice) => choice.value);
},
mapStateToValue: ({ choices }) =>
choices.filter((choice) => choice.checked).map((choice) => choice.value),
paginator: new Paginator(readline),

@@ -69,0 +68,0 @@ }),

6

package.json
{
"name": "@inquirer/checkbox",
"version": "0.0.15-alpha.0",
"version": "0.0.16-alpha.0",
"description": "Inquirer checkbox prompt",

@@ -17,3 +17,3 @@ "main": "index.js",

"dependencies": {
"@inquirer/core": "^0.0.15-alpha.0",
"@inquirer/core": "^0.0.16-alpha.0",
"chalk": "^4.1.1",

@@ -25,3 +25,3 @@ "figures": "^3.0.0"

},
"gitHead": "0053e3f5694a4f75c4901512ab87e8906d1d7896"
"gitHead": "9bee59b98465656619e4ee563ddbc466dcf2b4f1"
}
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