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.3 to 5.4.4

4

lib/utils.js

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

initial.forEach(function(val) {
args.push(escapeFn(val));
if (typeof val === 'string') {
args.push(escapeFn(val));
}
});

@@ -291,0 +293,0 @@ for (var key in options) {

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