Socket
Socket
Sign inDemoInstall

inquander

Package Overview
Dependencies
15
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

2

lib/commandMapper.js

@@ -18,3 +18,3 @@ var _ = require('lodash'),

if (this.commandFilter) {
_.filter(commands, this.commandFilter);
commands = _.filter(commands, this.commandFilter);
}

@@ -21,0 +21,0 @@ return commands;

{
"name": "inquander",
"version": "0.5.1",
"version": "0.5.2",
"description": "Inquirer for commander. If no arguments and options are passed to your commander app, it runs inquirer.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc