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 2.2.1 to 2.3.0

1

example/example.js

@@ -45,2 +45,3 @@ /* jshint -W097 */// jshint strict:false

console.log('Characteristic added: ' + (accessory.displayName?accessory.displayName:accessory.UUID) + '/' + (service.displayName?service.displayName:service.UUID) + '/' + (char.displayName?char.displayName:char.UUID));
// register to characteristic-warning event to get infos on issues on characteristic
}

@@ -47,0 +48,0 @@ }

2

homebridge-version.js

@@ -5,3 +5,3 @@ "use strict";

function getVersion() {
return '1.4.1';
return '1.5.0';
}

@@ -8,0 +8,0 @@ exports.default = getVersion;

{
"name": "homebridge-plugin-wrapper",
"version": "2.2.1",
"version": "2.3.0",
"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": {

@@ -58,2 +58,3 @@ # homebridge-plugin-wrapper

* The homebridge UI/config plugins are not working.
* Since homebridge 1.5.0 there might work plugins that run as ESM modules. Not sure if such modules will work with this library.

@@ -69,2 +70,5 @@ ## What's changed on Homebridge/HAP-NodeJS?

## Changelog
### 2.3.0 (2022-08-17)
* Upgrade to homebridge 1.5.0 (and hap-nodejs 0.10.2)
### 2.2.1 (2022-06-22)

@@ -71,0 +75,0 @@ * Fix missing include files

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