Socket
Socket
Sign inDemoInstall

react-tap-event-plugin

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tap-event-plugin - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

6

package.json
{
"name": "react-tap-event-plugin",
"version": "3.0.2",
"version": "3.0.3",
"description": "Facebook's TapEventPlugin, temporarily available on npm until its made public in their repo",

@@ -25,4 +25,4 @@ "main": "src/injectTapEventPlugin.js",

"peerDependencies": {
"react": "^16.0.0-0",
"react-dom": "^16.0.0-0"
"react": "^16.0.0-0 < 16.4.0",
"react-dom": "^16.0.0-0 < 16.4.0"
},

@@ -29,0 +29,0 @@ "dependencies": {

@@ -0,1 +1,9 @@

# DEPRECATED
React 16.4 removes a lot of internals (#121) this plugin depends on and will break the plugin.
Since the problem it solves [has been fixed](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away) in most browsers by now you should migrate away from this plugin.
---
# Introduction

@@ -14,3 +22,3 @@ You've probably heard of [iOS's dreaded 300ms tap delay](http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away). 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](https://github.com/facebook/react/issues/436) [until 1.0](https://github.com/facebook/react/pull/1170).~~

Latest:
Compatible with React >= 16.0 && < 16.4:
```sh

@@ -17,0 +25,0 @@ $ npm i --save react-tap-event-plugin

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