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

@switchbot/homebridge-switchbot-ble

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@switchbot/homebridge-switchbot-ble - npm Package Compare versions

Comparing version 1.3.1-beta.3 to 1.3.1-beta.4

homebridge-ui/public/index.html

1

config.schema.json

@@ -5,2 +5,3 @@ {

"singular": true,
"customUi": true,
"schema": {

@@ -7,0 +8,0 @@ "type": "object",

15

package.json
{
"name": "@switchbot/homebridge-switchbot-ble",
"version": "1.3.1-beta.3",
"version": "1.3.1-beta.4",
"description": "Homebridge integration for SwitchBot BLE series products",

@@ -16,3 +16,3 @@ "author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)",

"engines": {
"node": ">=14.17.1",
"node": ">=14.17.3",
"homebridge": ">=1.3.4"

@@ -22,3 +22,3 @@ },

"scripts": {
"update": "npm update",
"update": "npm install && npm update",
"lint": "eslint src/**.ts",

@@ -38,3 +38,3 @@ "watch": "npm run build && npm link && nodemon",

"devDependencies": {
"@types/node": "^16.4.0",
"@types/node": "^16.4.1",
"@typescript-eslint/eslint-plugin": "^4.28.4",

@@ -44,5 +44,5 @@ "@typescript-eslint/parser": "^4.28.4",

"homebridge": "^1.3.4",
"nodemon": "^2.0.8",
"nodemon": "^2.0.12",
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"

@@ -52,4 +52,5 @@ },

"@abandonware/noble": "^1.9.2-14",
"node-switchbot": "1.0.1-beta.1"
"node-switchbot": "1.0.1-beta.1",
"@homebridge/plugin-ui-utils": "0.0.19"
}
}
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