Socket
Socket
Sign inDemoInstall

node-notifier

Package Overview
Dependencies
38
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.2 to 4.2.3

3

bin.js

@@ -18,3 +18,4 @@ #!/usr/bin/env node

var argv = minimist(process.argv.slice(2), {
alias: aliases
alias: aliases,
string: ['icon', 'message', 'open', 'subtitle', 'title']
});

@@ -21,0 +22,0 @@

Changelog
===
### `v4.2.3`
1. Fixed input arguments to CLI to be strings where they should be strings.
### `v4.2.2`

@@ -5,0 +8,0 @@ 1. Fixed no notification when no message for the CLI. [#58](https://github.com/mikaelbr/node-notifier/pull/58)

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