Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-popper-tooltip

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-popper-tooltip - npm Package Compare versions

Comparing version 2.7.3-alpha.0 to 2.7.3-alpha.1

4

dist/cjs/react-popper-tooltip.js

@@ -79,3 +79,3 @@ 'use strict';

document.addEventListener('click', _this._handleOutsideClick);
document.addEventListener('touchstart', _this._handleOutsideClick);
document.addEventListener('touchend', _this._handleOutsideClick);
};

@@ -85,3 +85,3 @@

document.removeEventListener('click', _this._handleOutsideClick);
document.removeEventListener('touchstart', _this._handleOutsideClick);
document.removeEventListener('touchend', _this._handleOutsideClick);
};

@@ -88,0 +88,0 @@

@@ -77,3 +77,3 @@ import _extends from '@babel/runtime/helpers/esm/extends';

document.addEventListener('click', _this._handleOutsideClick);
document.addEventListener('touchstart', _this._handleOutsideClick);
document.addEventListener('touchend', _this._handleOutsideClick);
};

@@ -83,3 +83,3 @@

document.removeEventListener('click', _this._handleOutsideClick);
document.removeEventListener('touchstart', _this._handleOutsideClick);
document.removeEventListener('touchend', _this._handleOutsideClick);
};

@@ -86,0 +86,0 @@

{
"name": "react-popper-tooltip",
"version": "2.7.3-alpha.0",
"version": "2.7.3-alpha.1",
"description": "React tooltip library built around react-popper",

@@ -5,0 +5,0 @@ "homepage": "https://mohsinulhaq.github.io/react-popper-tooltip/",

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