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

qcobjects-cli

Package Overview
Dependencies
Maintainers
1
Versions
198
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.23 to 0.1.24

2

org.quickcorp.qcobjects.cli.js

@@ -278,3 +278,3 @@ /**

this.program.on('command:*', function () {
console.error('Invalid command: %s\nSee --help for a list of available commands.', program.args.join(' '));
console.error('Invalid command: %s\nSee --help for a list of available commands.', switchCommander.program.args.join(' '));
process.exit(1);

@@ -281,0 +281,0 @@ });

{
"name": "qcobjects-cli",
"version": "0.1.23",
"version": "0.1.24",
"description": "qcobjects cli command line tool",

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

@@ -35,2 +35,3 @@ #!/usr/bin/env node

require('qcobjects');
logger.debugEnabled = false;
const welcometo = 'Welcome to \n';

@@ -37,0 +38,0 @@ const instructions = '';

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