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

node-switchbot

Package Overview
Dependencies
Maintainers
2
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-switchbot - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6-beta.0

2

lib/switchbot.js

@@ -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"
}
}
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