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

bonjour-hap

Package Overview
Dependencies
Maintainers
1
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.5.3 to 3.5.4

5

lib/Browser.js

@@ -178,4 +178,7 @@ 'use strict'

} else if (rr.type === 'TXT') {
// rr.data is an Array of Buffer instead of Buffer
service.rawTxt = rr.data
service.txt = txt.decode(rr.data)
service.txt = rr.data.reduce((acc, elt) => {
return Object.assign(acc, txt.decode(elt))
}, {})
}

@@ -182,0 +185,0 @@ })

6

package.json
{
"name": "bonjour-hap",
"version": "3.5.3",
"version": "3.5.4",
"description": "A Bonjour/Zeroconf implementation in pure JavaScript (for HAP)",

@@ -25,3 +25,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/watson/bonjour.git"
"url": "https://github.com/KhaosT/bonjour.git"
},

@@ -46,3 +46,3 @@ "keywords": [

},
"homepage": "https://github.com/watson/bonjour",
"homepage": "https://github.com/KhaosT/bonjour",
"coordinates": [

@@ -49,0 +49,0 @@ 55.68250900965318,

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