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

@cedx/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cedx/cli - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

lib/cli/db_backup.js

2

lib/cli.js

@@ -30,5 +30,7 @@ var command, error, index, path, positionals, run, tokens, usage, values, version;

Commands:
db-backup [options] <directory> Backup a set of MariaDB tables.
db-charset [options] <collation> Alter the character set of MariaDB tables.
db-engine [options] <engine> Alter the storage engine of MariaDB tables.
db-optimize [options] Optimize a set of MariaDB tables.
db-restore [options] <fileOrDirectory> Restore a set of MariaDB tables.
iconv [options] <fileOrDirectory> Convert the encoding of input files.

@@ -35,0 +37,0 @@ jdk [options] Download and install the latest OpenJDK release.

2

lib/cli/iconv.js

@@ -69,3 +69,3 @@ var usage;

results = [];
for await (file of files) {
for (file of files) {
if (file.isFile()) {

@@ -72,0 +72,0 @@ results.push((await this._transcodeFile(join(file.parentPath, file.name))));

@@ -9,3 +9,3 @@ {

"type": "module",
"version": "1.1.0",
"version": "1.2.0",
"author": {

@@ -12,0 +12,0 @@ "email": "cedric@belin.io",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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