Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

multicast-dns

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multicast-dns - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

4

cli.js

@@ -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",

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