custom-protocol-check
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -143,3 +143,3 @@ const browser = { | ||
onBlur = () => { | ||
let onBlur = () => { | ||
clearTimeout(timeout); | ||
@@ -166,3 +166,3 @@ handler.remove(); | ||
onBlur = () => { | ||
let onBlur = () => { | ||
clearTimeout(timeout); | ||
@@ -169,0 +169,0 @@ handler.remove(); |
{ | ||
"name": "custom-protocol-check", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Detect whether a custom protocol is available in browser (Chrome, Firefox, Safari, iOS, IE8-IE11 and Edge)", | ||
@@ -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
36901