Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/ts-command-line

Package Overview
Dependencies
Maintainers
3
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/ts-command-line - npm Package Compare versions

Comparing version 4.6.0 to 4.6.1

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "4.6.1",
"tag": "@rushstack/ts-command-line_v4.6.1",
"date": "Fri, 21 Aug 2020 01:21:17 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where usage of a parameter specified undocumentedSynonyms yielded invalid data."
}
]
}
},
{
"version": "4.6.0",

@@ -7,0 +19,0 @@ "tag": "@rushstack/ts-command-line_v4.6.0",

9

CHANGELOG.md
# Change Log - @rushstack/ts-command-line
This log was last generated on Thu, 20 Aug 2020 15:13:52 GMT and should not be manually modified.
This log was last generated on Fri, 21 Aug 2020 01:21:17 GMT and should not be manually modified.
## 4.6.1
Fri, 21 Aug 2020 01:21:17 GMT
### Patches
- Fix an issue where usage of a parameter specified undocumentedSynonyms yielded invalid data.
## 4.6.0

@@ -6,0 +13,0 @@ Thu, 20 Aug 2020 15:13:52 GMT

2

lib/providers/CommandLineParameterProvider.js

@@ -259,3 +259,3 @@ "use strict";

const argumentParser = this._getArgumentParser();
argumentParser.addArgument(names, argparseOptions);
argumentParser.addArgument(names, Object.assign({}, argparseOptions));
if (parameter.undocumentedSynonyms && parameter.undocumentedSynonyms.length > 0) {

@@ -262,0 +262,0 @@ argumentParser.addArgument(parameter.undocumentedSynonyms, Object.assign({}, argparseOptions, { help: argparse.Const.SUPPRESS }));

{
"name": "@rushstack/ts-command-line",
"version": "4.6.0",
"version": "4.6.1",
"description": "An object-oriented command-line parser for TypeScript",

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

Sorry, the diff of this file is not supported yet

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