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.2.9 to 1.2.10-beta.0

101

package.json
{
"name": "@switchbot/homebridge-switchbot-ble",
"version": "1.2.9",
"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": {
"homebridge": ">=1.0.0"
},
"main": "dist/switchbot-platform.js",
"scripts": {
"lint": "eslint src/**.ts",
"update": "npm update && npm install",
"audit": "npm audit fix",
"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": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-plugin-prettier": "^3.3.1",
"homebridge": "^1.1.7",
"homebridge-config-ui-x": "^4.36.0",
"nodemon": "^2.0.7",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"@abandonware/noble": "^1.9.2-10",
"node-switchbot": "1.0.0"
}
"name": "@switchbot/homebridge-switchbot-ble",
"version": "1.2.10-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": {
"homebridge": ">=1.0.0"
},
"main": "dist/switchbot-platform.js",
"scripts": {
"audit": "npm update && npm audit fix",
"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": "^14.14.30",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"eslint-plugin-prettier": "^3.3.1",
"homebridge": "^1.1.7",
"homebridge-config-ui-x": "^4.39.0",
"nodemon": "^2.0.7",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"@abandonware/noble": "^1.9.2-11",
"node-switchbot": "1.0.0"
}
}

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