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

@gbridge0/homebridge-ambient-weather-sensors

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gbridge0/homebridge-ambient-weather-sensors - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

dist/humidityAccessory.js

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

.setCharacteristic(this.platform.Characteristic.Model, 'Humidity Sensor')
.setCharacteristic(this.platform.Characteristic.SerialNumber, accessory.context.device.displayName);
.setCharacteristic(this.platform.Characteristic.SerialNumber, accessory.context.device.uniqueId);
// get the HumiditySensor service if it exists, otherwise create a new HumiditySensor service

@@ -15,0 +15,0 @@ // you can create multiple services for each accessory

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

.setCharacteristic(this.platform.Characteristic.Model, 'Solar Radiation Sensor')
.setCharacteristic(this.platform.Characteristic.SerialNumber, accessory.context.device.displayName)
.setCharacteristic(this.platform.Characteristic.SerialNumber, accessory.context.device.uniqueId)
.setCharacteristic(this.platform.Characteristic.ProductData, 'Conversion to lux with (W/m2 / 0.0079)');

@@ -15,0 +15,0 @@ // get the LightSensor service if it exists, otherwise create a new LightSensor service

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

.setCharacteristic(this.platform.Characteristic.Model, 'Temperature Sensor')
.setCharacteristic(this.platform.Characteristic.SerialNumber, accessory.context.device.displayName);
.setCharacteristic(this.platform.Characteristic.SerialNumber, accessory.context.device.uniqueId);
// get the TemperatureSensor service if it exists, otherwise create a new TemperatureSensor service

@@ -15,0 +15,0 @@ this.service = this.accessory.getService(this.platform.Service.TemperatureSensor)

@@ -5,3 +5,3 @@ {

"name": "@gbridge0/homebridge-ambient-weather-sensors",
"version": "1.3.0",
"version": "1.3.1",
"description": "Utilizes the ambient weather API to retrie sensor information.",

@@ -8,0 +8,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is not supported yet

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