Socket
Socket
Sign inDemoInstall

@switchbot/homebridge-switchbot

Package Overview
Dependencies
Maintainers
0
Versions
853
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@switchbot/homebridge-switchbot - npm Package Compare versions

Comparing version 3.7.1-beta.4 to 3.7.1-beta.5

1

dist/settings.d.ts

@@ -47,2 +47,3 @@ import type { IClientOptions } from 'async-mqtt';

irdevices?: irDevicesConfig[];
allowInvalidCharacter?: boolean;
mqttURL?: string;

@@ -49,0 +50,0 @@ mqttOptions?: IClientOptions;

10

package.json
{
"displayName": "SwitchBot",
"name": "@switchbot/homebridge-switchbot",
"version": "3.7.1-beta.4",
"version": "3.7.1-beta.5",
"description": "The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.",

@@ -29,3 +29,3 @@ "author": {

"engines": {
"homebridge": "^1.8.4 || ^2.0.0-beta.8",
"homebridge": "^1.8.4 || ^2.0.0 || ^2.0.0-beta.8",
"node": "^18 || ^20 || ^22"

@@ -40,6 +40,6 @@ },

"plugin-ui": "rsync ./src/homebridge-ui/public/index.html ./dist/homebridge-ui/public/",
"build": "rimraf ./dist && tsc",
"build": "npm run clean && tsc && npm run plugin-ui",
"prepublishOnly": "npm run lint && npm run build && npm run plugin-ui ",
"postpublish": "npm run clean",
"clean": "rimraf ./dist",
"clean": "shx rm -rf ./dist",
"test": "npm run lint",

@@ -105,3 +105,3 @@ "docs": "typedoc",

"npm-check-updates": "^16.14.20",
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"ts-node": "^10.9.2",

@@ -108,0 +108,0 @@ "typedoc": "^0.26.5",

@@ -61,2 +61,3 @@ /* Copyright(C) 2017-2024, donavanbecker (https://github.com/donavanbecker). All rights reserved.

irdevices?: irDevicesConfig[];
allowInvalidCharacter?: boolean;
mqttURL?: string;

@@ -63,0 +64,0 @@ mqttOptions?: IClientOptions;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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