Socket
Socket
Sign inDemoInstall

@oclif/core

Package Overview
Dependencies
Maintainers
2
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 4.0.0-beta.5 to 4.0.0-beta.6

4

lib/config/plugin.js

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

})))
// eslint-disable-next-line unicorn/no-await-expression-member, unicorn/prefer-native-coercion-functions
// eslint-disable-next-line unicorn/prefer-native-coercion-functions
.filter((f) => Boolean(f))

@@ -301,2 +301,4 @@ .reduce((commands, [id, c]) => {

`root: ${this.root}`,
...(err.code ? [`code: ${err.code}`] : []),
...(err.message ? [`message: ${err.message}`] : []),
'See more details with DEBUG=*',

@@ -303,0 +305,0 @@ ]).join('\n');

@@ -156,2 +156,3 @@ import { HelpOptions } from './help';

};
disableNpmLookup?: boolean;
node: {

@@ -158,0 +159,0 @@ targets?: string[];

{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"author": "Salesforce",

@@ -50,4 +50,4 @@ "bugs": "https://github.com/oclif/core/issues",

"eslint": "^8.57.0",
"eslint-config-oclif": "^5.1.1",
"eslint-config-oclif-typescript": "^3.1.4",
"eslint-config-oclif": "^5.2.0",
"eslint-config-oclif-typescript": "^3.1.7",
"eslint-config-prettier": "^9.1.0",

@@ -54,0 +54,0 @@ "husky": "^9",

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