Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/ts-command-line

Package Overview
Dependencies
Maintainers
3
Versions
101
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.13.0 to 4.13.1

2

dist/ts-command-line.d.ts

@@ -979,3 +979,3 @@ /**

*/
protected abstract onDefineUnscopedParameters(): void;
protected onDefineUnscopedParameters?(): void;
/**

@@ -982,0 +982,0 @@ * The child class should implement this hook to define its scoped command-line

@@ -69,3 +69,3 @@ import { SCOPING_PARAMETER_GROUP } from '../Constants';

*/
protected abstract onDefineUnscopedParameters(): void;
protected onDefineUnscopedParameters?(): void;
/**

@@ -72,0 +72,0 @@ * The child class should implement this hook to define its scoped command-line

@@ -135,3 +135,4 @@ "use strict";

onDefineParameters() {
this.onDefineUnscopedParameters();
var _a;
(_a = this.onDefineUnscopedParameters) === null || _a === void 0 ? void 0 : _a.call(this);
if (!this._scopingParameters.length) {

@@ -138,0 +139,0 @@ throw new Error('No scoping parameters defined. At least one scoping parameter must be defined. ' +

{
"name": "@rushstack/ts-command-line",
"version": "4.13.0",
"version": "4.13.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