Socket
Socket
Sign inDemoInstall

inquirer

Package Overview
Dependencies
Maintainers
2
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inquirer - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

5

lib/prompts/password.js

@@ -111,11 +111,6 @@ /**

this.render(state.isValid);
this.rl.output.unmute();
};
/**
* When user type
*/
Prompt.prototype.onKeypress = function () {
this.render();
};

32

package.json
{
"name": "inquirer",
"version": "3.1.0",
"version": "3.1.1",
"description": "A collection of common interactive command line user interfaces.",

@@ -43,9 +43,10 @@ "author": "Simon Boudrias <admin@simonboudrias.com>",

"cmdify": "^0.0.4",
"eslint": "^3.19.0",
"eslint": "^4.0.0",
"eslint-config-xo-space": "^0.16.0",
"gulp": "^3.9.0",
"gulp-codacy": "^1.0.0",
"gulp-coveralls": "^0.1.0",
"gulp-eslint": "^3.0.1",
"gulp-eslint": "^4.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-istanbul": "^1.1.2",
"gulp-line-ending-corrector": "^1.0.1",

@@ -57,25 +58,4 @@ "gulp-mocha": "^3.0.0",

"mockery": "^2.0.0",
"sinon": "^2.3.2"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
},
"rules": {
"quotes": [
"error",
"single"
],
"no-multi-assign": "off",
"capitalized-comments": "off",
"no-unused-expressions": "off",
"handle-callback-err": "off",
"no-eq-null": "off",
"eqeqeq": [
"error",
"allow-null"
]
}
"sinon": "^2.3.4"
}
}
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