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 3.4.1 to 3.4.2

2

dist/index.js

@@ -229,3 +229,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

else {
var _f = [top_1 + window.scrollY, left + window.scrollX], absoluteTop = _f[0], absoluteLeft = _f[1];
var _f = [top_1 + window.pageYOffset, left + window.pageXOffset], absoluteTop = _f[0], absoluteLeft = _f[1];
_this.popoverDiv.style.left = absoluteLeft.toFixed() + "px";

@@ -232,0 +232,0 @@ _this.popoverDiv.style.top = absoluteTop.toFixed() + "px";

{
"name": "react-tiny-popover",
"version": "3.4.1",
"version": "3.4.2",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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