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.0.2 to 5.1.0

3

index.js

@@ -30,3 +30,4 @@ var packets = require('./packets')

socket.on('error', function (err) {
that.emit('warning', err)
if (err.code === 'EACCES' || err.code === 'EADDRINUSE') that.emit('error', err)
else that.emit('warning', err)
})

@@ -33,0 +34,0 @@

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