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.8 to 1.3.2-dev.9

8

dist/index.js

@@ -209,4 +209,8 @@ "use strict";

// Send command only if the direction changed or it is not moving at all
this.sendCommand(command, callback);
this.startMovingCurrentPosition();
this.sendCommand(command, (err) => {
if (!err) {
this.startMovingCurrentPosition();
}
callback(err);
});
}

@@ -213,0 +217,0 @@ else {

{
"name": "homebridge-rflink",
"version": "1.3.2-dev.8",
"version": "1.3.2-dev.9",
"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