external-link-new-tab
Advanced tools
Comparing version 1.0.0 to 1.1.0
module.exports.default = (url, options) => { | ||
let timeout = 20; | ||
if (options && options.timeout) timeout = options.timeout; | ||
const win = window.open(window.location.host, "_blank"); | ||
const win = window.open(window.location.href, "_blank"); | ||
setTimeout(() => (win.location.href = url), timeout); | ||
}; |
{ | ||
"name": "external-link-new-tab", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Opens link in new tab, via function call.", | ||
@@ -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