mdns-discovery
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -190,3 +190,4 @@ "use strict"; | ||
}); | ||
if (!found) this.found.push({ | ||
if (found) return; | ||
this.found.push({ | ||
ip: rinfo.address, | ||
@@ -193,0 +194,0 @@ //name: a.name |
{ | ||
"name": "mdns-discovery", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Multicast DNS", | ||
@@ -5,0 +5,0 @@ "author": { |
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
11494
217