Socket
Socket
Sign inDemoInstall

@oclif/plugin-plugins

Package Overview
Dependencies
Maintainers
3
Versions
275
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.0.8 to 1.0.9

2

.oclif.manifest.json

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

{"version":"1.0.8","commands":{"plugins":{"id":"plugins","description":"list installed plugins","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"examples":["$ <%- config.bin %> plugins"],"flags":{"core":{"name":"core","type":"boolean","description":"show core plugins"}},"args":[]},"plugins:install":{"id":"plugins:install","description":"installs a plugin into the CLI","usage":"plugins:install PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> plugins:install <%- config.pjson.oclif.examplePlugin || \"heroku-production-status\" %> "],"flags":{},"args":[{"name":"plugin","description":"plugin to install","required":true}]},"plugins:uninstall":{"id":"plugins:uninstall","description":"removes a plugin from the CLI","usage":"plugins:uninstall PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"plugin","description":"plugin to uninstall","required":true}]},"plugins:update":{"id":"plugins:update","description":"update installed plugins","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
{"version":"1.0.9","commands":{"plugins":{"id":"plugins","description":"list installed plugins","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"examples":["$ <%- config.bin %> plugins"],"flags":{"core":{"name":"core","type":"boolean","description":"show core plugins"}},"args":[]},"plugins:install":{"id":"plugins:install","description":"installs a plugin into the CLI","usage":"plugins:install PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> plugins:install <%- config.pjson.oclif.examplePlugin || \"heroku-production-status\" %> "],"flags":{},"args":[{"name":"plugin","description":"plugin to install","required":true}]},"plugins:uninstall":{"id":"plugins:uninstall","description":"removes a plugin from the CLI","usage":"plugins:uninstall PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"plugin","description":"plugin to uninstall","required":true}]},"plugins:update":{"id":"plugins:update","description":"update installed plugins","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":[],"flags":{},"args":[]}}}

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

<a name="1.0.9"></a>
## [1.0.9](https://github.com/oclif/plugin-plugins/compare/v1.0.8...v1.0.9) (2018-04-18)
### Bug Fixes
* updated deps ([33d039b](https://github.com/oclif/plugin-plugins/commit/33d039b))
<a name="1.0.8"></a>

@@ -2,0 +10,0 @@ ## [1.0.8](https://github.com/oclif/plugin-plugins/compare/v1.0.7...v1.0.8) (2018-03-24)

@@ -11,2 +11,3 @@ import { Command } from '@oclif/command';

required?: boolean | undefined;
dependsOn?: string[] | undefined;
env?: string | undefined;

@@ -13,0 +14,0 @@ parse(input: boolean, context: any): boolean;

{
"name": "@oclif/plugin-plugins",
"description": "plugins plugin for oclif",
"version": "1.0.8",
"version": "1.0.9",
"author": "Jeff Dickey @jdxcode",

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

"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.4",
"chalk": "^2.3.2",
"cli-ux": "^3.3.26",
"@oclif/command": "^1.4.13",
"chalk": "^2.4.0",
"cli-ux": "^3.3.30",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"http-call": "^5.0.2",
"http-call": "^5.1.0",
"load-json-file": "^4.0.0",

@@ -20,26 +20,26 @@ "npm-run-path": "^2.0.2",

"tslib": "^1.9.0",
"yarn": "^1.5.1"
"yarn": "^1.6.0"
},
"devDependencies": {
"@oclif/config": "^1.3.60",
"@oclif/dev-cli": "^1.4.2",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-help": "^1.2.0",
"@oclif/test": "^1.0.1",
"@oclif/tslint": "^1.0.2",
"@oclif/config": "^1.6.4",
"@oclif/dev-cli": "^1.13.1",
"@oclif/errors": "^1.0.4",
"@oclif/plugin-help": "^1.2.4",
"@oclif/test": "^1.0.5",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.2",
"@types/fs-extra": "^5.0.1",
"@types/fs-extra": "^5.0.2",
"@types/load-json-file": "^2.0.7",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.0",
"@types/node": "^9.6.5",
"@types/semver": "^5.5.0",
"@types/supports-color": "^3.1.0",
"@types/supports-color": "^5.3.0",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"fancy-test": "^1.0.1",
"fancy-test": "^1.0.5",
"globby": "^8.0.1",
"mocha": "^5.0.5",
"ts-node": "5",
"mocha": "^5.1.0",
"ts-node": "6.0.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
"typescript": "^2.8.1"
},

@@ -46,0 +46,0 @@ "engines": {

@@ -60,8 +60,8 @@ @oclif/plugin-plugins

<!-- commands -->
* [mycli plugins](#mycli-plugins)
* [mycli plugins:install PLUGIN...](#mycli-pluginsinstall-plugin)
* [mycli plugins:uninstall PLUGIN...](#mycli-pluginsuninstall-plugin)
* [mycli plugins:update](#mycli-pluginsupdate)
* [`mycli plugins`](#mycli-plugins)
* [`mycli plugins:install PLUGIN...`](#mycli-pluginsinstall-plugin)
* [`mycli plugins:uninstall PLUGIN...`](#mycli-pluginsuninstall-plugin)
* [`mycli plugins:update`](#mycli-pluginsupdate)
## mycli plugins
## `mycli plugins`

@@ -81,5 +81,5 @@ list installed plugins

_See code: [src/commands/plugins.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.8/src/commands/plugins.ts)_
_See code: [src/commands/plugins.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.9/src/commands/plugins.ts)_
### mycli plugins:install PLUGIN...
## `mycli plugins:install PLUGIN...`

@@ -99,5 +99,5 @@ installs a plugin into the CLI

_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.8/src/commands/plugins/install.ts)_
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.9/src/commands/plugins/install.ts)_
### mycli plugins:uninstall PLUGIN...
## `mycli plugins:uninstall PLUGIN...`

@@ -114,5 +114,5 @@ removes a plugin from the CLI

_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.8/src/commands/plugins/uninstall.ts)_
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.9/src/commands/plugins/uninstall.ts)_
### mycli plugins:update
## `mycli plugins:update`

@@ -126,45 +126,3 @@ update installed plugins

_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.8/src/commands/plugins/update.ts)_
## mycli plugins:install PLUGIN...
installs a plugin into the CLI
```
USAGE
$ mycli plugins:install PLUGIN...
ARGUMENTS
PLUGIN plugin to install
EXAMPLE
$ mycli plugins:install heroku-production-status
```
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.8/src/commands/plugins/install.ts)_
## mycli plugins:uninstall PLUGIN...
removes a plugin from the CLI
```
USAGE
$ mycli plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
```
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.8/src/commands/plugins/uninstall.ts)_
## mycli plugins:update
update installed plugins
```
USAGE
$ mycli plugins:update
```
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.8/src/commands/plugins/update.ts)_
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.0.9/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