Socket
Socket
Sign inDemoInstall

@microsoft/ts-command-line

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.0.2 to 3.0.3

6

CHANGELOG.json

@@ -5,2 +5,8 @@ {

{
"version": "3.0.3",
"tag": "@microsoft/ts-command-line_v3.0.3",
"date": "Wed, 21 Feb 2018 03:13:28 GMT",
"comments": {}
},
{
"version": "3.0.2",

@@ -7,0 +13,0 @@ "tag": "@microsoft/ts-command-line_v3.0.2",

7

CHANGELOG.md
# Change Log - @microsoft/ts-command-line
This log was last generated on Sat, 17 Feb 2018 02:53:49 GMT and should not be manually modified.
This log was last generated on Wed, 21 Feb 2018 03:13:29 GMT and should not be manually modified.
## 3.0.3
Wed, 21 Feb 2018 03:13:28 GMT
*Version update only*
## 3.0.2

@@ -6,0 +11,0 @@ Sat, 17 Feb 2018 02:53:49 GMT

9

dist/index-internal.d.ts

@@ -8,3 +8,2 @@ /**

import * as argparse from 'argparse';
import * as argparse_2 from 'argparse';

@@ -33,3 +32,3 @@ /**

*/
_processParsedData(data: ICommandLineParserData): void;
_processParsedData(data: _ICommandLineParserData): void;
/**

@@ -85,3 +84,3 @@ * Invoked by CommandLineParser.onExecute().

*/
_setValue(data: ICommandLineParserData): void;
_setValue(data: _ICommandLineParserData): void;
/**

@@ -161,3 +160,3 @@ * After the command line has been parsed, this returns the value of the parameter.

/** @internal */
protected _processParsedData(data: ICommandLineParserData): void;
protected _processParsedData(data: _ICommandLineParserData): void;
private _getKey(parameterLongName, key?);

@@ -299,3 +298,3 @@ private _createParameter(definition, argparseOptions?, key?, converter?);

*/
export declare interface ICommandLineParserData {
export declare interface _ICommandLineParserData {
action: string;

@@ -302,0 +301,0 @@ [key: string]: any;

{
"name": "@microsoft/ts-command-line",
"version": "3.0.2",
"version": "3.0.3",
"description": "An object-oriented command-line parser for TypeScript",

@@ -26,4 +26,4 @@ "repository": {

"mocha": "~3.4.2",
"@microsoft/node-library-build": "4.3.5"
"@microsoft/node-library-build": "4.3.13"
}
}
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