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.25-alpha.0 to 0.0.27-alpha.0

3

dist/index.d.ts

@@ -13,6 +13,7 @@ export declare type Choice<Value> = {

};
declare const _default: <Value>(options: State<Value>, stdio?: {
declare const _default: <Value>(options: State<Value>, context?: {
input?: NodeJS.ReadableStream | undefined;
output?: NodeJS.WritableStream | undefined;
clearPromptOnDone?: boolean | undefined;
} | undefined) => Promise<Value[]>;
export default _default;
{
"name": "@inquirer/checkbox",
"version": "0.0.25-alpha.0",
"version": "0.0.27-alpha.0",
"type": "module",

@@ -23,6 +23,6 @@ "description": "Inquirer checkbox prompt",

"dependencies": {
"@inquirer/core": "^0.0.24-alpha.0",
"@inquirer/core": "^0.0.26-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.1",
"figures": "^4.0.1"
"figures": "^5.0.0"
},

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

},
"gitHead": "0e054fd0b58bf56e94088136dfd36b74246a5187"
"gitHead": "6e0a7e28b5ac9fc526cf787e0b6c53cb44bd7ae3"
}
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