Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/core

Package Overview
Dependencies
Maintainers
2
Versions
405
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 4.0.24 to 4.0.25

5

lib/command.js

@@ -240,3 +240,4 @@ "use strict";

const argvToParse = hookResult.successes?.length
? hookResult.successes.find((s) => s.plugin.root === cache_1.default.getInstance().get('rootPlugin')?.root)?.result ?? argv
? (hookResult.successes.find((s) => s.plugin.root === cache_1.default.getInstance().get('rootPlugin')?.root)?.result ??
argv)
: argv;

@@ -284,3 +285,3 @@ this.argv = [...argvToParse];

return;
const foundAliases = aliases.filter((alias) => this.argv.some((a) => a.startsWith(alias)));
const foundAliases = aliases.filter((alias) => this.argv.includes(alias));
for (const alias of foundAliases) {

@@ -287,0 +288,0 @@ let preferredUsage = `--${flagDef?.name}`;

2

package.json
{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "4.0.24",
"version": "4.0.25",
"author": "Salesforce",

@@ -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