Socket
Socket
Sign inDemoInstall

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.1 to 7.2.0

2

index.js

@@ -63,3 +63,3 @@ var packet = require('dns-packet')

var bind = thunky(function (cb) {
if (!port) return cb(null)
if (!port || opts.bind === false) return cb(null)
socket.once('error', cb)

@@ -66,0 +66,0 @@ socket.bind(port, opts.interface, function () {

{
"name": "multicast-dns",
"version": "7.1.1",
"version": "7.2.0",
"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