Socket
Socket
Sign inDemoInstall

node-notifier

Package Overview
Dependencies
6
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.4.0 to 5.4.1

4

lib/utils.js

@@ -213,6 +213,2 @@ var shellwords = require('shellwords');

if (!options.wait && !options.timeout) {
options.timeout = 10;
}
options.json = true;

@@ -219,0 +215,0 @@ return options;

2

package.json
{
"name": "node-notifier",
"version": "5.4.0",
"version": "5.4.1",
"description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",

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

@@ -74,3 +74,3 @@ # node-notifier [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

notifier.on('click', function(notifierObject, options) {
notifier.on('click', function(notifierObject, options, event) {
// Triggers if `wait: true` and user clicks notification

@@ -77,0 +77,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc