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-b21 to 1.0.0-b22

src/flux_led_new.py

2

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

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

@@ -39,3 +39,3 @@ //

const self = this
const cmd = path.join(__dirname, '../flux_led.py ' + lightAgent.getAddress(address) + command)
const cmd = path.join(__dirname, '../flux_led_new.py ' + lightAgent.getAddress(address) + command)
if (self.homebridge.debug) {

@@ -42,0 +42,0 @@ self.log(cmd)

@@ -141,3 +141,3 @@ //

const self = this
const cmd = path.join(__dirname, '../flux_led.py')
const cmd = path.join(__dirname, '../flux_led_new.py')
self.log('Discovering Devices')

@@ -144,0 +144,0 @@ this.proc = spawn(cmd, ['-s'])

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