Socket
Socket
Sign inDemoInstall

node-notifier

Package Overview
Dependencies
10
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.0.1

4

CHANGELOG.md
# Changelog
### `v8.0.1`
- fixes possible injection issue for notify-send
### `v8.0.0`

@@ -4,0 +8,0 @@

4

lib/utils.js

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

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

@@ -319,0 +321,0 @@ for (var key in options) {

{
"name": "node-notifier",
"version": "8.0.0",
"version": "8.0.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",

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