Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uupaa.forceclick.js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uupaa.forceclick.js - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

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

@@ -5,0 +5,0 @@ "url": "https://github.com/uupaa/ForceClick.js",

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

```js
<style>
a[href] {
font-size: 20pt;
}
.disable-force-click {
color: blue;
cursor: pointer;
text-decoration: underline;
-webkit-user-select: none;
-webkit-touch-callout: none;
}
</style>
<p>
<a href="http://google.co.jp" class="disable-force-click">jump to google</a>
</p>
<script src="<module-dir>/lib/WebModule.js"></script>

@@ -15,0 +32,0 @@ <script src="<module-dir>/lib/WebGLDetector.js"></script>

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