
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@golemio/flow
Advanced tools
This module is intended for use with Golemio services. Refer here for further information on usage, local development and more.
The APIs may be unstable. Therefore, we recommend to install this module as an exact version.
# Latest version
npm install --save-exact @golemio/flow@latest
# Development version
npm install --save-exact @golemio/flow@dev
It is possible to send a custom AMQP message to the worker for this method, indicating the desired time range for which you want to update the data in the database.
There is interval size limit. Please, use intervals of up to 12 hours.
The format of the message content should be as follows:
{
"from": "Sun Mar 21 2021 00:19:52 GMT+0100 (GMT+01:00)",
"to": "Tue Mar 21 2021 12:19:52 GMT+0200 (GMT+02:00)"
}
or
{
"from": 1625731200000,
"to": 1625731200000
}
or an array:
[
{
"from": 1625695200000,
"to": 1625696160000
},
{
"from": 1625731200000,
"to": 1625732160000
}
]
Any new Date(value)
parsable format is useable.
FAQs
Golemio Flow Module
The npm package @golemio/flow receives a total of 693 weekly downloads. As such, @golemio/flow popularity was classified as not popular.
We found that @golemio/flow demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.