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

homebridge-veritable-potager

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-veritable-potager - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

dist/platformAccessory.js

@@ -136,2 +136,3 @@ "use strict";

if (this.peripheral.state !== 'connected') {
this.platform.log.info(`Tried to get on but device is ${this.peripheral.state}:`, this.peripheral.advertisement.localName);
throw new this.platform.api.hap.HapStatusError(-70402 /* SERVICE_COMMUNICATION_FAILURE */);

@@ -167,2 +168,3 @@ }

if (this.peripheral.state !== 'connected') {
this.platform.log.info(`Tried to get brightness but device is ${this.peripheral.state}:`, this.peripheral.advertisement.localName);
throw new this.platform.api.hap.HapStatusError(-70402 /* SERVICE_COMMUNICATION_FAILURE */);

@@ -169,0 +171,0 @@ }

2

package.json
{
"displayName": "Homebridge Veritable Potager BLE",
"name": "homebridge-veritable-potager",
"version": "1.0.5",
"version": "1.0.6",
"description": "A short description about what your plugin does.",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

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