Socket
Socket
Sign inDemoInstall

prompt-base

Package Overview
Dependencies
86
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

52

package.json
{
"name": "prompt-base",
"description": "Base prompt module used for creating custom prompts.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/enquirer/prompt-base",

@@ -26,2 +26,24 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

},
"dependencies": {
"component-emitter": "^1.2.1",
"debug": "^2.6.8",
"log-utils": "^0.2.1",
"prompt-actions": "^1.1.1",
"prompt-question": "^3.0.0",
"readline-ui": "^2.2.1",
"readline-utils": "^2.2.1",
"static-extend": "^0.1.2"
},
"devDependencies": {
"ansi-magenta": "^0.1.1",
"capture-stream": "^0.1.2",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.12",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.4.1",
"repeat-string": "^1.6.1",
"strip-color": "^0.1.0"
},
"keywords": [

@@ -87,7 +109,7 @@ "answer",

"enquirer",
"prompt-choices",
"prompt-password",
"prompt-question",
"readline-ui",
"readline-utils",
"prompt-choices",
"prompt-password"
"readline-utils"
],

@@ -97,25 +119,3 @@ "lint": {

}
},
"dependencies": {
"component-emitter": "^1.2.1",
"debug": "^2.6.8",
"log-utils": "^0.2.1",
"prompt-actions": "^1.1.1",
"prompt-question": "^2.1.0",
"readline-ui": "^2.2.1",
"readline-utils": "^2.2.1",
"static-extend": "^0.1.2"
},
"devDependencies": {
"ansi-magenta": "^0.1.1",
"capture-stream": "^0.1.2",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.12",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.4.1",
"repeat-string": "^1.6.1",
"strip-color": "^0.1.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc