New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-blinds-udp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-blinds-udp - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

index.js

@@ -79,7 +79,5 @@ 'use strict';

if (this.timeout != null) clearTimeout(this.timeout);
this.udpRequest(this.host, this.port, this.stopURL, function() {
this.log("Already here")
}.bind(this));
callback(null);
return;
this.log("Already here");
callback(null);
return;
}

@@ -142,2 +140,2 @@ const moveUp = (this.currentTargetPosition >= this.lastPosition);

return [this.service];
}
}

2

package.json
{
"name": "homebridge-blinds-udp",
"version": "1.0.0",
"version": "1.0.1",
"author": "nitaybz",

@@ -5,0 +5,0 @@ "description": "A Homebridge plugin to control blinds trough UDP packets - inspired by Homebridge-NooLite-HTTP-Blinds by JenRus",

@@ -6,2 +6,11 @@ # homebridge-blinds-udp

_________________________________________
#### Creating and maintaining Homebridge plugins consume a lot of time and effort, if you would like to share your appreciation, feel free to "Star" or donate.
<a target="blank" href="https://www.paypal.me/nitaybz"><img src="https://img.shields.io/badge/Donate-PayPal-blue.svg"/></a>
<a target="blank" href="https://blockchain.info/payment_request?address=18uuUZ5GaMFoRH5TrQFJATQgqrpXCtqZRQ"><img src="https://img.shields.io/badge/Donate-Bitcoin-green.svg"/></a>
[Click here](https://github.com/nitaybz?utf8=%E2%9C%93&tab=repositories&q=homebridge) to review more of my plugins.
_________________________________________
# config.json

@@ -8,0 +17,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