Socket
Socket
Sign inDemoInstall

node-notifier

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-notifier - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

lib/utils.js

@@ -60,3 +60,3 @@ var child_process = require('child_process')

}
if (stdout >= "10.8") {
if (stdout.split(".")[1] >= "8") {
return cb(false);

@@ -63,0 +63,0 @@ }

{
"name": "node-notifier",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Node.js module for sending notifications on mac, windows and linux",

@@ -30,4 +30,4 @@ "main": "index.js",

"growler": "0.0.1",
"shellwords": "^0.1.0"
"shellwords": "~0.1.0"
}
}

@@ -95,3 +95,3 @@ # node-notifier [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url]

As of version `3.0.0`, you can also specify image used as icon or content image.
As of version `3.0.0`, you can also specify image used as icon or content image. **For Mac OS notifications, requires 10.9.**

@@ -98,0 +98,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc