
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
react-fastclick-alt
Advanced tools
A react component that triggers click and focus events for taps of children components
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'.
npm install --save react-fastclick-alt
Wrap your component in an instance of this component, and it should respond to short taps with immediate click events.
var React = require('react');
var FastClick = require('react-fastclick-alt');
var ReactDOM = require('react-dom');
ReactDOM.render(FastClick({}, MyApp()), document.getElementById('app'));
Note this is safe to do even if child components include react-fastclick-alt because a touchend event that triggers a click will not be propagated.
There are two optional props to this component.
How far a touch can move before it can no longer be converted to a click, in px. Defaults to 15px.
How long a tap can be held before it can no longer be converted to a click, in milliseconds. Defaults to 125ms.
FAQs
A react component that triggers click and focus events for taps of children components
The npm package react-fastclick-alt receives a total of 220 weekly downloads. As such, react-fastclick-alt popularity was classified as not popular.
We found that react-fastclick-alt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.