
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
node-red-contrib-device-stats
Advanced tools
Linux and MacOS only
This node creates statistics information according to the node settings on the editor. The statistics will be embedded into msg.payload and emitted to the output port.
This node emits the statistics information when a msg payload arrives via its input port. Otherwise, the node doesn't do anything.
Here is a typical example using this node. This flow will emit the statistics information every 3 seconds.
The left Inject node generates a message payload every 3 seconds. Its settings are as follows.
This Device Statistics node doesn't care of the incoming message payload content but just use it as a trigger to emit the statistics information.
You can configure the content of the statistics information in the following dialog.
When this Device Statistics node emit the stats info, you can see the following status indicator with dup
status text.
$ npm install
$ npm run build
will generate ES5 js files.
$ npm run test
The project is released under MIT License. See LICENSE for detail.
FAQs
Node-RED nodes for Device Statistics
The npm package node-red-contrib-device-stats receives a total of 6,976 weekly downloads. As such, node-red-contrib-device-stats popularity was classified as popular.
We found that node-red-contrib-device-stats 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.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.