Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
node-red-contrib-august-home
Advanced tools
Node-Red Node for August Home Smart Locks (and other devices)
Interface for August Home devices, such as the August Smart Locs, for Node-Red. This node connects to the August API, which appears to be mostly undocumented now. Excellent resources in the links below (from which the bulk of the api calls in this project were derived).
Project Status: basic functionality seems to be working. Now testing and tidying the module.
Still need to consider the way the node works, but for now, here is how to use it: In Node-Red, the input message payload should be a Javascript Object or JSON in the form { "group": "Group Name", "name" : "Request Name" }
. Any needed options for the request are set in the node's configuration, but additional one-off options can be passed in with the input data like this:
{
"group": "Group name from requests.json",
"name": "Name of the request from requests.json",
"options": {
"Option Name": "Data",
"Option Name": "Data"
}
}
For example, to call the API to check for firmware updates, the node input could be:
{
"group": "Lock",
"name": "Check for firmware updates",
"options": {
"LockId": "12345"
}
}
See the requests.json
file for all of the available commands that jmaxxz has discovered in his project (copied directly into this module). The node output message payload will be the body of the resulting API response.
Some Useful References:
To get your August API access token, follow the directions in jmaxxz's post here: https://github.com/jmaxxz/keymaker/issues/5#issuecomment-360007335
FAQs
Node-Red Node for August Home Smart Locks (and other devices)
The npm package node-red-contrib-august-home receives a total of 1 weekly downloads. As such, node-red-contrib-august-home popularity was classified as not popular.
We found that node-red-contrib-august-home 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.