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

@inquirer/password

Package Overview
Dependencies
Maintainers
3
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.9 to 2.1.10

2

./dist/cjs/index.js

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

}
return [[prefix, message, formattedValue, helpTip].filter(Boolean).join(' '), error];
return [[prefix, message, config.mask ? formattedValue : helpTip].join(' '), error];
});

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

}
return [[prefix, message, formattedValue, helpTip].filter(Boolean).join(' '), error];
return [[prefix, message, config.mask ? formattedValue : helpTip].join(' '), error];
});
{
"name": "@inquirer/password",
"version": "2.1.9",
"version": "2.1.10",
"engines": {

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

"dependencies": {
"@inquirer/core": "^8.2.2",
"@inquirer/core": "^8.2.3",
"@inquirer/type": "^1.3.3",

@@ -66,3 +66,3 @@ "ansi-escapes": "^4.3.2"

"devDependencies": {
"@inquirer/testing": "^2.1.21"
"@inquirer/testing": "^2.1.22"
},

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

"sideEffects": false,
"gitHead": "209b4ce30fe71f8e2f0e066a1a98e385eecb15f4"
"gitHead": "cc52a353abb1b7f3b3dc81b9e6da7ed478099dbf"
}

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