bonjour-hap
Advanced tools
Comparing version 3.5.3 to 3.5.4
@@ -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 @@ }) |
{ | ||
"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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
864
5
35505
13