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

homebridge-flair

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-flair - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

2

dist/puckPlatformAccessory.js

@@ -54,3 +54,3 @@ "use strict";

this.accessory.getService(this.platform.Service.AccessoryInformation)
.updateCharacteristic(this.platform.Characteristic.FirmwareRevision, this.puck.firmwareVersionS);
.updateCharacteristic(String(this.platform.Characteristic.FirmwareRevision), this.puck.firmwareVersionS);
this.platform.log.debug(`Pushed updated current temperature state for ${this.puck.name} to HomeKit:`, this.puck.currentTemperatureC);

@@ -57,0 +57,0 @@ }

@@ -170,3 +170,3 @@ "use strict";

}
this.accessoryInformationService.updateCharacteristic(this.platform.Characteristic.FirmwareRevision, this.vent.firmwareVersionS);
this.accessoryInformationService.updateCharacteristic(String(this.platform.Characteristic.FirmwareRevision), this.vent.firmwareVersionS);
this.platform.log.debug(`Pushed updated state for vent: ${this.vent.name} to HomeKit`, {

@@ -173,0 +173,0 @@ open: this.vent.percentOpen,

{
"displayName": "Homebridge Flair",
"name": "homebridge-flair",
"version": "1.1.11",
"version": "1.1.12",
"publishConfig": {

@@ -6,0 +6,0 @@ "registry": "https://registry.npmjs.org/"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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