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

react-fastclick-alt

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fastclick-alt - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "react-fastclick-alt",
"version": "0.1.1",
"version": "0.1.2",
"description": "A react component that triggers click events for taps",

@@ -5,0 +5,0 @@ "main": "index.js",

# react-fastclick
Wrapper div that implements the FastClick logic in its tap events.
Wrapper div that implements the FastClick logic in its touch events, triggering appropriate click and focus events on
its children if it detects a 'tap'.

@@ -9,2 +10,12 @@ # Install

Simply wrap your component in an instance of this component, and it should respond to short taps with immediate click
events.
events.
## Properties
There are two optional props to this component.
### threshold (Number)
How far a touch can move before it can no longer be converted to a click, in px. Defaults to 15px.
### timeThreshold (Number)
How long a tap can be held before it can no longer be converted to a click, in milliseconds. Defaults to 125ms.

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