Socket
Socket
Sign inDemoInstall

node-github-webhook

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-github-webhook - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

docs/zh_CN.md

2

package.json
{
"name": "node-github-webhook",
"version": "1.0.5",
"version": "1.0.6",
"description": "Github Webhooks handler based on Node.js. Support multiple handlers.",

@@ -5,0 +5,0 @@ "main": "index.js",

# node-github-webhook
Github Webhooks handler based on Node.js. Support multiple handlers.
### Install
## Instructions
`npm install node-github-webhook --save`
### Instructions
This library is inspired by [github-webhook-handler](https://github.com/rvagg/github-webhook-handler), and it allows you set multiple handlers for different repositories.

@@ -18,4 +14,8 @@

### Usage
## Installation
`npm install node-github-webhook --save`
## Usage
```js

@@ -58,4 +58,3 @@ var http = require('http')

}
})
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc