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.1.5 to 1.1.6

2

.oclif.manifest.json

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

{"version":"1.1.5","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:link":{"id":"plugins:link","description":"links a plugin into the CLI for development","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":"path","description":"path to plugin","required":true,"default":"."}]},"plugins:uninstall":{"id":"plugins:uninstall","description":"removes a plugin from the CLI","usage":"plugins:uninstall PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":["plugins:unlink"],"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.1.6","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:link":{"id":"plugins:link","description":"links a plugin into the CLI for development","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":"path","description":"path to plugin","required":true,"default":"."}]},"plugins:uninstall":{"id":"plugins:uninstall","description":"removes a plugin from the CLI","usage":"plugins:uninstall PLUGIN...","pluginName":"@oclif/plugin-plugins","pluginType":"core","aliases":["plugins:unlink"],"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.1.6"></a>
## [1.1.6](https://github.com/oclif/plugin-plugins/compare/v1.1.5...v1.1.6) (2018-05-01)
### Bug Fixes
* updated command and fs-extra ([b5beef0](https://github.com/oclif/plugin-plugins/commit/b5beef0))
<a name="1.1.5"></a>

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

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

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

"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.16",
"@oclif/command": "^1.4.18",
"chalk": "^2.4.1",
"cli-ux": "^3.4.1",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"fs-extra": "^6.0.0",
"http-call": "^5.1.1",

@@ -23,6 +23,6 @@ "load-json-file": "^4.0.0",

"devDependencies": {
"@oclif/config": "^1.6.13",
"@oclif/dev-cli": "^1.13.8",
"@oclif/errors": "^1.0.6",
"@oclif/plugin-help": "^1.2.5",
"@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",

@@ -34,3 +34,3 @@ "@oclif/tslint": "^1.1.0",

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

@@ -40,6 +40,6 @@ "@types/supports-color": "^5.3.0",

"concurrently": "^3.5.1",
"fancy-test": "^1.0.5",
"fancy-test": "^1.0.6",
"globby": "^8.0.1",
"mocha": "^5.1.1",
"ts-node": "6.0.1",
"ts-node": "6.0.2",
"tslint": "^5.9.1",

@@ -46,0 +46,0 @@ "typescript": "^2.8.3"

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

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

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

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

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

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

@@ -135,3 +135,3 @@ ## `mycli plugins:uninstall PLUGIN...`

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

@@ -147,3 +147,3 @@ ## `mycli plugins:update`

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