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

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 1.2.0 to 1.2.1

5

lib/notify-send.js

@@ -63,3 +63,4 @@ /**

if (this.isNotifyChecked && this.hasNotifier) {
return doNotification(options, callback);
doNotification(options, callback);
return this;
}

@@ -74,3 +75,3 @@

that.isNotifyChecked = true;
that.hasNotifier = !!err;
that.hasNotifier = !err;

@@ -77,0 +78,0 @@ if (err) {

2

package.json
{
"name": "node-notifier",
"version": "1.2.0",
"version": "1.2.1",
"description": "A Node.js wrapper for the terminal-notifier application",

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

Sorry, the diff of this file is not supported yet

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