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.19.0 to 4.19.1

1

lib/parameters/BaseClasses.js

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

this.undocumentedSynonyms = definition.undocumentedSynonyms;
this.allowNonStandardEnvironmentVariableNames = definition.allowNonStandardEnvironmentVariableNames;
if (!LONG_NAME_REGEXP.test(this.longName)) {

@@ -66,0 +67,0 @@ throw new Error(`Invalid name: "${this.longName}". The parameter long name must be` +

2

package.json
{
"name": "@rushstack/ts-command-line",
"version": "4.19.0",
"version": "4.19.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

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