
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
webhook-store-cli
Advanced tools
Simple proxy to bypass CORS issues. This was built as a local dev only solution to enable prototyping against existing APIs without having to worry about CORS.
Simple proxy to bypass CORS issues. This was built as a local dev only solution to enable prototyping against existing APIs without having to worry about CORS.
This module was built to solve the issue of getting this error:
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disable
npx webhook-store-cli@latest
Simple Example
Start Proxy and open Webhook Store client in a tab:
npx webhook-store-cli@latest
Start Proxy and open a specific Webhook Store client:
npx webhook-store-cli@latest --webhookStore https://lol.webhook.store/
Start Proxy without opening a tab:
npx webhook-store-cli@latest --noOpen
Start Proxy to target port 9000:
npx webhook-store-cli@latest --port 9000
Start Proxy to target specific port, hostname and protocol:
npx webhook-store-cli@latest --protocol https --hostname dev.localenv --port 9000
| Option | Example | Default |
|---|---|---|
| --webhookStore | https://lol.webhook.store | |
| --noOpen | (no value needed) | |
| --port | 9000 | 9000 |
| --protocol | https | http |
| --hostname | dev.localenv | 127.0.0.1 |
Bump version
npm publish --access public
FAQs
Simple proxy to bypass CORS issues. This was built as a local dev only solution to enable prototyping against existing APIs without having to worry about CORS.
We found that webhook-store-cli 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.