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.0 to 3.5.1

7

lib/Service.js

@@ -51,8 +51,9 @@ 'use strict'

updateTxt: function (txt) {
this._unpublish()
if (this.packet) { this.emit('service-packet-change', this.packet, this.onAnnounceComplete.bind(this)) }
this.packet = null
this.txt = txt
if (!this.published) { return }
this._unpublish()
this.announce()

@@ -59,0 +60,0 @@ },

{
"name": "bonjour-hap",
"version": "3.5.0",
"version": "3.5.1",
"description": "A Bonjour/Zeroconf implementation in pure JavaScript (for HAP)",

@@ -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