New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-tiny-popover

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tiny-popover - npm Package Versions

23
6

8.1.6

Diff

Changelog

Source

[8.1.6] - 2025-2-2

Fixed

  • Resolved newly introduced module declaration issue from previous release
alexkatz
published 8.1.5 •

Changelog

Source

[8.1.5] - 2025-2-2

Fixed

  • Resolved an issue where popover position sometimes did not occur on window resize
alexkatz
published 8.1.4 •

Changelog

Source

[8.1.4] - 2024-11-20

Fixed

  • Resolved type declaration issue that caused ts errors when rendering Popover component on certain versions of React
alexkatz
published 8.1.3 •

Changelog

Source

[8.1.3] - 2024-11-20

Fixed

  • Popover now immediately positions on open before requesting browser animation frame for subsequent updates (thanks @cozmo)
alexkatz
published 8.1.2 •

Changelog

Source

[8.1.2] - 2024-9-13

Fixed npm deployment issue

alexkatz
published 8.1.1 •

Changelog

Source

[8.1.1] - 2024-9-13

Fixed

  • Popover now re-renders properly on the following prop changes
    • reposition
    • positions
    • boundaryElement
    • boundaryInset
    • transform
    • transformMode
    • childRect changes
    • popoverRect changes
    • padding
    • align
alexkatz
published 8.1.0 •

Changelog

Source

[8.1.0] - 2024-9-12

Changed

  • Prior to this change, the portal DOM elements generated when a popover appears were given the id react-tiny-popover-container and react-tiny-popover-scout
  • From now on, both react-tiny-popover-container and react-tiny-popover-scout are now assigned as class names rather than ids. The absence of this functionality has been an oversight, since multiple popovers can be present in the DOM simultaneously. This resulted in more than one element having the same id.
alexkatz
published 8.0.4 •

alexkatz
published 8.0.3 •

Changelog

Source

[8.0.3] - 2023-10-19

Fixed

  • align and padding no longer erroneously required as props
alexkatz
published 8.0.2 •

Changelog

Source

[8.0.2] - 2023-10-19

Fixed

  • Removed some debugging statements erroneously published
23
6
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