Socket
Socket
Sign inDemoInstall

mdns-discovery

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdns-discovery - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

mdns-discovery.js

@@ -82,3 +82,3 @@ "use strict";

var alias = iface[i];
if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal) {
if (alias && alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal) {
self.options.interfaces.push(alias.address);

@@ -85,0 +85,0 @@ debug("found interface: %s", alias.address);

{
"name": "mdns-discovery",
"version": "0.2.3",
"version": "0.2.4",
"description": "Multicast DNS",

@@ -5,0 +5,0 @@ "author": {

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