Socket
Socket
Sign inDemoInstall

mdns-discovery

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdns-discovery - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

3

mdns-discovery.js

@@ -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": {

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