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

@oclif/plugin-plugins

Package Overview
Dependencies
Maintainers
4
Versions
283
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-plugins - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

oclif.manifest.json

8

CHANGELOG.md

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

<a name="1.1.7"></a>
## [1.1.7](https://github.com/oclif/plugin-plugins/compare/v1.1.6...v1.1.7) (2018-05-03)
### Bug Fixes
* error out when plugin not found ([330d957](https://github.com/oclif/plugin-plugins/commit/330d957))
<a name="1.1.6"></a>

@@ -2,0 +10,0 @@ ## [1.1.6](https://github.com/oclif/plugin-plugins/compare/v1.1.5...v1.1.6) (2018-05-01)

1

lib/commands/plugins/install.d.ts

@@ -13,4 +13,5 @@ import { Command } from '@oclif/command';

}[];
static aliases: string[];
plugins: Plugins;
run(): Promise<void>;
}

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

PluginsInstall.args = [{ name: 'plugin', description: 'plugin to install', required: true }];
PluginsInstall.aliases = ['plugins:add'];
exports.default = PluginsInstall;

@@ -40,0 +41,0 @@ function parsePlugin(input) {

5

lib/commands/plugins/uninstall.js

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

if (!unfriendly) {
cli_ux_1.default.warn(`${friendly} is not installed`);
continue;
return this.error(`${friendly} is not installed`);
}

@@ -47,3 +46,3 @@ await this.plugins.uninstall(unfriendly.name);

PluginsUninstall.args = [{ name: 'plugin', description: 'plugin to uninstall', required: true }];
PluginsUninstall.aliases = ['plugins:unlink'];
PluginsUninstall.aliases = ['plugins:unlink', 'plugins:remove'];
exports.default = PluginsUninstall;
{
"name": "@oclif/plugin-plugins",
"description": "plugins plugin for oclif",
"version": "1.1.6",
"version": "1.1.7",
"author": "Jeff Dickey @jdxcode",

@@ -9,3 +9,3 @@ "bugs": "https://github.com/oclif/plugin-plugins/issues",

"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.18",
"@oclif/command": "^1.4.20",
"chalk": "^2.4.1",

@@ -23,7 +23,7 @@ "cli-ux": "^3.4.1",

"devDependencies": {
"@oclif/config": "^1.6.16",
"@oclif/dev-cli": "^1.13.12",
"@oclif/errors": "^1.0.7",
"@oclif/plugin-help": "^1.2.7",
"@oclif/test": "^1.0.5",
"@oclif/config": "^1.6.17",
"@oclif/dev-cli": "^1.13.15",
"@oclif/errors": "^1.0.8",
"@oclif/plugin-help": "^1.2.10",
"@oclif/test": "^1.0.6",
"@oclif/tslint": "^1.1.0",

@@ -34,3 +34,3 @@ "@types/chai": "^4.1.3",

"@types/mocha": "^5.2.0",
"@types/node": "^10.0.2",
"@types/node": "^8.10.12",
"@types/semver": "^5.5.0",

@@ -51,3 +51,3 @@ "@types/supports-color": "^5.3.0",

"files": [
".oclif.manifest.json",
"oclif.manifest.json",
"/lib"

@@ -54,0 +54,0 @@ ],

@@ -81,3 +81,3 @@ @oclif/plugin-plugins

_See code: [src/commands/plugins.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.6/src/commands/plugins.ts)_
_See code: [src/commands/plugins.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.7/src/commands/plugins.ts)_

@@ -95,2 +95,5 @@ ## `mycli plugins:install PLUGIN...`

ALIASES
$ mycli plugins:add
EXAMPLE

@@ -100,3 +103,3 @@ $ mycli plugins:install heroku-production-status

_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.6/src/commands/plugins/install.ts)_
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.7/src/commands/plugins/install.ts)_

@@ -118,3 +121,3 @@ ## `mycli plugins:install PLUGIN...`

_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.6/src/commands/plugins/link.ts)_
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.7/src/commands/plugins/link.ts)_

@@ -134,5 +137,6 @@ ## `mycli plugins:uninstall PLUGIN...`

$ mycli plugins:unlink
$ mycli plugins:remove
```
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.6/src/commands/plugins/uninstall.ts)_
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.7/src/commands/plugins/uninstall.ts)_

@@ -148,3 +152,3 @@ ## `mycli plugins:update`

_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.6/src/commands/plugins/update.ts)_
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.7/src/commands/plugins/update.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