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

hap-nodejs

Package Overview
Dependencies
Maintainers
0
Versions
550
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hap-nodejs - npm Package Compare versions

Comparing version 1.1.1-alpha.9 to 1.1.1-alpha.10

4

dist/lib/Advertiser.js

@@ -329,3 +329,3 @@ import assert from 'node:assert';

this.avahiServerInterface = await AvahiAdvertiser.avahiInterface(this.bus, 'Server');
await this.avahiServerInterface.on('StateChanged', this.stateChangeHandler);
this.avahiServerInterface.on('StateChanged', this.stateChangeHandler);
}

@@ -389,3 +389,3 @@ }

if (this.avahiServerInterface) {
await this.avahiServerInterface.removeListener('StateChanged', this.stateChangeHandler);
this.avahiServerInterface.removeListener('StateChanged', this.stateChangeHandler);
this.avahiServerInterface = undefined;

@@ -392,0 +392,0 @@ }

{
"name": "hap-nodejs",
"type": "module",
"version": "1.1.1-alpha.9",
"version": "1.1.1-alpha.10",
"description": "HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.",

@@ -6,0 +6,0 @@ "author": "Khaos Tian <khaos.tian@gmail.com> (https://tz.is/)",

Sorry, the diff of this file is not supported yet

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