homebridge-air
Advanced tools
Comparing version 0.1.1 to 1.0.0-beta.0
@@ -134,3 +134,3 @@ import { readFileSync } from 'node:fs'; | ||
existingAccessory.context.serialNumber = device.zipCode; | ||
existingAccessory.context.model = `Forecast by Zip Code`; | ||
existingAccessory.context.model = `Current Observation by Zip Code`; | ||
existingAccessory.context.FirmwareRevision = device.firmware ?? await this.getVersion(); | ||
@@ -157,3 +157,3 @@ this.api.updatePlatformAccessories([existingAccessory]); | ||
accessory.context.serialNumber = device.zipCode; | ||
accessory.context.model = `Forecast by Zip Code`; | ||
accessory.context.model = `Current Observation by Zip Code`; | ||
accessory.context.FirmwareRevision = device.firmware ?? await this.getVersion(); | ||
@@ -160,0 +160,0 @@ // the accessory does not yet exist, so we need to create it |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.1.1", | ||
"version": "1.0.0-beta.0", | ||
"description": "The AirNow plugin allows you to monitor the current AirQuality for your Zip Code from HomeKit and Siri.", | ||
@@ -57,3 +57,3 @@ "author": { | ||
"rxjs": "^7.8.1", | ||
"striptags": "^3.0.1", | ||
"striptags": "^3.2.0", | ||
"undici": "^6.19.8" | ||
@@ -72,3 +72,3 @@ }, | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"eslint": "^9.9.1", | ||
"eslint": "^9.10.0", | ||
"eslint-plugin-format": "^0.1.2", | ||
@@ -75,0 +75,0 @@ "homebridge": "^1.8.4", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
315647
65
2855
1
3
Updatedstriptags@^3.2.0