Socket
Socket
Sign inDemoInstall

@any-touch/pinch

Package Overview
Dependencies
5
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.7 to 0.7.8

2

dist/index.js

@@ -1,1 +0,1 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t,e=require("tslib"),i=require("@any-touch/compute"),o=require("@any-touch/recognizer"),s=(t=o)&&"object"==typeof t&&"default"in t?t.default:t,n={name:"pinch",threshold:0,pointLength:2},r=function(t){function s(i){return t.call(this,e.__assign(e.__assign({},n),i))||this}return e.__extends(s,t),s.prototype.test=function(t){var e=t.pointLength,i=this.computed.scale;return this.isValidPointLength(e)&&void 0!==i&&(this.options.threshold<Math.abs(i-1)||this.isRecognized)},s.prototype.recognize=function(t,s){var n=this.compute([i.ComputeVectorForMutli],t);"activeV"in n&&(this.computed=e.__assign(e.__assign({},this.computed),i.computeScale(n))),o.recognizeForPressMoveLike(this,t,s)},s}(s);exports.default=r;
"use strict";function _interopDefault(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var tslib=require("tslib"),compute=require("@any-touch/compute"),Recognizer=require("@any-touch/recognizer"),Recognizer__default=_interopDefault(Recognizer),DEFAULT_OPTIONS={name:"pinch",threshold:0,pointLength:2},default_1=function(e){function t(t){return e.call(this,tslib.__assign(tslib.__assign({},DEFAULT_OPTIONS),t))||this}return tslib.__extends(t,e),t.prototype.test=function(e){var t=e.pointLength,i=this.computed.scale;return this.isValidPointLength(t)&&void 0!==i&&(this.options.threshold<Math.abs(i-1)||this.isRecognized)},t.prototype.recognize=function(e,t){var i=this.compute([compute.ComputeVectorForMutli],e);"activeV"in i&&(this.computed=tslib.__assign(tslib.__assign({},this.computed),compute.computeScale(i))),Recognizer.recognizeForPressMoveLike(this,e,t)},t}(Recognizer__default);exports.default=default_1;
{
"name": "@any-touch/pinch",
"version": "0.7.7",
"version": "0.7.8",
"description": "any-touch的识别器, 用来识别捏合手势.",

@@ -17,4 +17,4 @@ "main": "./dist/index",

"dependencies": {
"@any-touch/compute": "^0.7.7",
"@any-touch/recognizer": "^0.7.7"
"@any-touch/compute": "^0.7.8",
"@any-touch/recognizer": "^0.7.8"
},

@@ -25,3 +25,3 @@ "publishConfig": {

"sideEffects": false,
"gitHead": "4c1eb288b7a1f3bab7e1bebc3a225aff86b91e08"
"gitHead": "14f864223c9a4df212561b9a53e93a5f89217b15"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc