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

homebridge-inio

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-inio - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5--canary.3.4189167454.0

14

dist/accessory.js

@@ -44,10 +44,2 @@ "use strict";

if (value) {
if (mode === 'CONNECTED') {
return;
}
if (mode === 'OFF') {
await (0, axios_1.default)(this.apiUrl('/api/interface/btn_short_connect'), {
method: 'PUT',
});
}
switch (mode) {

@@ -83,3 +75,3 @@ case 'CONNECTED':

catch (e) {
this.log.error(`${e}`);
this.log.error('got an error', e);
}

@@ -107,3 +99,3 @@ }

catch (e) {
this.log.error(`${e}`);
this.log.error('got an error', e);
}

@@ -140,3 +132,3 @@ }

catch (e) {
this.log.error(`${e}`);
this.log.error('got an error', e);
}

@@ -143,0 +135,0 @@ }

{
"displayName": "Inio",
"name": "homebridge-inio",
"version": "0.6.4",
"version": "0.6.5--canary.3.4189167454.0",
"description": "A plugin for inio light lamps",

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