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.3.4-1 to 0.3.4-2

4

package.json
{
"name": "gulp-notify",
"version": "0.3.4-1",
"description": "A plugin for Gulp to send messages to Mac Notification Center",
"version": "0.3.4-2",
"description": "A plugin for Gulp to send messages to Mac Notification Center or Linux' notify-send",
"keywords": [

@@ -6,0 +6,0 @@ "gulpplugin",

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

| ------------- |--------------|
| 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). |
| Description | Send messages to Mac Notification Center or Linux notifications (using `notify-send`) using the [node-notifier](https://github.com/mikaelbr/node-notifier) module. Can also specify custom notifier (e.g. Growl notification). |
| Node Version | >= 0.8 |

@@ -101,3 +101,3 @@

```sh
```shell
$ gulp --gulpfile examples/gulpfile.js --tasks

@@ -116,3 +116,3 @@ [gulp] Using file /Users/example/gulp-notify/examples/gulpfile.js

To run an example:
```sh
```shell
$ gulp --gulpfile examples/gulpfile.js multiple

@@ -119,0 +119,0 @@ [gulp] Using file /Users/example/gulp-notify/examples/gulpfile.js

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