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.
node-red-contrib-statistics
Advanced tools
A node-red node to perform simple statistical operations on a flow.
Calculates statistics about input data. This is a wrapper around the Simple Statistics Node library.
Normally, the value of an input property is saved into the data set. The
input property
may also contain an array of values which will be saved into the
data set. If data set size
is greater that 0 then the size of the data set will be
limited to the number of elements specified, with the oldest elements dropped first.
When a message is received with a MQTT format topic that ends with a sub-topic that is a statistical function name, that statistic is calculated and output to the output property. For example, a message with the topic data/mean
would output the mean of the data received so far. Optionally, the function name can be stripped from the topic. For statistical functions that require a parameter, the parameter is passed in using the parameter property.
The functions in the Simple Statistics library that are supported are:
In addition, three other functions are implemented:
These three functions can also contain a data item or array of data items which are added to the data set before calculating the result for size
or dump
, or after the data set is cleared for clear
.
For more detailed information about the functions see the Simple Statistics API documentation.
FAQs
A node-red node to perform simple statistical operations on a flow.
The npm package node-red-contrib-statistics receives a total of 126 weekly downloads. As such, node-red-contrib-statistics popularity was classified as not popular.
We found that node-red-contrib-statistics 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.