react-popper-tooltip
Advanced tools
Comparing version 2.7.3-alpha.0 to 2.7.3-alpha.1
@@ -79,3 +79,3 @@ 'use strict'; | ||
document.addEventListener('click', _this._handleOutsideClick); | ||
document.addEventListener('touchstart', _this._handleOutsideClick); | ||
document.addEventListener('touchend', _this._handleOutsideClick); | ||
}; | ||
@@ -85,3 +85,3 @@ | ||
document.removeEventListener('click', _this._handleOutsideClick); | ||
document.removeEventListener('touchstart', _this._handleOutsideClick); | ||
document.removeEventListener('touchend', _this._handleOutsideClick); | ||
}; | ||
@@ -88,0 +88,0 @@ |
@@ -77,3 +77,3 @@ import _extends from '@babel/runtime/helpers/esm/extends'; | ||
document.addEventListener('click', _this._handleOutsideClick); | ||
document.addEventListener('touchstart', _this._handleOutsideClick); | ||
document.addEventListener('touchend', _this._handleOutsideClick); | ||
}; | ||
@@ -83,3 +83,3 @@ | ||
document.removeEventListener('click', _this._handleOutsideClick); | ||
document.removeEventListener('touchstart', _this._handleOutsideClick); | ||
document.removeEventListener('touchend', _this._handleOutsideClick); | ||
}; | ||
@@ -86,0 +86,0 @@ |
{ | ||
"name": "react-popper-tooltip", | ||
"version": "2.7.3-alpha.0", | ||
"version": "2.7.3-alpha.1", | ||
"description": "React tooltip library built around react-popper", | ||
@@ -5,0 +5,0 @@ "homepage": "https://mohsinulhaq.github.io/react-popper-tooltip/", |
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
0
48786