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

bonjour-hap

Package Overview
Dependencies
Maintainers
9
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bonjour-hap - npm Package Compare versions

Comparing version 3.6.4 to 3.6.5

4

lib/Server.js

@@ -58,4 +58,4 @@ 'use strict'

this.mdns.respond({
answers: answers,
additionals: additionals
answers,
additionals
}, err => {

@@ -62,0 +62,0 @@ if (err) throw err // TODO: Handle this (if no callback is given, the error will be ignored)

@@ -242,3 +242,3 @@ 'use strict'

flush: true,
data: data
data
}

@@ -245,0 +245,0 @@ },

@@ -16,3 +16,3 @@ const os = require('os')

module.exports = {
resolveInterface: resolveInterface
resolveInterface
}
{
"name": "bonjour-hap",
"version": "3.6.4",
"version": "3.6.5",
"description": "A Bonjour/Zeroconf implementation in pure JavaScript (for HAP)",

@@ -44,14 +44,13 @@ "main": "index.js",

"array-flatten": "^2.1.2",
"deep-equal": "^2.0.5",
"deep-equal": "^2.2.3",
"multicast-dns": "^7.2.5",
"multicast-dns-service-types": "^1.1.0",
"ip": "^1.1.8"
"multicast-dns-service-types": "^1.1.0"
},
"devDependencies": {
"after-all": "^2.0.2",
"standard": "^17.0.0",
"tape": "^5.6.1",
"standard": "^17.1.0",
"tape": "^5.7.5",
"nyc": "^15.1.0",
"rimraf": "^3.0.2"
"rimraf": "^5.0.5"
}
}

@@ -5,3 +5,3 @@ # bonjour-hap

![NPM-Downloads](https://badgen.net/npm/dt/bonjour-hap)
![Node-CI](https://github.com/homebridge/bonjour/workflows/Node-CI/badge.svg)
[![Node Build](https://github.com/homebridge/bonjour/actions/workflows/nodejs.yml/badge.svg)](https://github.com/homebridge/bonjour/actions/workflows/nodejs.yml)
[![Coverage Status](https://coveralls.io/repos/github/homebridge/bonjour/badge.svg?branch=master)](https://coveralls.io/github/homebridge/bonjour?branch=master)

@@ -8,0 +8,0 @@

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