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

@inquirer/confirm

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

Comparing version 0.0.23-alpha.0 to 0.0.25-alpha.0

7

dist/index.d.ts

@@ -1,8 +0,5 @@

declare const _default: (options: {
declare const _default: import("@inquirer/core").Prompt<boolean, {
message: string;
default?: boolean | undefined;
}, stdio?: {
input?: NodeJS.ReadableStream | undefined;
output?: NodeJS.WritableStream | undefined;
} | undefined) => Promise<boolean>;
}>;
export default _default;
{
"name": "@inquirer/confirm",
"type": "module",
"version": "0.0.23-alpha.0",
"version": "0.0.25-alpha.0",
"description": "Inquirer confirm prompt",

@@ -25,4 +25,4 @@ "main": "dist/index.js",

"dependencies": {
"@inquirer/core": "^0.0.24-alpha.0",
"@inquirer/input": "^0.0.24-alpha.0",
"@inquirer/core": "^0.0.26-alpha.0",
"@inquirer/input": "^0.0.26-alpha.0",
"chalk": "^5.0.1"

@@ -36,3 +36,3 @@ },

},
"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