Socket
Socket
Sign inDemoInstall

@oclif/plugin-help

Package Overview
Dependencies
1
Maintainers
2
Versions
158
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.0 to 6.2.0

6

lib/index.d.ts

@@ -1,2 +0,4 @@

declare const _default: {};
export default _default;
import Help from './commands/help.js';
export declare const commands: {
help: typeof Help;
};

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

export default {};
import Help from './commands/help.js';
export const commands = {
help: Help,
};

@@ -42,3 +42,3 @@ {

},
"version": "6.1.0"
"version": "6.2.0"
}
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "6.1.0",
"version": "6.2.0",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/core": "^4.0.0-beta.13"
"@oclif/core": "^4"
},

@@ -26,3 +26,3 @@ "devDependencies": {

"mocha": "^10.4.0",
"oclif": "^4.11.1",
"oclif": "^4.12.0",
"prettier": "^3.2.5",

@@ -29,0 +29,0 @@ "shx": "^0.3.4",

@@ -30,3 +30,3 @@ # @oclif/plugin-help

_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.1.0/src/commands/help.ts)_
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.2.0/src/commands/help.ts)_
<!-- commandsstop -->

@@ -33,0 +33,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc