multicast-dns
Advanced tools
Comparing version 7.2.1 to 7.2.2
@@ -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 @@ } |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21480
461