@switchbot/homebridge-switchbot-ble
Advanced tools
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
80004
1
2
Updated@abandonware/noble@^1.9.2-11