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

react-tiny-popover

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tiny-popover - npm Package Compare versions

Comparing version 7.2.2 to 7.2.3

5

dist/usePopover.js

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

finalLeft = Math.round(finalLeft - scoutRect.left);
popoverRef.current.style.transform = "translate(" + left + "px, " + top + "px)";
popoverRef.current.style.transform = "translate(" + finalLeft + "px, " + finalTop + "px)";
var potentialViolations = {

@@ -137,4 +137,6 @@ top: boundaryRect.top + boundaryInset - finalTop,

childRef,
scoutRef,
popoverRef,
boundaryElement,
isOpen,
contentLocation,

@@ -147,3 +149,2 @@ positions,

onPositionPopover,
isOpen,
]);

@@ -150,0 +151,0 @@ return {

2

package.json
{
"name": "react-tiny-popover",
"version": "7.2.2",
"version": "7.2.3",
"description": "A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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