Socket
Socket
Sign inDemoInstall

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
2
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-help - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

.oclif.manifest.json

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

{"version":"1.0.0","commands":{"commands":{"id":"commands","pluginName":"@oclif/plugin-help","pluginType":"core","hidden":true,"aliases":[],"flags":{"version":{"name":"version","type":"boolean","description":"show CLI version"},"help":{"name":"help","type":"boolean","description":"show CLI help"}},"args":[]},"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI"}},"args":[{"name":"command","description":"command to show help for","required":false}]}}}
{"version":"1.0.1","commands":{"commands":{"id":"commands","pluginName":"@oclif/plugin-help","pluginType":"core","hidden":true,"aliases":[],"flags":{"version":{"name":"version","type":"boolean","description":"show CLI version"},"help":{"name":"help","type":"boolean","description":"show CLI help"}},"args":[]},"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI"}},"args":[{"name":"command","description":"command to show help for","required":false}]}}}

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

<a name="1.0.1"></a>
## [1.0.1](https://github.com/oclif/plugin-help/compare/v1.0.0...v1.0.1) (2018-02-13)
### Bug Fixes
* updated command ([6517639](https://github.com/oclif/plugin-help/commit/6517639))
<a name="0.7.4"></a>

@@ -2,0 +10,0 @@ ## [0.7.4](https://github.com/oclif/plugin-help/compare/v0.7.3...v0.7.4) (2018-02-13)

{
"name": "@oclif/plugin-help",
"description": "standard help for oclif",
"version": "1.0.0",
"version": "1.0.1",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.2.20",
"@oclif/command": "^1.2.23",
"chalk": "^2.3.1",

@@ -17,9 +17,9 @@ "indent-string": "^3.2.0",

"devDependencies": {
"@oclif/config": "^1.3.45",
"@oclif/dev-cli": "^0.3.13",
"@oclif/config": "^1.3.48",
"@oclif/dev-cli": "^1.0.0",
"@oclif/errors": "^1.0.1",
"@oclif/plugin-legacy": "^0.1.7",
"@oclif/plugin-plugins": "^0.2.17",
"@oclif/test": "^0.10.16",
"@oclif/tslint": "^0.2.7",
"@oclif/plugin-legacy": "^1.0.0",
"@oclif/plugin-plugins": "^1.0.0",
"@oclif/test": "^1.0.0",
"@oclif/tslint": "^1.0.1",
"@types/chai": "^4.1.2",

@@ -34,6 +34,7 @@ "@types/indent-string": "^3.0.0",

"concurrently": "^3.5.1",
"globby": "^7.1.1",
"globby": "^8.0.0",
"mocha": "^5.0.0",
"strip-ansi": "^4.0.0",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.7.1"

@@ -40,0 +41,0 @@ },

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