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

cloud-config-toolkit-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloud-config-toolkit-cli - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

13

bin/cct.js

@@ -16,5 +16,14 @@ #!/usr/bin/env node

if (error.code === 'MODULE_NOT_FOUND') {
console.log(chalk.red('Error: ') + chalk.green(modulePath) + ' not found in the project directory.\n');
switch (modulePath) {
case './cct.conf.js':
console.log(chalk.red('Error: ') + chalk.green('cct.conf.js') + ' configuration file not found in the project directory.');
break;
default:
console.log(chalk.red('Error: ') + chalk.green(modulePath) + ' not found in the project directory.');
}
} else {
throw error;
}
throw error;
process.exit(1);
}

@@ -21,0 +30,0 @@

2

package.json
{
"name": "cloud-config-toolkit-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "Cloud config toolkit: command line module",

@@ -5,0 +5,0 @@ "scripts": {

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