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

2

accessories/base.js

@@ -8,4 +8,2 @@ module.exports = class BaseService

console.log(5, homebridgeAccessory != null, deviceConfig, serviceConfig);
var subtype = serviceConfig.subtype;

@@ -12,0 +10,0 @@

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

console.log(4, homebridgeAccessory != null, deviceConfig, serviceConfig);
homebridgeAccessory.getServiceById(Service.Outlet, serviceConfig.subtype).getCharacteristic(Characteristic.On).on('get', this.getState.bind(this)).on('set', this.setState.bind(this));

@@ -18,0 +16,0 @@

2

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

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

@@ -26,4 +26,2 @@ const { pid } = require('process');

console.log(this.port);
this.logger = new logger(pluginName, config.log_directory, api.user.storagePath());

@@ -30,0 +28,0 @@

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