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

dnssd

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnssd - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

0

lib/Advertisement.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

13

lib/NetworkInterface.js

@@ -247,3 +247,2 @@ 'use strict';

<<<<<<< HEAD
[].concat(_toConsumableArray(new Set(addresses))).forEach(function (address) {

@@ -255,12 +254,2 @@ try {

}
=======
[].concat(_toConsumableArray(new Set(addresses))).filter(function (add) {
return add.family === 'IPv4';
}).forEach(function (add) {
try {
return socket.addMembership(MDNS_ADDRESS.IPv4, add.address);
} catch (e) {
console.log('OUCH! - could not add membership to interface ' + add.address, e);
}
>>>>>>> 37ea0459bdcd674f612d4fc227b7a4d5232a125b
});

@@ -454,2 +443,2 @@

module.exports = NetworkInterface;
module.exports = NetworkInterface;

@@ -341,7 +341,2 @@ 'use strict';

if ( ! incomingRegords ) {
debug('incoming records not defined yet');
return;
}
for (var i = 0; i < Math.max(records.length, incomingRecords.length); i++) {

@@ -394,2 +389,2 @@ pairs.push([records[i], incomingRecords[i]]);

module.exports = Probe;
module.exports = Probe;

2

package.json
{
"name": "dnssd",
"version": "0.4.0",
"version": "0.4.1",
"description": "Bonjour/Avahi-like service discovery in pure JavaScript",

@@ -5,0 +5,0 @@ "keywords": [

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