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

homebridge-august

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-august - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [Version 1.0.5](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.5) (2022-10-09)
## What's Changes
- Fixed issue with RetryCount showing false `LockCurrentState` of `JAMMED`.
**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.0.4...v1.0.5
## [Version 1.0.4](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.0.4) (2022-10-07)

@@ -7,0 +14,0 @@

2

dist/devices/lock.js

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

// Lock Mechanism
if (this.retryCount > 1) {
if (this.retryCount > 1 && !this.locked && !this.unlocked) {
this.LockCurrentState = this.platform.Characteristic.LockCurrentState.JAMMED;

@@ -110,0 +110,0 @@ }

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

catch (e) {
this.errorLog(e);
this.errorLog(`Verify Config: ${e}`);
return;

@@ -57,3 +57,3 @@ }

catch (e) {
this.errorLog(e);
this.errorLog(`Discover Devices: ${e}`);
}

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

catch (e) {
this.errorLog(e);
this.errorLog(`Discover Devices: ${e}`);
}

@@ -202,0 +202,0 @@ }

{
"displayName": "Homebridge August",
"name": "homebridge-august",
"version": "1.0.4",
"version": "1.0.5",
"description": "The [Homebridge](https://homebridge.io) August plugin allows you to access your [August](https://august.com) & [Yale](https://shopyalehome.com) device(s) from HomeKit.",

@@ -57,3 +57,3 @@ "author": "donavanbecker",

"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "8.5.0",

@@ -66,5 +66,5 @@ "eslint-plugin-prettier": "4.2.1",

"typescript": "^4.8.4",
"npm-check-updates": "^16.3.8",
"npm-check-updates": "^16.3.11",
"prettier": "2.7.1"
}
}

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