Socket
Socket
Sign inDemoInstall

@any-touch/shared

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@any-touch/shared - npm Package Compare versions

Comparing version 0.6.0-beta.2 to 0.6.0-beta.7

dist/index.js

6

package.json
{
"name": "@any-touch/shared",
"version": "0.6.0-beta.2",
"version": "0.6.0-beta.7",
"description": "any-touch内部的公共函数.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"author": "any86",

@@ -10,3 +12,3 @@ "license": "ISC",

},
"gitHead": "1fbc166a952c787afd7716f08978e824eecaa123"
"gitHead": "8d7b05667880d9e5ac91b7bc4e457624e35cb994"
}

@@ -35,2 +35,10 @@ export const SUPPORT_TOUCH = 'ontouchstart' in window;

export const STATUS_FAILED = 'failed';
export const STATUS_RECOGNIZED = 'recognized';
export const STATUS_RECOGNIZED = 'recognized';
// 方向
export const DIRECTION_LEFT = 'left';
export const DIRECTION_RIGHT = 'right';
export const DIRECTION_UP = 'up';
export const DIRECTION_DOWN = 'down';
export const NONE = 'none';

@@ -0,0 +0,0 @@ const ObjectToString = Object.prototype.toString;

@@ -0,0 +0,0 @@ import Base from '@any-touch/recognizer/index';

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