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.0.0-b30 to 1.0.0-b31

2

package.json
{
"name": "homebridge-syntex-magichome",
"version": "1.0.0-b30",
"version": "1.0.0-b31",
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes",

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

@@ -46,3 +46,3 @@ const cp = require('child_process')

this.log(' ** Fetched Lights from Cache **');
this.log(devices);
this.logger.debug(devices);

@@ -60,3 +60,3 @@ return devices;

this.log('Saving Lights');
this.log(data);
this.logger.debug(data);

@@ -194,3 +194,3 @@ this.storage.setItem(cacheKey, data).then(() => {

self.log(newData);
self.logger.debug(newData);
self.cachedAddress = self.parseDevices(newData);

@@ -201,3 +201,3 @@ });

self.log('Error : ' + data)
self.logger.log('error', 'bridge', 'Bridge', 'Error : ' + data)
});

@@ -216,3 +216,3 @@

this.log(this.cachedAddress);
this.logger.debug(this.cachedAddress);

@@ -219,0 +219,0 @@ setTimeout(this.getDevices.bind(this), this.pollingInterval);

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