You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

@rushstack/ts-command-line

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

to
4.10.2

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

{
"version": "4.10.2",
"tag": "@rushstack/ts-command-line_v4.10.2",
"date": "Wed, 13 Oct 2021 15:09:54 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.3`"
}
]
}
},
{
"version": "4.10.1",

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

# Change Log - @rushstack/ts-command-line
This log was last generated on Thu, 07 Oct 2021 07:13:35 GMT and should not be manually modified.
This log was last generated on Wed, 13 Oct 2021 15:09:54 GMT and should not be manually modified.
## 4.10.2
Wed, 13 Oct 2021 15:09:54 GMT
_Version update only_
## 4.10.1

@@ -6,0 +11,0 @@ Thu, 07 Oct 2021 07:13:35 GMT

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.18.9"
"packageVersion": "7.18.15"
}
]
}

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.CommandLineHelper = exports.DynamicCommandLineParser = exports.DynamicCommandLineAction = exports.CommandLineParser = exports.CommandLineParameterProvider = exports.CommandLineRemainder = exports.CommandLineChoiceListParameter = exports.CommandLineChoiceParameter = exports.CommandLineIntegerListParameter = exports.CommandLineIntegerParameter = exports.CommandLineStringListParameter = exports.CommandLineStringParameter = exports.CommandLineFlagParameter = exports.CommandLineParameterWithArgument = exports.CommandLineParameter = exports.CommandLineParameterKind = exports.CommandLineAction = void 0;
/**

@@ -7,0 +8,0 @@ * An object-oriented command-line parser for TypeScript projects.

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

tokenizeCommandLine(commandLine) {
return string_argv_1.default(commandLine);
return (0, string_argv_1.default)(commandLine);
}

@@ -171,0 +171,0 @@ async _getParameterValueCompletions(parameter) {

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

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

"devDependencies": {
"@rushstack/eslint-config": "2.4.2",
"@rushstack/heft": "0.38.1",
"@rushstack/heft-node-rig": "1.2.13",
"@rushstack/eslint-config": "2.4.3",
"@rushstack/heft": "0.41.6",
"@rushstack/heft-node-rig": "1.2.25",
"@types/heft-jest": "1.0.1",

@@ -24,0 +24,0 @@ "@types/node": "12.20.24"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet