New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.0 to 1.6.2-beta.0

6

CHANGELOG.md

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

## [Version 1.6.1](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.6.1) (2021-08-29)
### Changes
- Fixes FATAL ERROR: ad_id is not defined
## [Version 1.6.0](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.6.0) (2021-08-26)

@@ -7,0 +13,0 @@

102

package.json
{
"name": "@switchbot/homebridge-switchbot-ble",
"version": "1.6.0",
"description": "Homebridge integration for SwitchBot BLE series products",
"author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/SwitchBot/homebridge-switchbot-ble.git"
},
"bugs": {
"url": "https://github.com/SwitchBot/homebridge-switchbot-ble/issues"
},
"homepage": "https://github.com/SwitchBot/homebridge-switchbot-ble#readme",
"engines": {
"node": ">=14.17.3",
"homebridge": ">=1.3.4"
},
"main": "dist/switchbot-platform.js",
"scripts": {
"check": "npm install && npm outdated",
"update": "ncu -u && npm update && npm install",
"lint": "eslint src/**.ts",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"homebridge-plugin",
"switchbot",
"ble"
],
"devDependencies": {
"@types/node": "^16.7.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"homebridge": "^1.3.4",
"nodemon": "^2.0.12",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"npm-check-updates": "^11.8.3"
},
"dependencies": {
"@abandonware/noble": "^1.9.2-14",
"node-switchbot": "^1.0.5",
"@homebridge/plugin-ui-utils": "^0.0.19"
}
"name": "@switchbot/homebridge-switchbot-ble",
"version": "1.6.2-beta.0",
"description": "Homebridge integration for SwitchBot BLE series products",
"author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/SwitchBot/homebridge-switchbot-ble.git"
},
"bugs": {
"url": "https://github.com/SwitchBot/homebridge-switchbot-ble/issues"
},
"homepage": "https://github.com/SwitchBot/homebridge-switchbot-ble#readme",
"engines": {
"node": ">=14.17.3",
"homebridge": ">=1.3.4"
},
"main": "dist/switchbot-platform.js",
"scripts": {
"check": "npm install && npm outdated",
"update": "ncu -u && npm update && npm install",
"lint": "eslint src/**.ts",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"homebridge-plugin",
"switchbot",
"ble"
],
"devDependencies": {
"@types/node": "^16.7.6",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"homebridge": "^1.3.4",
"nodemon": "^2.0.12",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"npm-check-updates": "^11.8.3"
},
"dependencies": {
"@abandonware/noble": "^1.9.2-14",
"node-switchbot": "^1.0.6",
"@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