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.0.2 to 2.1.0

13

package.json
{
"name": "@inquirer/password",
"version": "2.0.2",
"version": "2.1.0",
"engines": {

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

"dependencies": {
"@inquirer/core": "^7.0.2",
"@inquirer/type": "^1.2.0",
"@inquirer/core": "^7.1.0",
"@inquirer/type": "^1.2.1",
"ansi-escapes": "^4.3.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.12"
"@inquirer/testing": "^2.1.13"
},

@@ -71,3 +71,4 @@ "scripts": {

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

@@ -89,3 +90,3 @@ "publishConfig": {

},
"gitHead": "85fba2337df29f689d058a9260df163af89caa98"
"gitHead": "2de191afab92c1a214dfe268c80109014803f11b"
}
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