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

growl

Package Overview
Dependencies
Maintainers
1
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.6.1 to 1.7.0

5

History.md
1.7.0 / 2012-12-30
==================
* support transient notifications in Gnome
1.6.1 / 2012-09-25

@@ -3,0 +8,0 @@ ==================

2

lib/growl.js

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

args.push(cmd.icon + " " + image);
// libnotify defaults to sticky, set a hint for transient notifications
if (!options.sticky) args.push('--hint=int:transient:1');
break;

@@ -170,0 +172,0 @@ case 'Windows':

2

package.json
{
"name": "growl",
"version": "1.6.1",
"version": "1.7.0",
"description": "Growl unobtrusive notifications",

@@ -5,0 +5,0 @@ "author": "TJ Holowaychuk <tj@vision-media.ca>",

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