Socket
Socket
Sign inDemoInstall

qcobjects-cli

Package Overview
Dependencies
5
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.55 to 2.4.56

2

package.json
{
"name": "qcobjects-cli",
"version": "2.4.55",
"version": "2.4.56",
"description": "qcobjects cli command line tool",

@@ -5,0 +5,0 @@ "main": "src/index.cjs",

@@ -363,2 +363,10 @@ /**

try {
const commands = CONFIG.get("backend", {commands:[]}).commands || [];
const devCommands = CONFIG.get("backend", {devCommands:[]}).devCommands || [];
setBackendValue("plugins", commands.concat(devCommands));
} catch (e) {
throw Error(`Something went wrong trying to load plugins list: ${e.message}`);
}
logger.info("Dependencies loaded");

@@ -365,0 +373,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc