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.5 to 1.1.6

2

lib/octopie.js

@@ -80,3 +80,3 @@ var _ = require('underscore')

self.server.listen(port, function() {
if (typeof cb === 'function') { cb.call(null, arguments) }
if (typeof cb === 'function') { cb.apply(null, arguments) }
})

@@ -83,0 +83,0 @@ })

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

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

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