Socket
Socket
Sign inDemoInstall

@oclif/plugin-autocomplete

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-autocomplete - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

12

lib/commands/autocomplete/index.js

@@ -65,4 +65,4 @@ import { Args, Flags, ux } from '@oclif/core';

${chalk.cyan(`sf ${tabStr}`)} # Command completion
${chalk.cyan(`sf command --${tabStr}`)} # Flag completion
${chalk.cyan(`${this.config.bin} ${tabStr}`)} # Command completion
${chalk.cyan(`${this.config.bin} command --${tabStr}`)} # Flag completion
`;

@@ -85,4 +85,4 @@ break;

${chalk.cyan(`sf ${tabStr}`)} # Command completion
${chalk.cyan(`sf command --${tabStr}`)} # Flag completion
${chalk.cyan(`${this.config.bin} ${tabStr}`)} # Command completion
${chalk.cyan(`${this.config.bin} command --${tabStr}`)} # Flag completion
`;

@@ -104,4 +104,4 @@ break;

${chalk.cyan(`sf ${tabStr}`)} # Command completion
${chalk.cyan(`sf command --${tabStr}`)} # Flag completion
${chalk.cyan(`${this.config.bin} ${tabStr}`)} # Command completion
${chalk.cyan(`${this.config.bin} command --${tabStr}`)} # Flag completion
`;

@@ -108,0 +108,0 @@ break;

@@ -117,3 +117,3 @@ {

},
"version": "3.0.10"
"version": "3.0.11"
}
{
"name": "@oclif/plugin-autocomplete",
"description": "autocomplete plugin for oclif",
"version": "3.0.10",
"version": "3.0.11",
"author": "Salesforce",

@@ -27,4 +27,4 @@ "bugs": "https://github.com/oclif/plugin-autocomplete/issues",

"commitlint": "^18.6.1",
"eslint": "^8.56.0",
"eslint-config-oclif": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.0.2",
"eslint-config-oclif-typescript": "^3.0.47",

@@ -36,5 +36,5 @@ "eslint-config-prettier": "^9.1.0",

"mocha": "^10.3.0",
"nock": "^13.5.1",
"nock": "^13.5.3",
"nyc": "^15.1.0",
"oclif": "^4.4.8",
"oclif": "^4.4.17",
"prettier": "^3.2.5",

@@ -41,0 +41,0 @@ "shx": "^0.3.3",

@@ -63,3 +63,3 @@ # @oclif/plugin-autocomplete

_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v3.0.10/src/commands/autocomplete/index.ts)_
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v3.0.11/src/commands/autocomplete/index.ts)_
<!-- commandsstop -->

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