Socket
Socket
Sign inDemoInstall

node-notifier

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-notifier - npm Package Compare versions

Comparing version 2.0.0-alpha to 2.0.1

10

lib/notifiers/growl.js

@@ -33,2 +33,3 @@ /**

var app = this.app;
var that = this;
options = options || {};

@@ -48,6 +49,11 @@ callback = callback || function () {};

if (!success) {
return callback(err);
if (!that.hasError) {
that.hasError = true;
callback(err);
}
return false;
}
this.isRegistered = true;
that.isRegistered = true;
that.hasError = false;
doNotification(app, options, callback);

@@ -54,0 +60,0 @@ });

4

package.json
{
"name": "node-notifier",
"version": "2.0.0-alpha",
"version": "2.0.1",
"description": "A Node.js module for sending notifications on mac, windows and linux",

@@ -31,2 +31,2 @@ "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