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

sync-hooks

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-hooks - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

4

index.js

@@ -1,2 +0,2 @@

var GitHub = require('github')
var GitHub = require('node-github')
, async = require('async')

@@ -21,3 +21,3 @@ , github = new GitHub({ version: "3.0.0" })

getOurHook(url, config, function(err, hook) {
if (err) { return done(err) }
if (err) { return doneConfiguringHooks(err) }

@@ -24,0 +24,0 @@ if (hook && ! _(hook.events).isEqual(config.events)) {

{
"name": "sync-hooks",
"version": "0.1.7",
"version": "0.1.8",
"description": "Function to install a batch of GitHub event hooks at once",

@@ -21,3 +21,3 @@ "main": "index.js",

"dependencies": {
"github": "~0.1.12",
"node-github": "0.0.3",
"underscore": "~1.5.2",

@@ -24,0 +24,0 @@ "async": "~0.2.10"

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