Socket
Socket
Sign inDemoInstall

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.4.0 to 1.4.1

5

History.md
1.4.1 / 2011-12-28
==================
* Fixed: dont exit(). Closes #9
1.4.0 / 2011-12-17

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

9

lib/growl.js

@@ -52,6 +52,2 @@

};
break;
default:
console.error('✗ node-growl only supports Darwin and Linux users');
process.exit(1);
}

@@ -69,3 +65,3 @@

exports.version = '1.4.0'
exports.version = '1.4.1'

@@ -108,2 +104,5 @@ /**

// noop
if (!cmd) return fn(new Error('growl not supported on this platform'));
// image

@@ -110,0 +109,0 @@ if (image = options.image) {

{ "name": "growl",
"version": "1.4.0",
"version": "1.4.1",
"description": "Growl unobtrusive notifications",

@@ -4,0 +4,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