Socket
Socket
Sign inDemoInstall

homebridge-syntex-dynamic-platform

Package Overview
Dependencies
Maintainers
1
Versions
345
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-dynamic-platform - npm Package Compare versions

Comparing version 1.0.0-b17 to 1.0.0-b18

5

accessories/outlet.js

@@ -14,3 +14,3 @@ const BaseService = require('./base');

homebridgeAccessory.getServiceById(Service.Outlet, serviceConfig.subtype).getCharacteristic(Characteristic.On).on('get', this.getState.bind(this)).on('set', this.setState.bind(this));
//homebridgeAccessory.getServiceById(Service.Outlet, serviceConfig.subtype).getCharacteristic(Characteristic.On).on('get', this.getState.bind(this)).on('set', this.setState.bind(this));

@@ -24,3 +24,3 @@ this.changeHandler = (state) =>

}
/*
getState(callback)

@@ -37,2 +37,3 @@ {

}
*/
}

2

package.json
{
"name": "homebridge-syntex-dynamic-platform",
"version": "1.0.0-b17",
"version": "1.0.0-b18",
"description": "A Dynamic Platform Accessory",

@@ -5,0 +5,0 @@ "main": "platform.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