Socket
Socket
Sign inDemoInstall

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
7
Versions
167
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 3.2.2 to 3.3.0

lib/help.d.ts

16

CHANGELOG.md

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

# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [3.3.0](https://github.com/oclif/plugin-help/compare/v3.2.2...v3.3.0) (2021-08-06)
### Features
* upgrade to oclif-core ([7154ae7](https://github.com/oclif/plugin-help/commit/7154ae7c5c1438d3fbf408d1f49a90165e7a21f3))
### Bug Fixes
* re-add oclif/dev-cli ([5e17dd5](https://github.com/oclif/plugin-help/commit/5e17dd5567a2b7c6afa2bde5eb5504f5048447db))
## [3.2.2](https://github.com/oclif/plugin-help/compare/v3.2.1...v3.2.2) (2021-02-03)

@@ -2,0 +18,0 @@

2

oclif.manifest.json

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

{"version":"3.2.2","commands":{"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","allowNo":false}},"args":[{"name":"command","description":"command to show help for","required":false}]}}}
{"version":"3.3.0","commands":{"commands:help":{"id":"commands:help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","allowNo":false},"all":{"name":"all","type":"boolean","description":"see all commands in CLI","allowNo":false}},"args":[{"name":"command","description":"command to show help for","required":false}]}}}
{
"name": "@oclif/plugin-help",
"description": "standard help for oclif",
"version": "3.2.2",
"version": "3.3.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.5.20",
"@oclif/config": "^1.15.1",
"@oclif/errors": "^1.2.2",
"chalk": "^4.1.0",
"indent-string": "^4.0.0",
"lodash.template": "^4.4.0",
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"widest-line": "^3.1.0",
"wrap-ansi": "^4.0.0"
"@oclif/core": "^0.5.28"
},
"devDependencies": {
"@oclif/dev-cli": "^1.21.0",
"@oclif/plugin-legacy": "^1.1.3",
"@oclif/dev-cli": "^1.26.0",
"@oclif/plugin-plugins": "^1.7.6",
"@oclif/test": "^1.2.2",
"@oclif/test": "core-v1",
"@types/chai": "^4.1.7",
"@types/lodash.template": "^4.4.4",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.14",
"@types/strip-ansi": "^5.2.1",
"@types/wrap-ansi": "^3.0.0",
"chai": "^4.2.0",

@@ -34,6 +20,5 @@ "eslint": "^7.3.1",

"eslint-config-oclif-typescript": "^0.2.0",
"globby": "^11.0.1",
"mocha": "^8.2.1",
"nock": "^13.0.0",
"sinon": "^9.0.1",
"oclif": "^1.18.1",
"shx": "^0.3.3",
"ts-node": "^9.1.1",

@@ -54,9 +39,8 @@ "typescript": "3.8.3"

"license": "MIT",
"main": "./lib/index.js",
"main": "./lib/help.js",
"oclif": {
"commands": "./lib/commands",
"commands": "./lib",
"bin": "oclif",
"devPlugins": [
"@oclif/plugin-plugins",
"@oclif/plugin-legacy"
"@oclif/plugin-plugins"
]

@@ -66,11 +50,11 @@ },

"scripts": {
"build": "rm -rf lib && tsc",
"build": "shx rm -rf lib && tsc",
"lint": "eslint . --ext .ts --config .eslintrc",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"pretest": "yarn build && tsc -p test --noEmit",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"posttest": "yarn lint",
"prepack": "yarn run build && oclif-dev manifest",
"postpack": "rm oclif.manifest.json"
"postpack": "shx rm oclif.manifest.json"
},
"types": "./lib/index.d.ts"
"types": "./lib/help.d.ts"
}
@oclif/plugin-help
===================
standard help for oclif
A CLI command to invoke the standard help functionality from [oclif/core](https://github.com/oclif/core).

@@ -9,5 +9,4 @@ [![Version](https://img.shields.io/npm/v/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)

[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-help?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/plugin-help/branch/master)
[![Codecov](https://codecov.io/gh/oclif/plugin-help/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/plugin-help)
[![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/plugin-help/badge.svg)](https://snyk.io/test/npm/@oclif/plugin-help)
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)
[![License](https://img.shields.io/npm/l/@oclif/plugin-help.svg)](https://github.com/oclif/plugin-help/blob/master/package.json)
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