Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

any-touch

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

any-touch - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

2

dist/anyTouch.common.js

@@ -663,3 +663,3 @@ 'use strict';

}
else if (this.isRecognized && INPUT_END === inputStatus) {
else if (this.isRecognized && INPUT_END === inputStatus && computed.isFinal) {
this.status = STATUS_END;

@@ -666,0 +666,0 @@ }

@@ -661,3 +661,3 @@ /*! *****************************************************************************

}
else if (this.isRecognized && INPUT_END === inputStatus) {
else if (this.isRecognized && INPUT_END === inputStatus && computed.isFinal) {
this.status = STATUS_END;

@@ -664,0 +664,0 @@ }

@@ -667,3 +667,3 @@ (function (global, factory) {

}
else if (this.isRecognized && INPUT_END === inputStatus) {
else if (this.isRecognized && INPUT_END === inputStatus && computed.isFinal) {
this.status = STATUS_END;

@@ -670,0 +670,0 @@ }

{
"name": "any-touch",
"version": "0.0.16",
"version": "0.0.17",
"description": "一个手势库",

@@ -5,0 +5,0 @@ "main": "dist/anyTouch.common.js",

@@ -158,3 +158,3 @@ /*

this.status = STATUS_MOVE;
} else if (this.isRecognized && INPUT_END === inputStatus) {
} else if (this.isRecognized && INPUT_END === inputStatus && computed.isFinal) {
this.status = STATUS_END;

@@ -161,0 +161,0 @@ } else if (this.isRecognized && INPUT_CANCEL === inputStatus) {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc