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

homebridge-rf-fan

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-rf-fan - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

index.js

@@ -179,3 +179,3 @@ var locks = require('locks');

this.informationService = new Service.AccessoryInformation();
informationService
this.informationService
.setCharacteristic(Characteristic.Manufacturer, this.manufacturer)

@@ -198,3 +198,3 @@ .setCharacteristic(Characteristic.Model, this.model)

return [this.informationSerivce, this.fanService];
return [this.informationService, this.fanService];
};

@@ -201,0 +201,0 @@

{
"name": "homebridge-rf-fan",
"version": "1.0.3",
"version": "1.0.4",
"description": "Control 7 speed fan with REST API",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/iandrewt/homebridge-rf-fan",

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