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

@rc-component/trigger

Package Overview
Dependencies
Maintainers
4
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rc-component/trigger - npm Package Compare versions

Comparing version 1.18.1 to 1.18.2

3

es/hooks/useAlign.js

@@ -121,2 +121,3 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";

var originBottom = popupElement.style.bottom;
var originOverflow = popupElement.style.overflow;

@@ -140,2 +141,3 @@ // Placement

popupElement.style.bottom = 'auto';
popupElement.style.overflow = 'hidden';

@@ -213,2 +215,3 @@ // Calculate align style, we should consider `transform` case

popupElement.style.bottom = originBottom;
popupElement.style.overflow = originOverflow;
(_popupElement$parentE2 = popupElement.parentElement) === null || _popupElement$parentE2 === void 0 || _popupElement$parentE2.removeChild(placeholderElement);

@@ -215,0 +218,0 @@

@@ -129,2 +129,3 @@ "use strict";

var originBottom = popupElement.style.bottom;
var originOverflow = popupElement.style.overflow;

@@ -148,2 +149,3 @@ // Placement

popupElement.style.bottom = 'auto';
popupElement.style.overflow = 'hidden';

@@ -221,2 +223,3 @@ // Calculate align style, we should consider `transform` case

popupElement.style.bottom = originBottom;
popupElement.style.overflow = originOverflow;
(_popupElement$parentE2 = popupElement.parentElement) === null || _popupElement$parentE2 === void 0 || _popupElement$parentE2.removeChild(placeholderElement);

@@ -223,0 +226,0 @@

2

package.json
{
"name": "@rc-component/trigger",
"version": "1.18.1",
"version": "1.18.2",
"description": "base abstract trigger component for react",

@@ -5,0 +5,0 @@ "engines": {

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