New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

status-dev-cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

status-dev-cli - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

10

index.js

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

function printMan() {
console.log(chalk.red("Cannot connect to Status"));
console.error(chalk.red("Cannot connect to Status."));
console.log("1. Please, ensure that your device is connected to your computer;");
console.log("2. If it is connected, ensure that you're logged in and the debug mode is enabled");
console.log("2. If it is connected, ensure that you're logged in and the debug mode is enabled.");
console.log();

@@ -114,3 +114,3 @@ console.log("Check our guide for more information:");

} else {
console.log(chalk.green("DApp has been added succesfully"));
console.log(chalk.green("DApp has been added succesfully."));
}

@@ -135,3 +135,3 @@ });

} else {
console.log(chalk.green("DApp has been removed succesfully"));
console.log(chalk.green("DApp has been removed succesfully."));
}

@@ -189,3 +189,3 @@ });

cli.on("*", function(command) {
console.error("Unknown command " + command[0] + ". See --help for valid commands")
console.error("Unknown command " + command[0] + ". See --help for valid commands.")
});

@@ -192,0 +192,0 @@

{
"name": "status-dev-cli",
"version": "2.1.0",
"version": "2.1.1",
"description": "CLI for Status",

@@ -5,0 +5,0 @@ "main": "index.js",

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