Socket
Socket
Sign inDemoInstall

homebridge-airvisual-2

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

4

index.js

@@ -34,3 +34,3 @@ /* eslint-disable object-curly-newline */

this.ppb = config.ppb_units;
this.interval = (config.interval || 30) * 60 * 1000;
this.interval = (config.interval || 15) * 60 * 1000;

@@ -517,3 +517,3 @@ if (!this.key) {

Characteristic = homebridge.hap.Characteristic;
homebridge.registerAccessory('homebridge-airvisual', 'AirVisual', AirVisualAccessory);
homebridge.registerAccessory('homebridge-airvisual-2', 'AirVisual', AirVisualAccessory);
};
{
"name": "homebridge-airvisual-2",
"version": "2.1.1",
"version": "2.1.2",
"description": "Homebridge plugin for AirVisual API",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc