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

react-relative-portal

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-relative-portal - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

dist/Portal.js

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

_this.handleOutClick = function () {
_this.handleOutClick = function (e) {
var isOutClick = !_this.isInClick;

@@ -79,3 +79,3 @@ _this.isInClick = false;

if (isOutClick && typeof onOutClick === 'function') {
onOutClick();
onOutClick(e);
}

@@ -82,0 +82,0 @@ };

{
"name": "react-relative-portal",
"version": "1.4.0",
"version": "1.4.1",
"description": "React component for place dropdowns outside overflow: hidden; elements",

@@ -5,0 +5,0 @@ "main": "dist/RelativePortal.js",

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