Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-notify

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-notify - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

8

package.json
{
"name": "gulp-notify",
"version": "1.2.1",
"description": "A plugin for Gulp to send messages to Mac Notification Center or Linux' notify-send",
"version": "1.2.2",
"description": "A plugin for Gulp to send notification messages (Mac, Linux and Windows",
"keywords": [

@@ -31,3 +31,3 @@ "gulpplugin",

"lodash.template": "~2.4.1",
"node-notifier": "^2.0.2",
"node-notifier": "^2.0.3",
"node.extend": "^1.0.9"

@@ -50,2 +50,2 @@ },

]
}
}

@@ -10,3 +10,3 @@ # gulp-notify [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url]

| Node Version | >= 0.8 |
| Package Version | 1.1.0 |
| Package Version | 1.2.1 |

@@ -279,2 +279,6 @@ **Note: Without overriding the notifier, Mac OS X >= 10.8 or as of v0.3.2, Linux with `notify-send` installed is required for this to run.**

### `v1.2.1`
1. The entire options-object is passed to the notifier, allowing pass additional information to notifiers.
2. Adds support for showing errors returned from the notifiers and showing these errors in the console.
### `v1.1.0`

@@ -281,0 +285,0 @@ 1. Bumps dependency for `node-notifier`. Now supports Growl on Windows!

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