Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-rflink

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-rflink - npm Package Compare versions

Comparing version 1.3.2-dev.6 to 1.3.2-dev.7

3

dist/index.js

@@ -197,2 +197,3 @@ "use strict";

return callback();
this.log(`received target position of ${this.config.type.toLowerCase()} '${this.config.name}' to ${value}`);
this.targetPosition = this.config.positioningTiming

@@ -240,3 +241,3 @@ ? value

const dt = this.config.positioningTiming / 100;
this.positionState = dx ? 1 : 0;
this.positionState = dx > 0 ? 1 : 0;
this.moveCurrentPositionBy(dx, dt * 1000);

@@ -243,0 +244,0 @@ }

{
"name": "homebridge-rflink",
"version": "1.3.2-dev.6",
"version": "1.3.2-dev.7",
"description": "RFLink support for Homebridge",

@@ -5,0 +5,0 @@ "license": "MIT",

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