🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

nest-commander

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nest-commander - npm Package Compare versions

Comparing version

to
3.12.2

6

CHANGELOG.md
# nest-commander
## 3.12.2
### Patch Changes
- 15297ce: Use attributeName to handle dashed options
## 3.12.1

@@ -4,0 +10,0 @@

2

package.json
{
"name": "nest-commander",
"version": "3.12.1",
"version": "3.12.2",
"description": "A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.",

@@ -5,0 +5,0 @@ "repository": {

@@ -140,3 +140,4 @@ "use strict";

newCommand.addOption(commandOption);
optionNameMap[commandOption.name()] = optionName || commandOption.name();
optionNameMap[commandOption.attributeName()] =
optionName || commandOption.attributeName();
}

@@ -143,0 +144,0 @@ for (const help of (_b = command.help) !== null && _b !== void 0 ? _b : []) {

Sorry, the diff of this file is not supported yet