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.21.0 to 4.21.1

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.41.0"
"packageVersion": "7.43.7"
}
]
}

@@ -99,4 +99,4 @@ "use strict";

}
getCompletionsAsync(commandLine, caretPosition = commandLine.length) {
return __asyncGenerator(this, arguments, function* getCompletionsAsync_1() {
getCompletionsAsync(commandLine_1) {
return __asyncGenerator(this, arguments, function* getCompletionsAsync_1(commandLine, caretPosition = commandLine.length) {
const actions = this._actions;

@@ -103,0 +103,0 @@ if (!commandLine || !caretPosition) {

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

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

"string-argv": "~0.3.1",
"@rushstack/terminal": "0.11.0"
"@rushstack/terminal": "0.11.1"
},
"devDependencies": {
"@rushstack/heft": "0.65.5",
"@rushstack/heft-node-rig": "2.4.18",
"@rushstack/heft": "0.66.9",
"@rushstack/heft-node-rig": "2.6.7",
"@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

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