
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
node-red-contrib-chartjs
Advanced tools
Chart.js Node-RED node
This node permit to use the Line chart from Chart.js from Node-RED. The objective is create a new node-red path for each chart created, this path could be configured and updated at runtime. Right now only the line chart of Chart.js was implemented. In the future will implement the rest of the charts of this library and include serveral channels on the same chart.
npm install node-red-contrib-chartjs --save
The Chart attributes are:
The Chart Payload attributes are:
The Payload attributes are:
Dataset Example:
{
"channel": "TP01",
"color": "Red",
"dataset": [
{
"x": 1,
"y": 10
},
{
"x": 2,
"y": 8
},
{
"x": 3,
"y": 15
},
{
"x": 4,
"y": 10
},
{
"x": 5,
"y": -2
}
]
}
Under example folder you have all json flows to be imported in your node-red instance and test the node.
FAQs
Node-RED Chart.js node
The npm package node-red-contrib-chartjs receives a total of 88 weekly downloads. As such, node-red-contrib-chartjs popularity was classified as not popular.
We found that node-red-contrib-chartjs 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.