
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@hsl-openmaas/operation-manager
Advanced tools
Client to store and send HTTP request blueprints for retrying or reversion
A client to store persistent operations that are executed asynchronously by the operations-microservice. Works by receiving operations from the host application and pushing them into an Azure Service Bus queue which is monitored by the operations-microservice.
An instance of the OperationManager contains an array for reverting operations and operations to revert. These arrays get appended by its makeRequest
property method, and their contents may finally be sent to the queue using the saveRevertingOps
property method.
makeRequest
Executes an HTTP request, queues up its complete operation and stores any given reverting requests into property variable revertingOps
on success. Throws the request error if occurs.
makeRetryableRequest
Executes an HTTP request and sends it to a provided queue as either a tryable or complete operation depending on its outcome. Swallows the request error if occurs to not interrupt parent program flow.
saveRevertingOps
Takes whatever is stored in the revertingOps
and opsToRevert
property variables and queues them up
FAQs
Client to store and send HTTP request blueprints for retrying or reversion
The npm package @hsl-openmaas/operation-manager receives a total of 0 weekly downloads. As such, @hsl-openmaas/operation-manager popularity was classified as not popular.
We found that @hsl-openmaas/operation-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.