Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@brocan/bouncer-github

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brocan/bouncer-github - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

2

package.json
{
"name": "@brocan/bouncer-github",
"version": "1.2.1",
"version": "1.3.0",
"description": "GitHub plugin for the Bouncer gateway.",

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

@@ -36,13 +36,12 @@ # Bouncer GitHub Plugin

#### NATS
#### NATS - Act
##### Build transform request
* **Topic**: `build`
* **Role**: `transform`
* **Type**: `req/repl`
* **Topic**: `build.transform`
* **Type**: `pub/sub`
* **Payload**:
* `origin` - Always `github`.
* `payload` - The payload received as part of the original GitHub request.
* `origin` - `github`.
* `webhookRequest` - The payload received as part of the original GitHub request.
* **Description**
* A build transformation and initiation request.

@@ -12,6 +12,5 @@ const Joi = require('joi');

reply.messaging.act({
topic: 'build',
role: 'transform',
topic: 'build.transform',
origin: 'github',
payload: request.payload,
webhookRequest: request.payload,

@@ -18,0 +17,0 @@ pubsub$: true

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