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.11 to 0.6.0-beta.13

dist/index.mjs

0

dist/index.es.js

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

@@ -0,0 +0,0 @@ 'use strict';

4

package.json
{
"name": "@any-touch/shared",
"version": "0.6.0-beta.11",
"version": "0.6.0-beta.13",
"description": "any-touch内部的公共函数.",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

},
"gitHead": "85e41ecb437b2c532f098cdc73f95dcf066473cd"
"gitHead": "25dcd0323ee16d5ffd9f7a46009c54af9fcf80c5"
}

@@ -0,0 +0,0 @@ export const SUPPORT_TOUCH = 'ontouchstart' in window;

export * from './is';
export * from './const';

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

@@ -56,2 +56,3 @@ import Base from '@any-touch/recognizer/index';

export interface ComputeConstructor {
_id:string;
new(...args: any[]): {

@@ -58,0 +59,0 @@ compute(input: Input): Record<string, any>|void;

@@ -0,0 +0,0 @@ export declare const SUPPORT_TOUCH: boolean;

export * from './is';
export * from './const';
export declare function isRegExp(input: any): input is RegExp;
export declare function isFunction(input: any): input is Function;

@@ -39,2 +39,3 @@ import Base from '@any-touch/recognizer/index';

export interface ComputeConstructor {
_id: string;
new (...args: any[]): {

@@ -41,0 +42,0 @@ compute(input: Input): Record<string, any> | void;

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