New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0 to 1.3.1

13

examples/gulpfile.js

@@ -64,2 +64,15 @@

gulp.task("advanceMac", function () {
gulp.src("../test/fixtures/*")
.pipe(notify({
"title": "Open Github",
"subtitle": "Project web site",
"message": "Click to open project site",
"sound": "Frog", // case sensitive
// "contentImage": "file:///Some/Image/Here.png", // case sensitive
"open": "https://github.com/mikaelbr/gulp-notify"
}));
});
gulp.task("onlast", function () {

@@ -66,0 +79,0 @@ gulp.src("../test/fixtures/*")

4

package.json
{
"name": "gulp-notify",
"version": "1.3.0",
"version": "1.3.1",
"description": "A plugin for Gulp to send notification messages (Mac, Linux and Windows",

@@ -31,3 +31,3 @@ "keywords": [

"lodash.template": "~2.4.1",
"node-notifier": "^2.0.5",
"node-notifier": "^3.0.0",
"node.extend": "^1.0.9"

@@ -34,0 +34,0 @@ },

@@ -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.2.4 |
| Package Version | 1.3.0 |

@@ -89,2 +89,4 @@ **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.**

See also the [advanceMac example](examples/gulpfile.js).
#### options.onLast

@@ -290,3 +292,5 @@ Type: `Boolean`

[gulp] ├── onlast
[gulp] ├── advanceMac
[gulp] ├── error
[gulp] ├── forceGrowl
[gulp] └── customError

@@ -336,2 +340,8 @@ ```

### `v1.3.1`
1. Updates node-notifier dependency. Adds support for app icon and images for Mac.
### `v1.3.0`
1. Adds default setting for failing silently. Introduces concept emitError flag to still emit errors
### `v1.2.1`

@@ -338,0 +348,0 @@ 1. The entire options-object is passed to the notifier, allowing pass additional information to notifiers.

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