Socket
Socket
Sign inDemoInstall

node-notifier

Package Overview
Dependencies
5
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2

6

CHANGELOG.md
Changelog
===
### `v5.0.2`
Non-obligatory fail. Fixes issue with multiple actions for macOS.
### `v5.0.1`

@@ -12,2 +16,4 @@

*Note/TL;DR*: If you are just using `node-notifier` with things like `message`, `title` and `icon`, v5 should work just as before.
1. CLI is now removed. Can be found in separate project: https://github.com/mikaelbr/node-notifier-cli. This means you no longer get the `notify` bin when installing `node-notifier`. To get this do `npm i [-g] node-notifier-cli`

@@ -14,0 +20,0 @@ 2. Changed toaster implementation from `toast.exe` to [Snoretoast](https://github.com/KDE/snoretoast). This means if you are using your custom fork, you need to change. SnoreToast has some better default implemented functionality.

4

lib/utils.js

@@ -280,5 +280,3 @@ var shellwords = require('shellwords');

return removeNewLines(
arg.map(function(current) {
return '"' + escapeQuotes(current) + '"';
}).join(',')
arg.join(',')
);

@@ -285,0 +283,0 @@ }

{
"name": "node-notifier",
"version": "5.0.1",
"version": "5.0.2",
"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",

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