New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

webhooks

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webhooks

Easily create webhooks

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
63
40%
Maintainers
1
Weekly downloads
 
Created
Source

node-webhooks

Easily Create Webhooks

  • Create a script called webhook in the directory you wish to run it from.
  • Run webhooks command in same directory as webhook script to get the webhook key.
  • Boot webhooks with webhooks start
  • POST to your webhooks server using your webhook key, e.g. curl -d '' http://localhost:10010/CrfYl8CssJ7Jo0dYryVJYMV44CC5AcLi0At%2FF0DXa5TTiSQs%3D

Security

Use this with much caution. I wouldn't use this on a production machine. For increased security, set an environment var WH_SECRET=mysecret when running webhook or webhook start to encrypt using a custom keyphrase.

FAQs

Package last updated on 19 Aug 2012

Did you know?

Socket

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.

Install

Related posts