multicast-dns
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -17,3 +17,3 @@ #!/usr/bin/env node | ||
var ip = getIp() | ||
mdns.on('query', function (query) { | ||
mdns.on('query', function (query, rinfo) { | ||
query.questions.forEach(function (q) { | ||
@@ -28,3 +28,3 @@ if (q.name === hostname) { | ||
}] | ||
}) | ||
}, {port: rinfo.port}) | ||
} | ||
@@ -31,0 +31,0 @@ }) |
{ | ||
"name": "multicast-dns", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"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
20943