
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
homebridge-misfit-bolt
Advanced tools
Misfit Bolt plugin for Homebridge.
npm install -g homebridge
npm install -g homebridge-misfit-bolt
Configuration sample:
"platforms": [
{
"platform": "MisfitBolt",
"name": "MisfitBolt",
"accessories": [{
"id": "1fd6828fedbd431aa38f48683b1ed92a",
"name": "Bolt",
"disconnectTimeout": 5000
}]
}
]
The module will fetch all your Misfit Bolts listed in platform.accessories
and make them available to HomeBridge / HomeKit / Siri.
Each accessory should have the following properties:
id
:UUID of your misfit bolt as recognized by your system. On linux, you can find out your UUIDs using the following command:
$ sudo hcitool lescan
LE Scan ...
20:33:8F:8A:FA:AC MFBOLT
will become in your config:
{
"id": "20338f8afaac",
"name": "Bolt"
}
name
:Name of your Bolt, as you want it to appear in your Homekit supported app.
disconnectTimeout
: (optional, default to 10000)Time in millisecond after which homebridge will disconnect from the bulb, so that it can be discovered by other BLE enabled devices (useful if you want to keep using the original Misfit Bolt app in parallel of using homebridge).
Unit tests.
FAQs
Misfit Bolt plugin for homebridge
The npm package homebridge-misfit-bolt receives a total of 10 weekly downloads. As such, homebridge-misfit-bolt popularity was classified as not popular.
We found that homebridge-misfit-bolt 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.