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 to 2.7.4

2

dist/cjs/react-popper-tooltip.js

@@ -54,4 +54,2 @@ 'use strict';

_this._handleOutsideClick = function (e) {
e.nativeEvent && e.nativeEvent.stopImmediatePropagation();
if (!reactDom.findDOMNode(_assertThisInitialized(_assertThisInitialized(_this))).contains(e.target)) {

@@ -58,0 +56,0 @@ var _this$props = _this.props,

@@ -52,4 +52,2 @@ import _extends from '@babel/runtime/helpers/esm/extends';

_this._handleOutsideClick = function (e) {
e.nativeEvent && e.nativeEvent.stopImmediatePropagation();
if (!findDOMNode(_assertThisInitialized(_assertThisInitialized(_this))).contains(e.target)) {

@@ -56,0 +54,0 @@ var _this$props = _this.props,

2

package.json
{
"name": "react-popper-tooltip",
"version": "2.7.3",
"version": "2.7.4",
"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