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 0.1.6 to 0.1.7

2

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

@@ -5,0 +5,0 @@ "main": "qcobjects-cli.js",

@@ -29,2 +29,12 @@ #!/usr/bin/env node

global.set('backendAvailable',true);
if (typeof CONFIG.get('basePath') != 'undefined'){
logger.debug(`Changing the current directory: ${process.cwd()}`);
try {
process.chdir(CONFIG.get('basePath'));
logger.debug(`New directory: ${process.cwd()}`);
} catch (err) {
logger.warn(`It was impossible to change the current chdir: ${err}`);
}
}
}

@@ -34,3 +44,2 @@ }catch (e){

}
require(absolutePath+'/org.quickcorp.qcobjects.main.http2.server.js');

@@ -37,0 +46,0 @@

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