Socket
Socket
Sign inDemoInstall

uupaa.forceclick.js

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "uupaa.forceclick.js",
"version": "0.0.1",
"version": "0.0.2",
"description": "Disable force click on link navigation",

@@ -54,2 +54,2 @@ "url": "https://github.com/uupaa/ForceClick.js",

"contributors": []
}
}

@@ -45,7 +45,7 @@ # ForceClick.js [![Build Status](https://travis-ci.org/uupaa/ForceClick.js.svg)](https://travis-ci.org/uupaa/ForceClick.js)

// pretty code
if (spec.FORCE_TOUCH) {
if (spec.FORCE_CLICK) {
new ForceClick().disable();
}
} else {
if (spec.FORCE_TOUCH) {
if (spec.FORCE_CLICK) {
ForceClick.VERBOSE = true;

@@ -52,0 +52,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc