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 0.0.6 to 0.0.7

3

index.js

@@ -65,5 +65,6 @@ var es = require("event-stream"),

if (err) stream.emit("error", err);
})
});
lastFile = null; // reset
stream.emit("end");
});
};
{
"name": "gulp-notify",
"version": "0.0.6",
"version": "0.0.7",
"description": "A plugin for Gulp to send messages to Mac Notification Center",

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

"scripts": {
"test": "mocha"
"test": "mocha -R spec"
},

@@ -28,0 +28,0 @@ "dependencies": {

@@ -1,10 +0,12 @@

# gulp-notify [![NPM version][npm-image]][npm-url] [![Dependency Status][depstat-image]][depstat-url]
# gulp-notify [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url]
> notification plugin for [gulp](https://github.com/gulpjs/gulp)
Use to send messages to Mac Notification center using the
[node-notifier](https://github.com/mikaelbr/node-notifier) module.
Can also specify custom notifier (e.g. Growl notification).
## Information
| Package | gulp-notify |
| ------------- |--------------|
| Description | Send messages to Mac Notification center using the [node-notifier](https://github.com/mikaelbr/node-notifier) module. Can also specify custom notifier (e.g. Growl notification). |
| Node Version | >= 0.8 |
**Note: Without overriding the notifier, Mac OS X >= 10.8 is required for this to run.
**Note: Without overriding the notifier, Mac OS X >= 10.8 is required for this to run.**

@@ -84,3 +86,6 @@ ## Usage

[travis-url]: http://travis-ci.org/mikaelbr/gulp-notify
[travis-image]: https://secure.travis-ci.org/mikaelbr/gulp-notify.png?branch=master
[depstat-url]: https://david-dm.org/mikaelbr/gulp-notify
[depstat-image]: https://david-dm.org/mikaelbr/gulp-notify.png

Sorry, the diff of this file is not supported yet

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