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 5.4.0 to 5.5.0

1

index.js

@@ -58,2 +58,3 @@ var packets = require('./packets')

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

@@ -60,0 +61,0 @@ socket.bind(port, function () {

2

package.json
{
"name": "multicast-dns",
"version": "5.4.0",
"version": "5.5.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