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

multicast-dns

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multicast-dns - npm Package Compare versions

Comparing version 7.2.1 to 7.2.2

5

index.js

@@ -156,3 +156,6 @@ var packet = require('dns-packet')

var iface = net[j]
if (iface.family === 'IPv4' && !iface.internal) return '0.0.0.0'
if (iface.family === 'IPv4' && !iface.internal) {
if (os.platform() === 'darwin' && names[i] === 'en0') return iface.address
return '0.0.0.0'
}
}

@@ -159,0 +162,0 @@ }

2

package.json
{
"name": "multicast-dns",
"version": "7.2.1",
"version": "7.2.2",
"description": "Low level multicast-dns implementation in pure javascript",

@@ -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