coins-notify
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -99,3 +99,3 @@ "use strict"; | ||
icon: options.icon || (window.location.origin + '/coins_core/graphics/logo-brain-flat.png'), | ||
tag: options.tag || null, | ||
tag: options.tag || Date.now(), | ||
timeout: options.timeout ? (options.timeout/1000) : (this.defaultTimeout/1000), | ||
@@ -102,0 +102,0 @@ notifyShow: options.notifyShow || null, |
{ | ||
"name": "coins-notify", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "show notifications in the browser. use 'growl' like notifications first, or notifyjs (jQuery plugin) as the fallback", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
153481