Socket
Socket
Sign inDemoInstall

cox

Package Overview
Dependencies
82
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

14

lib/execute.js

@@ -5,9 +5,9 @@ var path = require('path');

var commandName = args._[0];
// try{
try{
command = require( path.join(__dirname, 'commands', commandName ) );
// } catch(ex){
// console.error(('Error: there is no command ' + commandName + ' in cox').error);
// console.error(('run "cox -h" for help').error);
// process.exit(1);
// }
} catch(ex){
console.error(('Error: there is no command ' + commandName + ' in cox').error);
console.error(('run "cox -h" for help').error);
process.exit(1);
}

@@ -19,2 +19,2 @@ command(args).then(function(){

});
};
};
{
"name": "cox",
"version": "1.0.4",
"version": "1.0.5",
"preferGlobal": "true",

@@ -5,0 +5,0 @@ "description": "git commander for multi-repositories",

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