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 4.0.0 to 5.0.0

.github/workflows/test.yml

2

lib/report.js

@@ -1,2 +0,2 @@

var template = require("lodash.template");
var template = require("lodash/template");
var PluginError = require('plugin-error');

@@ -3,0 +3,0 @@ var api = require("./extra_api");

{
"name": "gulp-notify",
"version": "4.0.0",
"version": "5.0.0",
"description": "gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging",

@@ -34,8 +34,8 @@ "keywords": [

"dependencies": {
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"lodash.template": "^4.5.0",
"node-notifier": "^9.0.1",
"node.extend": "^2.0.2",
"plugin-error": "^1.0.1",
"ansi-colors": "^4.1.3",
"fancy-log": "^2.0.0",
"lodash": "^4.17.21",
"node-notifier": "^10.0.1",
"node.extend": "^2.0.3",
"plugin-error": "^2.0.1",
"through2": "^4.0.2"

@@ -46,11 +46,10 @@ },

"gulp-plumber": "^1.2.1",
"mocha": "^8.3.2",
"mocha": "^10.7.3",
"should": "^13.2.3",
"vinyl": "^2.2.1"
"vinyl": "^3.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
"node": ">=18.0.0"
},
"license": "MIT"
}
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