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 4.2.0 to 4.2.1

8

bin.js

@@ -46,7 +46,7 @@ #!/usr/bin/env node

function readme(input) {
var str = '# node-notifier\n \n## Options\n' + params(input) + '\n\n';
var str = '# notify\n \n## Options\n' + params(input) + '\n\n';
str += '## Example\n```shell\n';
str += '$ node-notifier -t "Hello" -m "My Message" -s --open http://github.com\n';
str += '$ node-notifier -t "Agent Coulson" --icon https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/coulson.jpg \n';
str += '$ node-notifier -m "My Message" -s Glass```\n\n';
str += '$ notify -t "Hello" -m "My Message" -s --open http://github.com\n';
str += '$ notify -t "Agent Coulson" --icon https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/coulson.jpg \n';
str += '$ notify -m "My Message" -s Glass```\n\n';
usage(str);

@@ -53,0 +53,0 @@ }

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

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

```shell
$ node-notifier -h
$ notify -h
# node-notifier
# notify
## Options

@@ -294,5 +294,5 @@ * --help (alias -h)

$ node-notifier -t "Hello" -m "My Message" -s --open http://github.com
$ node-notifier -t "Agent Coulson" --icon https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/coulson.jpg
$ node-notifier -m "My Message" -s Glass
$ notify -t "Hello" -m "My Message" -s --open http://github.com
$ notify -t "Agent Coulson" --icon https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/coulson.jpg
$ notify -m "My Message" -s Glass
```

@@ -299,0 +299,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