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

@inquirer/password

Package Overview
Dependencies
Maintainers
0
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/password - npm Package Compare versions

Comparing version 2.1.11 to 2.1.12

10

package.json
{
"name": "@inquirer/password",
"version": "2.1.11",
"version": "2.1.12",
"engines": {

@@ -60,8 +60,8 @@ "node": ">=18"

"dependencies": {
"@inquirer/core": "^8.2.4",
"@inquirer/type": "^1.3.3",
"@inquirer/core": "^9.0.0",
"@inquirer/type": "^1.4.0",
"ansi-escapes": "^4.3.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.23"
"@inquirer/testing": "^2.1.24"
},

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

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

@@ -29,3 +29,3 @@ # `@inquirer/password`

| mask | `boolean` | no | Show a `*` mask over the input or keep it transparent |
| validate | `string => boolean \| string \| Promise<string \| boolean>` | no | On submit, validate the filtered answered content. When returning a string, it'll be used as the error message displayed to the user. Note: returning a rejected promise, we'll assume a code error happened and crash. |
| validate | `string => boolean \| string \| Promise<boolean \| string>` | no | On submit, validate the filtered answered content. When returning a string, it'll be used as the error message displayed to the user. Note: returning a rejected promise, we'll assume a code error happened and crash. |
| theme | [See Theming](#Theming) | no | Customize look of the prompt. |

@@ -32,0 +32,0 @@

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