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

notifier-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notifier-server - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

2

notifier.d/README.md

@@ -9,3 +9,3 @@ Each .js file in this directory should export a function that takes a notify server and a

module.exports = function( server, exec ) {
server.on( "scottgonzalez/node-git-notifier/heads/master", exec );
server.on( "scottgonzalez/node-git-notifier/push/heads/master", exec );
};

@@ -12,0 +12,0 @@ ```

@@ -5,3 +5,3 @@ {

"description": "A simple git-notifier server",
"version": "1.0.3",
"version": "1.0.5",
"homepage": "https://github.com/gnarf/node-notifier-server",

@@ -23,3 +23,3 @@ "repository": {

"git-notifier": "^2.1.0",
"nodemailer": "0.3.31",
"nodemailer": "^0.7.0",
"optimist": "0.3.4"

@@ -26,0 +26,0 @@ },

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