Comparing version 1.7.0 to 1.8.0
@@ -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" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
11170
2