Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
react-tap-event-plugin
Advanced tools
Facebook's TapEventPlugin, temporarily available on npm until its made public in their repo
You've probably heard of iOS's dreaded 300ms tap delay. React's onClick
attribute falls prey to it. Facebook's working on a solution in the form of TapEventPlugin
, but it won't be made available until 1.0.
If you're reading this, you're probably working on a project that can't wait until they figure out how they want to publish it. This repo is for you.
When Facebook solves #436 and #1170, this repo will disappear.
var injectTapEventPlugin = require("react-tap-event-plugin");
injectTapEventPlugin();
var React = require('react'),
injectTapEventPlugin = require("react-tap-event-plugin");
injectTapEventPlugin();
var Main = React.createClass({
render: function() {
return <button onTouchTap={this._handleTouchTap}>Tap Me</button>
},
_handleTouchTap: function() {
alert('Tap');
}
});
React.render(<Main />, document.body);
FAQs
Facebook's TapEventPlugin, temporarily available on npm until its made public in their repo
The npm package react-tap-event-plugin receives a total of 14,954 weekly downloads. As such, react-tap-event-plugin popularity was classified as popular.
We found that react-tap-event-plugin 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.