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

homebridge-air

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-air - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0-beta.0

.github/npm-version-script.cjs

4

dist/platform.js

@@ -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

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