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.2.2 to 0.2.3

3

mdns-discovery.js

@@ -136,3 +136,4 @@ "use strict";

var self = this;
function sendIt() {
//function sendIt() {
var sendIt = function () {
var payload = self.getPayload();

@@ -139,0 +140,0 @@ client.send(payload, 0, payload.length, self.options.port, self.options.ip, function (err, bytes) {

{
"name": "mdns-discovery",
"version": "0.2.2",
"version": "0.2.3",
"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