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.1-b2 to 1.0.1-b3

2

accessories/light.js

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

super(homebridgeAccessory, deviceConfig, serviceConfig, Service.ContactSensor, manager);
super(homebridgeAccessory, deviceConfig, serviceConfig, Service.LightSensor, manager);

@@ -15,0 +15,0 @@ homebridgeAccessory.getServiceById(Service.LightSensor, serviceConfig.subtype).getCharacteristic(Characteristic.CurrentAmbientLightLevel).on('get', this.getState.bind(this));

{
"name": "homebridge-syntex-dynamic-platform",
"version": "1.0.1-b2",
"version": "1.0.1-b3",
"description": "A Dynamic Platform Accessory",

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