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

growl

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

growl - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

6

lib/growl.js

@@ -164,6 +164,6 @@ // Growl - Copyright TJ Holowaychuk <tj@vision-media.ca> (MIT Licensed)

flag = flag || 'icon'
args.push('--' + flag, image)
args.push('--' + flag, quote(image))
break;
case 'Linux':
args.push(cmd.icon + " " + image);
args.push(cmd.icon, quote(image));
// libnotify defaults to sticky, set a hint for transient notifications

@@ -210,3 +210,3 @@ if (!options.sticky) args.push('--hint=int:transient:1');

args.push(cmd.subtitle);
args.push(quote(options.title));
args.push(quote(options.subtitle));
}

@@ -213,0 +213,0 @@ break;

{
"name": "growl",
"version": "1.7.0",
"version": "1.8.0",
"description": "Growl unobtrusive notifications",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"maintainers": [
"Joshua Appelman <joshua@jbnicolai.nl>"
],
"repository": "git://github.com/visionmedia/node-growl.git",
"main": "./lib/growl.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