Socket
Socket
Sign inDemoInstall

@oclif/core

Package Overview
Dependencies
Maintainers
7
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/core - npm Package Compare versions

Comparing version 0.5.29 to 0.5.30

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.5.30](https://github.com/oclif/core/compare/v0.5.29...v0.5.30) (2021-08-16)
### Bug Fixes
* update collateSpacedCmdIDFromArgs ([#230](https://github.com/oclif/core/issues/230)) ([4687287](https://github.com/oclif/core/commit/46872871cb8c7e8749298344a575751638ab2c04))
### [0.5.29](https://github.com/oclif/core/compare/v0.5.28...v0.5.29) (2021-08-10)

@@ -7,0 +14,0 @@

2

lib/help/util.js

@@ -42,3 +42,3 @@ "use strict";

const subCommands = config.commands.filter(c => (c.id).startsWith(finalizeId()));
return Boolean(subCommands.find(cmd => !cmd.strict || cmd.args.length > 0));
return Boolean(subCommands.find(cmd => cmd.strict === false || cmd.args.length > 0));
};

@@ -45,0 +45,0 @@ for (const arg of argv) {

{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "0.5.29",
"version": "0.5.30",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/core/issues",

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