New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/command

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/command - npm Package Compare versions

Comparing version 1.8.13 to 1.8.14

5

CHANGELOG.md

@@ -5,3 +5,3 @@ # Changelog

### [1.8.13](https://github.com/oclif/command/compare/v1.8.12...v1.8.13) (2021-12-10)
### [1.8.14](https://github.com/oclif/command/compare/v1.8.13...v1.8.14) (2021-12-14)

@@ -11,4 +11,3 @@

* bump deps ([#298](https://github.com/oclif/command/issues/298)) ([938a11c](https://github.com/oclif/command/commit/938a11c4ddaa03e60c7682f5a90a1a8d62d96288))
* recursive installation failure due to dep cycle ([18af8a4](https://github.com/oclif/command/commit/18af8a4f042593189b50d4663771867a854da09c))
* remove @oclif/plugin-help ([#302](https://github.com/oclif/command/issues/302)) ([3a00d2a](https://github.com/oclif/command/commit/3a00d2a212f2e5848634110efbbf10f97e39c1cb))

@@ -15,0 +14,0 @@ ## [1.8.13](https://github.com/oclif/command/compare/v1.8.12...v1.8.13) (2021-12-10)

4

lib/command.js

@@ -6,5 +6,5 @@ "use strict";

const Errors = require("@oclif/errors");
const help_1 = require("@oclif/help");
const util_1 = require("util");
const util_2 = require("./util");
const plugin_help_1 = require("@oclif/plugin-help");
/**

@@ -118,3 +118,3 @@ * swallows stdout epipe errors

_help() {
const HelpClass = plugin_help_1.getHelpClass(this.config);
const HelpClass = help_1.getHelpClass(this.config);
const help = new HelpClass(this.config);

@@ -121,0 +121,0 @@ const cmd = Config.Command.toCached(this.ctor);

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const help_1 = require("@oclif/help");
const command_1 = require("./command");
const plugin_help_1 = require("@oclif/plugin-help");
const ROOT_INDEX_CMD_ID = '';

@@ -45,3 +45,3 @@ class Main extends command_1.default {

_help() {
const HelpClass = plugin_help_1.getHelpClass(this.config);
const HelpClass = help_1.getHelpClass(this.config);
const help = new HelpClass(this.config);

@@ -48,0 +48,0 @@ help.showHelp(this.argv);

{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.8.13",
"version": "1.8.14",
"author": "Salesforce",

@@ -11,3 +11,3 @@ "bugs": "https://github.com/oclif/command/issues",

"@oclif/parser": "^3.8.6",
"@oclif/plugin-help": "3.2.14",
"@oclif/help": "^1.0.0",
"debug": "^4.1.1",

@@ -54,3 +54,2 @@ "semver": "^7.3.2"

"devPlugins": [
"@oclif/plugin-help",
"@oclif/plugin-plugins"

@@ -69,6 +68,3 @@ ]

},
"types": "lib/index.d.ts",
"resolutions": {
"@oclif/plugin-help": "3.2.14"
}
"types": "lib/index.d.ts"
}
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