New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-syntex-webhooks

Package Overview
Dependencies
Maintainers
1
Versions
1176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-webhooks - npm Package Compare versions

Comparing version 2.3.8-b5 to 2.3.8-b6

2

package.json
{
"name": "homebridge-syntex-webhooks",
"version": "2.3.8-b5",
"version": "2.3.8-b6",
"description": "A webhook plugin for HTTP devices",

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

@@ -113,6 +113,4 @@ const { ColoredBulbService } = require('homebridge-syntex-dynamic-platform');

resolve();
this.AutomationSystem.LogikEngine.runAutomation(this, { value : this.value, hue : this.hue, saturation : this.saturation, brightness : this.brightness });
});
}
};

@@ -85,6 +85,4 @@ const { DimmedBulbService } = require('homebridge-syntex-dynamic-platform');

resolve();
this.AutomationSystem.LogikEngine.runAutomation(this, { value : this.value, brightness : this.brightness });
});
}
};
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