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

@oclif/plugin-autocomplete

Package Overview
Dependencies
Maintainers
7
Versions
95
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 1.1.1 to 1.2.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [1.2.0](https://github.com/oclif/plugin-autocomplete/compare/v1.1.1...v1.2.0) (2022-01-28)
### Features
* remove cli-ux ([2107bc0](https://github.com/oclif/plugin-autocomplete/commit/2107bc0f371fc185e1678e3ee33888b4968ad262))
### [1.1.1](https://github.com/oclif/plugin-autocomplete/compare/v1.1.0...v1.1.1) (2022-01-06)

@@ -7,0 +14,0 @@

5

lib/commands/autocomplete/index.js

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

const chalk = require("chalk");
const cli_ux_1 = require("cli-ux");
const base_1 = require("../../base");

@@ -14,5 +13,5 @@ const create_1 = require("./create");

this.errorIfNotSupportedShell(shell);
cli_ux_1.cli.action.start(`${chalk.bold('Building the autocomplete cache')}`);
core_1.CliUx.ux.action.start(`${chalk.bold('Building the autocomplete cache')}`);
await create_1.default.run([], this.config);
cli_ux_1.cli.action.stop();
core_1.CliUx.ux.action.stop();
if (!flags['refresh-cache']) {

@@ -19,0 +18,0 @@ const bin = this.config.bin;

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"1.1.1","commands":{"autocomplete:create":{"id":"autocomplete:create","description":"create autocomplete setup scripts and completion functions","strict":true,"pluginName":"@oclif/plugin-autocomplete","pluginAlias":"@oclif/plugin-autocomplete","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"autocomplete":{"id":"autocomplete","description":"display autocomplete installation instructions","strict":true,"pluginName":"@oclif/plugin-autocomplete","pluginAlias":"@oclif/plugin-autocomplete","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> autocomplete","$ <%= config.bin %> autocomplete bash","$ <%= config.bin %> autocomplete zsh","$ <%= config.bin %> autocomplete --refresh-cache"],"flags":{"refresh-cache":{"name":"refresh-cache","type":"boolean","char":"r","description":"Refresh cache (ignores displaying instructions)","allowNo":false}},"args":[{"name":"shell","description":"shell type","required":false}]},"autocomplete:script":{"id":"autocomplete:script","description":"outputs autocomplete config script for shells","strict":true,"pluginName":"@oclif/plugin-autocomplete","pluginAlias":"@oclif/plugin-autocomplete","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[{"name":"shell","description":"shell type","required":false}]}}}
{"version":"1.2.0","commands":{"autocomplete:create":{"id":"autocomplete:create","description":"create autocomplete setup scripts and completion functions","strict":true,"pluginName":"@oclif/plugin-autocomplete","pluginAlias":"@oclif/plugin-autocomplete","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"autocomplete":{"id":"autocomplete","description":"display autocomplete installation instructions","strict":true,"pluginName":"@oclif/plugin-autocomplete","pluginAlias":"@oclif/plugin-autocomplete","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> autocomplete","$ <%= config.bin %> autocomplete bash","$ <%= config.bin %> autocomplete zsh","$ <%= config.bin %> autocomplete --refresh-cache"],"flags":{"refresh-cache":{"name":"refresh-cache","type":"boolean","char":"r","description":"Refresh cache (ignores displaying instructions)","allowNo":false}},"args":[{"name":"shell","description":"shell type","required":false}]},"autocomplete:script":{"id":"autocomplete:script","description":"outputs autocomplete config script for shells","strict":true,"pluginName":"@oclif/plugin-autocomplete","pluginAlias":"@oclif/plugin-autocomplete","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[{"name":"shell","description":"shell type","required":false}]}}}
{
"name": "@oclif/plugin-autocomplete",
"description": "autocomplete plugin for oclif",
"version": "1.1.1",
"version": "1.2.0",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-autocomplete/issues",
"dependencies": {
"@oclif/core": "^1.0.11",
"@oclif/core": "^1.2.0",
"chalk": "^4.1.0",
"cli-ux": "^6.0.6",
"debug": "^4.0.0",

@@ -31,3 +30,3 @@ "fs-extra": "^9.0.1"

"nyc": "^15.1.0",
"oclif": "^2.0.1",
"oclif": "^2.3.0",
"shx": "^0.3.3",

@@ -34,0 +33,0 @@ "sinon": "^12.0.1",

@@ -49,3 +49,3 @@ @oclif/plugin-autocomplete

_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v1.1.1/src/commands/autocomplete/index.ts)_
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v1.2.0/src/commands/autocomplete/index.ts)_
<!-- commandsstop -->
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