Socket
Socket
Sign inDemoInstall

@rushstack/ts-command-line

Package Overview
Dependencies
Maintainers
3
Versions
100
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.4.1 to 4.4.2

12

CHANGELOG.json

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

{
"version": "4.4.2",
"tag": "@rushstack/ts-command-line_v4.4.2",
"date": "Mon, 01 Jun 2020 08:34:17 GMT",
"comments": {
"patch": [
{
"comment": "Fix a typo in the supplementary notes for parameters with environment variable mappings"
}
]
}
},
{
"version": "4.4.1",

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

9

CHANGELOG.md
# Change Log - @rushstack/ts-command-line
This log was last generated on Wed, 27 May 2020 05:15:10 GMT and should not be manually modified.
This log was last generated on Mon, 01 Jun 2020 08:34:17 GMT and should not be manually modified.
## 4.4.2
Mon, 01 Jun 2020 08:34:17 GMT
### Patches
- Fix a typo in the supplementary notes for parameters with environment variable mappings
## 4.4.1

@@ -6,0 +13,0 @@ Wed, 27 May 2020 05:15:10 GMT

2

lib/parameters/BaseClasses.js

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

if (this.environmentVariable !== undefined) {
supplementaryNotes.push('This parameter may alternatively specified via the ' + this.environmentVariable
supplementaryNotes.push('This parameter may alternatively be specified via the ' + this.environmentVariable
+ ' environment variable.');

@@ -66,0 +66,0 @@ }

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

// If they left the period off the end of their sentence, then add one.
if (finalDescription.match(/[a-z0-9]\s*$/i)) {
if (finalDescription.match(/[a-z0-9]"?\s*$/i)) {
finalDescription = finalDescription.trimRight() + '.';

@@ -230,0 +230,0 @@ }

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

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

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