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 3.2.2 to 3.2.3

13

cli.js

@@ -102,6 +102,4 @@ #!/usr/bin/env node

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("3. If you use Android, you should also execute " +
chalk.yellow("adb forward tcp:5561 tcp:5561") + " before using development tools.")
console.log("1. Please, ensure that your device is accessible from your computer;");
console.log("2. If it is, ensure that you're logged in and the debug mode is enabled;");
console.log();

@@ -246,3 +244,8 @@ console.log("Check our docs for more information:");

var browser = mdns.createBrowser(mdns.tcp('http'));
var sequence = [
mdns.rst.DNSServiceResolve(),
'DNSServiceGetAddrInfo' in mdns.dns_sd ? mdns.rst.DNSServiceGetAddrInfo({families:[0]}) : mdns.rst.getaddrinfo({families:[0]}),
mdns.rst.makeAddressesUnique()
];
var browser = mdns.createBrowser(mdns.tcp('http'), {resolverSequence: sequence});
browser.on('serviceUp', function(service) {

@@ -249,0 +252,0 @@ if (service.port == statusDebugServerPort) {

{
"name": "status-dev-cli",
"version": "3.2.2",
"version": "3.2.3",
"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