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.1 to 3.0.2

2

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

@@ -5,0 +5,0 @@ "main": "src/injectTapEventPlugin.js",

@@ -326,5 +326,5 @@ /**

function getPooledEvent(dispatchConfig, targetInst, nativeEvent, nativeInst) {
const EventConstructor = this;
var EventConstructor = this;
if (EventConstructor.eventPool.length) {
const instance = EventConstructor.eventPool.pop();
var instance = EventConstructor.eventPool.pop();
EventConstructor.call(

@@ -331,0 +331,0 @@ instance,

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