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 4.3.3 to 4.3.4

12

CHANGELOG.json

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

{
"version": "4.3.4",
"tag": "@microsoft/ts-command-line_v4.3.4",
"date": "Tue, 22 Oct 2019 06:24:44 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`"
}
]
}
},
{
"version": "4.3.3",

@@ -7,0 +19,0 @@ "tag": "@microsoft/ts-command-line_v4.3.3",

7

CHANGELOG.md
# Change Log - @microsoft/ts-command-line
This log was last generated on Fri, 18 Oct 2019 15:15:00 GMT and should not be manually modified.
This log was last generated on Tue, 22 Oct 2019 06:24:44 GMT and should not be manually modified.
## 4.3.4
Tue, 22 Oct 2019 06:24:44 GMT
*Version update only*
## 4.3.3

@@ -6,0 +11,0 @@ Fri, 18 Oct 2019 15:15:00 GMT

2

dist/tsdoc-metadata.json

@@ -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.3.6"
"packageVersion": "7.5.1"
}
]
}

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

*/
// tslint:disable-next-line:no-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
_setValue(data) {

@@ -227,3 +227,3 @@ if (data !== null && data !== undefined) {

*/
// tslint:disable-next-line:no-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
_setValue(data) {

@@ -289,3 +289,3 @@ if (data !== null && data !== undefined) {

*/
// tslint:disable-next-line:no-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
_setValue(data) {

@@ -367,3 +367,3 @@ if (data !== null && data !== undefined) {

*/
// tslint:disable-next-line:no-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
_setValue(data) {

@@ -442,3 +442,3 @@ if (data !== null && data !== undefined) {

*/
// tslint:disable-next-line:no-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
_setValue(data) {

@@ -445,0 +445,0 @@ if (data !== null && data !== undefined) {

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

for (const parameter of this._parameters) {
const value = data[parameter._parserKey]; // tslint:disable-line:no-any
const value = data[parameter._parserKey]; // eslint-disable-line @typescript-eslint/no-explicit-any
parameter._setValue(value);

@@ -135,0 +135,0 @@ }

@@ -12,7 +12,6 @@ "use strict";

// Manually set the prototype, as we can no longer extend built-in classes like Error, Array, Map, etc
// tslint:disable-next-line:max-line-length
// https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
//
// Note: the prototype must also be set on any classes which extend this one
this.__proto__ = CommandLineParserExitError.prototype; // tslint:disable-line:no-any
this.__proto__ = CommandLineParserExitError.prototype; // eslint-disable-line @typescript-eslint/no-explicit-any
this.exitCode = exitCode;

@@ -19,0 +18,0 @@ }

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

@@ -24,5 +24,6 @@ "repository": {

"gulp": "~4.0.2",
"@microsoft/node-library-build": "6.1.2",
"@microsoft/rush-stack-compiler-3.4": "0.1.15"
"@microsoft/node-library-build": "6.3.0",
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
"@rushstack/eslint-config": "0.4.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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