rc-slider-captcha
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -604,2 +604,3 @@ 'use strict'; | ||
document.addEventListener(events.end, touchend); | ||
document.addEventListener('touchcancel', touchend); | ||
return function () { | ||
@@ -613,2 +614,3 @@ if (isBrowser && sliderButtonRef.current && puzzleRef.current) { | ||
document.removeEventListener(events.end, touchend); | ||
document.removeEventListener('touchcancel', touchend); | ||
} | ||
@@ -615,0 +617,0 @@ }; |
@@ -595,2 +595,3 @@ import classnames from 'classnames'; | ||
document.addEventListener(events.end, touchend); | ||
document.addEventListener('touchcancel', touchend); | ||
return function () { | ||
@@ -604,2 +605,3 @@ if (isBrowser && sliderButtonRef.current && puzzleRef.current) { | ||
document.removeEventListener(events.end, touchend); | ||
document.removeEventListener('touchcancel', touchend); | ||
} | ||
@@ -606,0 +608,0 @@ }; |
{ | ||
"name": "rc-slider-captcha", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "React slider captcha component.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
101287
1497
0