Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@kevin.eu/kevin-cli
Advanced tools
Kevin CLI is a command-line interface that allows you to easily interact with webhooks. You can send signed webhooks to an endpoint with either a specified payload or a randomly generated one.
Kevin CLI is a command-line interface that allows you to easily interact with webhooks. You can send signed webhooks to an endpoint with either a specified payload or a randomly generated one. We would appreciate any feedback or suggestions on how we can further enhance this tool to bring added value to your projects.
To install the dependencies, run the following command:
npm install
To test your webhook flow without exposing your listener, we recommend using a tool like webhook.site. To send a webhook, run the following command and specify your endpoint secret as a parameter:
npx kevin send https://example.com --secret=mysecret
Replace https://example.com with the URL of your webhook endpoint, mysecret with your endpoint secret. The payload will be picked up randomly.
npx kevin send https://webhook.site/70bcc8d6-e68b-4913-b60a-ed102b9f9a28 --secret=576768879797hfjjfjf
You can also use a custom payload by replacing the payload argument with a JSON-formatted string. For example:
npx kevin send https://webhook.site/70bcc8d6-e68b-4913-b60a-ed102b9f9a28 --secret=576768879797hfjjfjf '{"id":"asd123dfgh","bankStatus":"ACSP","statusGroup":"STRD","type":"payment"}'
If you have any questions or issues, please reach out to the developer for assistance.
FAQs
Kevin CLI is a command-line interface that allows you to easily interact with webhooks. You can send signed webhooks to an endpoint with either a specified payload or a randomly generated one.
We found that @kevin.eu/kevin-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.