Socket
Socket
Sign inDemoInstall

node-notifier

Package Overview
Dependencies
0
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta2 to 1.1.0

lib/notify-send.js

4

index.js

@@ -1,1 +0,3 @@

module.exports = require('./lib/terminal-notifier');
var os = require('os');
var notifier = (os.type() === 'Linux') ? 'notify-send' : 'terminal-notifier';
module.exports = require('./lib/' + notifier);
{
"name": "node-notifier",
"version": "1.0.0-beta2",
"version": "1.1.0",
"description": "A Node.js wrapper for the terminal-notifier application",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc