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.2.13 to 1.3.0

4

dist/platform.js

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

// Fetch data from AWN API and write to cache every 2 minutes
this.log.info('AWPlatform: Setting up interval to fetch sensors from AWN API every 2 minutes');
this.log.info('AWS Platform: Setting up interval to fetch sensors from AWN API every 2 minutes');
setInterval(this.fetchDevicesFromAPI.bind(this), 2 * 60 * 1000);

@@ -70,3 +70,3 @@ });

uniqueId: `${obj.macAddress}-${device[0]}`,
displayName: `${obj.macAddress}-${device[0]}`,
displayName: `${device[0]}`,
type: this.determineSensorType(device[0]),

@@ -73,0 +73,0 @@ value: device[1],

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

"name": "@gbridge0/homebridge-ambient-weather-sensors",
"version": "1.2.13",
"version": "1.3.0",
"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

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