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

homebridge-plugin-command-dev

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-plugin-command-dev - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

15

config.schema.json
{
"pluginAlias": "homebridge-plugin-command",
"pluginType": "platform",
"pluginType": "accessory",
"singular": false,

@@ -13,3 +13,4 @@ "headerDisplay": "Add a command based accessory below",

"default": "Sample Command",
"description": "Name to be shown for the device"
"description": "Name to be shown for the device",
"required": true
},

@@ -19,3 +20,4 @@ "turn_on": {

"type": "string",
"description": "Command to run when the switch is turned on"
"description": "Command to run when the switch is turned on",
"required": true
},

@@ -25,3 +27,4 @@ "turn_off": {

"type": "string",
"description": "Command to run when the switch is turned off"
"description": "Command to run when the switch is turned off",
"required": true
},

@@ -37,6 +40,2 @@ "check_status": {

"default": false,
"enum": [
true,
false
],
"description": "Exit code 0 is turned off (applies to check status only)"

@@ -43,0 +42,0 @@ }

{
"name": "homebridge-plugin-command-dev",
"version": "1.0.18",
"version": "1.0.19",
"description": "This Homebridge plugin enables you to create virtual switches that can run any custom command when it is turned on or off.",

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

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