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.15 to 0.0.16

1

dist/anyTouch.common.js

@@ -271,3 +271,2 @@ 'use strict';

var isFinal = (INPUT_END === inputStatus) && (0 === pointerLength);
console.log({ isFinal: isFinal });
if (0 < pointerLength) {

@@ -274,0 +273,0 @@ var _a = getCenter(input.pointers), x = _a.x, y = _a.y;

@@ -269,3 +269,2 @@ /*! *****************************************************************************

var isFinal = (INPUT_END === inputStatus) && (0 === pointerLength);
console.log({ isFinal: isFinal });
if (0 < pointerLength) {

@@ -272,0 +271,0 @@ var _a = getCenter(input.pointers), x = _a.x, y = _a.y;

@@ -275,3 +275,2 @@ (function (global, factory) {

var isFinal = (INPUT_END === inputStatus) && (0 === pointerLength);
console.log({ isFinal: isFinal });
if (0 < pointerLength) {

@@ -278,0 +277,0 @@ var _a = getCenter(input.pointers), x = _a.x, y = _a.y;

2

package.json
{
"name": "any-touch",
"version": "0.0.15",
"version": "0.0.16",
"description": "一个手势库",

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

@@ -33,3 +33,2 @@ /**

const isFinal = (INPUT_END === inputStatus) && (0 === pointerLength);
console.log({isFinal});
// 中心坐标

@@ -36,0 +35,0 @@ if (0 < pointerLength) {

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