Socket
Socket
Sign inDemoInstall

@rushstack/ts-command-line

Package Overview
Dependencies
Maintainers
3
Versions
99
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.22.0 to 4.22.1

lib/TypeUuidLite.d.ts

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.46.1"
"packageVersion": "7.46.2"
}
]
}

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

const TabCompletionAction_1 = require("./TabCompletionAction");
const TypeUuidLite_1 = require("../TypeUuidLite");
/**

@@ -114,2 +115,8 @@ * The "argparse" library is a relatively advanced command-line parser with features such

}
else if (TypeUuidLite_1.TypeUuid.isInstanceOf(err, TypeUuidLite_1.uuidAlreadyReportedError)) {
// AlreadyReportedError
if (!process.exitCode) {
process.exitCode = 1;
}
}
else {

@@ -116,0 +123,0 @@ let message = (err.message || 'An unknown error occurred').trim();

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

@@ -17,7 +17,7 @@ "repository": {

"string-argv": "~0.3.1",
"@rushstack/terminal": "0.13.0"
"@rushstack/terminal": "0.13.1"
},
"devDependencies": {
"@rushstack/heft": "0.66.16",
"@rushstack/heft-node-rig": "2.6.14",
"@rushstack/heft": "0.66.17",
"@rushstack/heft-node-rig": "2.6.15",
"@types/heft-jest": "1.0.1",

@@ -24,0 +24,0 @@ "@types/node": "18.17.15",

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