Huge News!Announcing our $40M Series B led by Abstract Ventures.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 3.2.1 to 3.2.2

3

cli.js

@@ -78,3 +78,3 @@ #!/usr/bin/env node

obj["dapp-url"] = json["dapp-url"] || json["bot-url"];
obj["dapp-url"] = json["dapp-url"] || json["bot-url"] || cli.dappUrl;
if (!obj["dapp-url"]) {

@@ -308,2 +308,3 @@ console.error(chalk.red("Neither 'dapp-url' nor 'bot-url' have been found in your package.json file."));

.option("--ip [ip]", "IP address of your device")
.option("--dappUrl [url]", "Custom DApp URL (overrides the one from the package.json)")
.parse(process.argv);
{
"name": "status-dev-cli",
"version": "3.2.1",
"version": "3.2.2",
"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