Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
homebridge-xiaomi-power-strip-fixed
Advanced tools
Xiaomi Mi Power Strip plugin for Homebridge with working power management
This is a Xiaomi Power Strip plugin for homebridge.
It has functionality to turn on/off Xiaomi Mi Smart Power Strip from Apple Homekit.
Dependency
*miio with version <0.15.0
Installation
1.Install required dependencies and program
'npm install -g homebridge-xiaomi-power-strip miio@0.14.1'
2.Get token and IP address for your Xiaomi Mi Power Strip by using:
'miio discover'
3.Modify config.json in your homebridge setup and add following:
'"accessories": [
{
"accessory": "XiaoMiPowerStrip",
"name": "Power Strip",
"address": **"IP address from step 2"**
"token": **"token from step 2"**
"model": "zimi.powerstrip.v2"
}
]'
FAQs
Xiaomi Mi Power Strip plugin for Homebridge with working power management
The npm package homebridge-xiaomi-power-strip-fixed receives a total of 1 weekly downloads. As such, homebridge-xiaomi-power-strip-fixed popularity was classified as not popular.
We found that homebridge-xiaomi-power-strip-fixed demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.