
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
helloworks-sdk
Advanced tools
A Node.js SDK for easily creating and managing HelloWorks workflow instances.
A Node.js SDK for easily creating and managing HelloWorks workflow instances.
Start by installing the HelloWorks SDK from npm.
npm install helloworks-sdk
In your backend app, require the helloworks-sdk
library and instantiate a new client with your API key ID and secret.
const HelloWorks = require('helloworks-sdk');
const client = new HelloWorks({
apiKeyId,
apiKeySecret,
});
Use the client to easily make HelloWorks API requests without the overhead of handling responses and managing JWT authorization.
client.workflowInstances.getInstance({
instanceId,
}).then((instanceObj) => {
// ...
});
More examples and documentation can be found in the API Documentation Wiki page.
Note: It should go without saying that this library must never be used on the client side of your application. The HelloWorks Node.js SDK relies on sensitive API keys and by using it on the public-facing frontend codebase you will risk dangerously exposing your API key secret, which will make you vulnerable to impersonation attacks.
© 2019 HelloSign. All rights reserved.
FAQs
A Node.js SDK for easily creating and managing HelloWorks workflow instances.
The npm package helloworks-sdk receives a total of 169 weekly downloads. As such, helloworks-sdk popularity was classified as not popular.
We found that helloworks-sdk demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.