@cantonjs/react-pan-responder
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -107,2 +107,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
this._isTouchAction = null; | ||
this._removeListener = noop; | ||
@@ -109,0 +110,0 @@ this.getDOMNodeByRef = function (dom) { |
@@ -125,2 +125,3 @@ 'use strict'; | ||
this._isTouchAction = null; | ||
this._removeListener = _utils.noop; | ||
@@ -127,0 +128,0 @@ this.getDOMNodeByRef = function (dom) { |
{ | ||
"name": "@cantonjs/react-pan-responder", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "React low level pan gesture component for DOM", | ||
@@ -5,0 +5,0 @@ "repository": "Cap32/react-pan-responder", |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
138874
1871