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 6.0.1 to 6.1.0

2

index.js

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

socket.once('error', cb)
socket.bind(port, function () {
socket.bind(port, opts.interface, function () {
socket.removeListener('error', cb)

@@ -64,0 +64,0 @@ cb(null)

{
"name": "multicast-dns",
"version": "6.0.1",
"version": "6.1.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