New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hap-nodejs

Package Overview
Dependencies
Maintainers
0
Versions
553
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-beta.10 to 1.1.1-beta.11

9

dist/lib/Advertiser.d.ts

@@ -39,9 +39,2 @@ import { MDNSServerOptions, ServiceTxt } from "@homebridge/ciao";

*/
export declare interface Advertiser {
on(event: "updated-name", listener: (name: string) => void): this;
emit(event: "updated-name", name: string): boolean;
}
/**
* @group Advertiser
*/
export interface ServiceNetworkOptions {

@@ -82,2 +75,4 @@ /**

destroy(): void;
on(event: "updated-name", listener: (name: string) => void): this;
emit(event: "updated-name", name: string): boolean;
}

@@ -84,0 +79,0 @@ /**

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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