node-switchbot
Advanced tools
Comparing version 1.0.5 to 1.0.6-beta.0
@@ -224,3 +224,3 @@ /* ------------------------------------------------------------------ | ||
id = id.toLowerCase().replace(/\:/g, ''); | ||
ad_id = ad.address.toLowerCase().replace(/[^a-z0-9]/g, ''); | ||
let ad_id = ad.address.toLowerCase().replace(/[^a-z0-9]/g, ''); | ||
if (ad_id !== id) { | ||
@@ -227,0 +227,0 @@ return false; |
{ | ||
"name": "node-switchbot", | ||
"version": "1.0.5", | ||
"description": "The node-switchbot is a Node.js module which allows you to move your Switchbot (Bot)'s arm and Switchbot Curtain(Curtain), also monitor the temperature/humidity from SwitchBot Thermometer & Hygrometer (Meter).", | ||
"main": "./lib/switchbot.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"scripts": { | ||
"check": "npm install && npm outdated", | ||
"update": "ncu -u && npm update && npm install" | ||
}, | ||
"keywords": [ | ||
"switchbot", | ||
"bot", | ||
"meter", | ||
"temperature", | ||
"humidity", | ||
"curtain", | ||
"BLE", | ||
"Bluetooth Low Energy", | ||
"Bluetooth smart", | ||
"Bluetooth" | ||
], | ||
"homepage": "https://github.com/OpenWonderLabs", | ||
"author": "OpenWonderLabs (https://github.com/OpenWonderLabs)", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/futomi/node-switchbot.git" | ||
}, | ||
"readmeFilename": "README.md", | ||
"dependencies": { | ||
"@abandonware/noble": ">=1.9.2-14" | ||
}, | ||
"devDependencies": { | ||
"npm-check-updates": "11.8.3" | ||
} | ||
"name": "node-switchbot", | ||
"version": "1.0.6-beta.0", | ||
"description": "The node-switchbot is a Node.js module which allows you to move your Switchbot (Bot)'s arm and Switchbot Curtain(Curtain), also monitor the temperature/humidity from SwitchBot Thermometer & Hygrometer (Meter).", | ||
"main": "./lib/switchbot.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"scripts": { | ||
"check": "npm install && npm outdated", | ||
"update": "ncu -u && npm update && npm install" | ||
}, | ||
"keywords": [ | ||
"switchbot", | ||
"bot", | ||
"meter", | ||
"temperature", | ||
"humidity", | ||
"curtain", | ||
"BLE", | ||
"Bluetooth Low Energy", | ||
"Bluetooth smart", | ||
"Bluetooth" | ||
], | ||
"homepage": "https://github.com/OpenWonderLabs", | ||
"author": "OpenWonderLabs (https://github.com/OpenWonderLabs)", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/futomi/node-switchbot.git" | ||
}, | ||
"readmeFilename": "README.md", | ||
"dependencies": { | ||
"@abandonware/noble": ">=1.9.2-14" | ||
}, | ||
"devDependencies": { | ||
"npm-check-updates": "^11.8.3" | ||
} | ||
} |
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 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
101629
1