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

homebridge-syntex-magichome

Package Overview
Dependencies
Maintainers
1
Versions
423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-magichome - npm Package Compare versions

Comparing version 1.2.5-b3 to 1.2.5-b4

4

package.json
{
"name": "homebridge-syntex-magichome",
"version": "1.2.5-b3",
"version": "1.2.5-b4",
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes",

@@ -15,3 +15,3 @@ "main": "index.js",

"color-convert": "^1.5.0",
"homebridge-syntex-dynamic-platform": "1.0.8-b49"
"homebridge-syntex-dynamic-platform": "1.0.8-b51"
},

@@ -18,0 +18,0 @@ "keywords": [

@@ -104,3 +104,3 @@ const { ColoredBulbService } = require('homebridge-syntex-dynamic-platform');

{
this.logger.log('update', this.id, this.letters, '%update_state[0]% [' + this.name + '] %update_state[1]% [' + this.getStateText(this.letters) + '] ( ' + this.id + ' )');
this.logger.log('update', this.id, this.letters, '%update_state[0]% [' + this.name + '] %update_state[1]% [' + this.getStateText() + '] ( ' + this.id + ' )');
}

@@ -169,4 +169,3 @@ else

}
}, false);
});
}

@@ -206,4 +205,3 @@

}
}, false);
});
}

@@ -243,4 +241,3 @@

}
}, false);
});
}

@@ -320,7 +317,7 @@

{
super.setHue(hsl[0], null, false);
super.setSaturation(hsl[1], null, false);
super.setBrightness(hsl[2], null, false);
super.setHue(hsl[0]);
super.setSaturation(hsl[1]);
super.setBrightness(hsl[2]);
this.logger.log('update', this.id, this.letters, '%update_state[0]% [' + this.name + '] %update_state[1]% [' + this.getStateText(this.letters) + '] ( ' + this.id + ' )');
this.logger.log('update', this.id, this.letters, '%update_state[0]% [' + this.name + '] %update_state[1]% [' + this.getStateText() + '] ( ' + this.id + ' )');
}

@@ -327,0 +324,0 @@ }

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