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 0.5.0 to 1.0.0-beta

test/utils.js

2

package.json
{
"name": "node-notifier",
"version": "0.5.0",
"version": "1.0.0-beta",
"description": "A Node.js wrapper for the terminal-notifier application",

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

@@ -9,2 +9,8 @@ var notifier = require('../index')

before(function (done) {
notifier.notify({
remove: "ALL"
}, function () { done(); });
});
it('should notify with a message', function(done){

@@ -11,0 +17,0 @@

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