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

koatty_cli

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_cli - npm Package Compare versions

Comparing version 1.12.5 to 1.12.6

4

lib/index.js

@@ -450,7 +450,7 @@ #!/usr/bin/env node

if (helper.isEmpty(file)) {
console.error('please input the config file path. use the default value: `-f ./dist/config/db.js`');
console.log('please input the config file path. use the default value: `-f ./dist/config/db.js`');
file = './dist/config/db.js';
}
if (helper.isEmpty(key)) {
console.error('please input the database config key. use the default value: `-k database`');
console.log('please input the database config key. use the default value: `-k database`');
key = 'database';

@@ -457,0 +457,0 @@ }

{
"name": "koatty_cli",
"version": "1.12.5",
"version": "1.12.6",
"description": "Koatty command line tool.",

@@ -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