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

octopie

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octopie - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

5

lib/octopie.js

@@ -1,7 +0,4 @@

var GitHub = require('node-github')
, underscore = require('underscore')
var _ = require('underscore')
, syncHooks = require('sync-hooks')
, async = require('async')
, server = require('./server')
, _ = underscore

@@ -8,0 +5,0 @@ function Octopie(opts) {

1

lib/server.js

@@ -9,2 +9,3 @@ var express = require('express')

app.emit(event, req.body)
app.emit('*', event, req.body) // Synthetic event to catch all GH hooks
res.send('OK')

@@ -11,0 +12,0 @@ })

{
"name": "octopie",
"version": "1.1.4",
"version": "1.1.5",
"description": "An easy way to add GitHub hooks to your project",

@@ -25,4 +25,2 @@ "main": "index.js",

"underscore": "~1.5.2",
"node-github": "0.0.3",
"async": "~0.2.9",
"express": "~3.4.8",

@@ -29,0 +27,0 @@ "sync-hooks": "~0.1.5"

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