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

homebridge-syntex-dynamic-platform

Package Overview
Dependencies
Maintainers
1
Versions
348
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-dynamic-platform - npm Package Compare versions

Comparing version 1.0.8-b55 to 1.0.8-b56

2

package.json
{
"name": "homebridge-syntex-dynamic-platform",
"version": "1.0.8-b55",
"version": "1.0.8-b56",
"description": "A Dynamic Platform Accessory",

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

@@ -113,3 +113,3 @@ const DimmedBulbService = require('./dimmedBulb');

this.changedPower = true;
this.changedValue = true;
}

@@ -144,7 +144,7 @@

if(this.changedPower)
if(this.changedValue)
{
powerCallback(() => {
this.changedPower = false;
this.changedValue = false;

@@ -151,0 +151,0 @@ this.running = false;

@@ -80,3 +80,3 @@ const LightBulbService = require('./lightBulb');

this.changedPower = true;
this.changedValue = true;
}

@@ -97,7 +97,7 @@

if(this.changedPower)
if(this.changedValue)
{
powerCallback(() => {
this.changedPower = false;
this.changedValue = false;

@@ -104,0 +104,0 @@ this.running = false;

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