New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

migi-fastclick

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

migi-fastclick - npm Package Compare versions

Comparing version

to
1.0.8

2

lib/fastclick.js

@@ -792,3 +792,3 @@ ;(function () {

// IE10 with -ms-touch-action: none or manipulation, which disables double-tap-to-zoom (issue #97)
if (layer.style.msTouchAction === 'none' || layer.style.touchAction === 'manipulation') {
if (layer.style.msTouchAction === 'none' || layer.style.msTouchAction === 'manipulation') {
return true;

@@ -795,0 +795,0 @@ }

{
"name": "migi-fastclick",
"version": "1.0.7",
"version": "1.0.8",
"description": "Polyfill to remove click delays on browsers with touch UIs.",

@@ -27,2 +27,6 @@ "maintainers": [

"main": "lib/fastclick.js",
"spm": {
"main": "lib/fastclick.js",
"registry": "http://spm.alipay-inc.com"
},
"repository": {

@@ -29,0 +33,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet