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

homebridge-plugin-wrapper

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-plugin-wrapper - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

8

index.js

@@ -251,5 +251,7 @@ /* jshint -W097 */

accessory.on('service-characteristic-change', (data) => {
changeEventHandler(accessory, data);
});
if (!isUpdate) {
accessory.on('service-characteristic-change', (data) => {
changeEventHandler(accessory, data);
});
}

@@ -256,0 +258,0 @@ that.knownAccessories[accessory.UUID] = accessory;

{
"name": "homebridge-plugin-wrapper",
"version": "3.0.0",
"version": "3.0.1",
"description": "Wrapper for Homebridge and NodeJS-HAP with reduced dependencies that allows to intercept plugin values and also send to them",

@@ -5,0 +5,0 @@ "author": {

@@ -69,2 +69,5 @@ # homebridge-plugin-wrapper

## Changelog
### 3.0.1 (2022-09-11)
* Prevent multiple subscribes on accessory change events
### 3.0.0 (2022-09-11)

@@ -71,0 +74,0 @@ * Change process and lookup services and characteristics by their UUID anew when polling or such to make sure to get the most current objects (makes it compatible to more plugins)

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