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.16 to 2.1.17

11

package.json
{
"name": "@inquirer/password",
"version": "2.1.16",
"version": "2.1.17",
"engines": {

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

"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/type": "^1.5.0",
"@inquirer/core": "^9.0.5",
"@inquirer/type": "^1.5.1",
"ansi-escapes": "^4.3.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},

@@ -72,3 +72,2 @@ "scripts": {

"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"tsc:watch": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"

@@ -92,3 +91,3 @@ },

"sideEffects": false,
"gitHead": "f2c4983dd390c6244fb4668a8e87c9e786e4326f"
"gitHead": "92eb67edb388404a6d737c0605648ac797c84fb6"
}

@@ -18,2 +18,21 @@ # `@inquirer/password`

```sh
npm install @inquirer/prompts
```
</td>
<td>
```sh
yarn add @inquirer/prompts
```
</td>
</tr>
<tr>
<td colSpan="2" align="center">Or</td>
</tr>
<tr>
<td>
```sh
npm install @inquirer/password

@@ -36,3 +55,5 @@ ```

```js
import password from '@inquirer/password';
import { password } from '@inquirer/prompts';
// Or
// import password from '@inquirer/password';

@@ -39,0 +60,0 @@ const answer = await password({ message: 'Enter your name' });

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