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

rc-trigger

Package Overview
Dependencies
Maintainers
5
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-trigger - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

es/Popup/PopupInner.js

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

}, style), {}, {
opacity: status === 'motion' || status === 'stable' ? undefined : 0,
opacity: status === 'motion' || status === 'stable' || !visible ? undefined : 0,
pointerEvents: status === 'stable' ? undefined : 'none'

@@ -134,0 +134,0 @@ }); // Align status

@@ -149,3 +149,3 @@ "use strict";

}, style), {}, {
opacity: status === 'motion' || status === 'stable' ? undefined : 0,
opacity: status === 'motion' || status === 'stable' || !visible ? undefined : 0,
pointerEvents: status === 'stable' ? undefined : 'none'

@@ -152,0 +152,0 @@ }); // Align status

{
"name": "rc-trigger",
"version": "5.0.1",
"version": "5.0.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