Socket
Socket
Sign inDemoInstall

@tritter/homebridge-shelly

Package Overview
Dependencies
110
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.19.3 to 0.19.4

.nvmrc

4

accessories/factory.js

@@ -454,4 +454,4 @@

} else if (config.sensors &&
(index > super.numberOfAccessories - 1)) {
const sensorIndex = index - super.numberOfAccessories
((index + 1) > super.numberOfAccessories)) {
const sensorIndex = index
return new ShellyTemperatureAddOnAccessory(

@@ -458,0 +458,0 @@ this.device,

{
"name": "@tritter/homebridge-shelly",
"version": "0.19.3",
"version": "0.19.4",
"description": "Shelly plugin for Homebridge",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc