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.8 to 0.6.0-beta.9

0

dist/index.js

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

8

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

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

},
"gitHead": "844b80ab7d6ba2cf1c4728b0eb778214d72819ec"
"gitHead": "07f846a6fe86b0b3a69ee4d8988dd6d9771d7659"
}

@@ -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;

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

@@ -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;

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

Sorry, the diff of this file is not supported yet

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