Socket
Socket
Sign inDemoInstall

prompt-question

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prompt-question - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

1

index.js

@@ -6,2 +6,3 @@ 'use strict';

var define = require('define-property');
var isObject = require('isobject');
var clone = require('clone-deep');

@@ -8,0 +9,0 @@ var koalas = require('koalas');

19

package.json
{
"name": "prompt-question",
"description": "Question object, used by Enquirer and prompt plugins.",
"version": "5.0.1",
"version": "5.0.2",
"homepage": "https://github.com/enquirer/prompt-question",

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

"dependencies": {
"clone-deep": "^0.3.0",
"debug": "^2.6.8",
"clone-deep": "^1.0.0",
"debug": "^3.0.1",
"define-property": "^1.0.0",
"kind-of": "^4.0.0",
"isobject": "^3.0.1",
"kind-of": "^5.0.2",
"koalas": "^1.0.2",
"prompt-choices": "^4.0.3"
"prompt-choices": "^4.0.5"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.12",
"gulp-istanbul": "^1.1.1",
"gulp-eslint": "^4.0.0",
"gulp-format-md": "^1.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.1",
"mocha": "^3.4.2"
"mocha": "^3.5.0"
},

@@ -41,0 +42,0 @@ "keywords": [

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