Socket
Socket
Sign inDemoInstall

qcobjects-cli

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcobjects-cli - npm Package Compare versions

Comparing version 2.4.45 to 2.4.46

8

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

@@ -27,3 +27,3 @@ "main": "src/index.cjs",

"mime": "^2.4.7",
"qcobjects": "^2.4.71",
"qcobjects": "^2.4.73",
"yaml": "^2.2.2",

@@ -48,3 +48,3 @@ "qcobjects-sdk": "^2.4.33"

"jasmine": "^3.99.0",
"qcobjects": "^2.4.71",
"qcobjects": "^2.4.73",
"qcobjects-sdk": "^2.4.34",

@@ -54,3 +54,3 @@ "qcobjects-tsconfig": "^2.4.10"

"peerDependencies": {
"qcobjects": "^2.4.71",
"qcobjects": "^2.4.73",
"qcobjects-sdk": "^2.4.33"

@@ -57,0 +57,0 @@ },

@@ -240,4 +240,3 @@ /**

} catch (e) {
logger.debug("An unhandled error occurred during timeout catching...");
logger.debug(e.message);
logger.debug(`An unhandled error occurred during timeout catching: ${e}`);
}

@@ -244,0 +243,0 @@

Sorry, the diff of this file is not supported yet

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