@regru/browser-update
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -35,4 +35,2 @@ import browserUpdate from './update.npm.full.js'; | ||
style : 'bottom', | ||
url : null, | ||
}; | ||
@@ -39,0 +37,0 @@ |
{ | ||
"name": "@regru/browser-update", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Remind users to update their browser in an unobtrusive way.", | ||
@@ -18,4 +18,3 @@ "main": "index.js", | ||
"files": [ | ||
"update.npm.full.js", | ||
"update.npm.js" | ||
"update.npm.full.js" | ||
], | ||
@@ -22,0 +21,0 @@ "author": "Thomas Hümmer", |
@@ -269,4 +269,4 @@ //(c)2017, MIT Style License <browser-update.org/LICENSE.txt> | ||
var burl = op.burl || ("http" + (/MSIE/i.test(navigator.userAgent) ? "" : "s") + "://browser-update.org/"); | ||
if (op.url === undefined) { | ||
op.url = burl + ((op.l && (op.l + "/")) || "") + "update-browser.html" + (op.test ? "?force_outdated=true" : "") + "#" + op.jsv + ":" + op.pageurl; | ||
if (!op.url) { | ||
op.url = burl + ((op.l && (op.l + "/")) || "") + "update-browser.html" + (op.test ? "?force_outdated=true" : "") + "#" + op.jsv ; | ||
} | ||
@@ -447,2 +447,3 @@ op.url_permanent_hide=op.url_permanent_hide || (burl + "block-ignore-browser-update-warning.html"); | ||
op.onshow(op); | ||
};/* | ||
@@ -458,1 +459,2 @@ if (op.test && !op.dont_show_debuginfo) { | ||
*/ |
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
40573
6
475