mdns-discovery
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -180,3 +180,3 @@ "use strict"; | ||
MulticastDNS.findFirstIP = function (callback) { | ||
MulticastDNS.prototype.findFirstIP = function (callback) { | ||
this.options.returnOnFirstFound = true; | ||
@@ -183,0 +183,0 @@ this.run (function(res) { |
{ | ||
"name": "mdns-discovery", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"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
12659