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

react-native-popover-view

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-popover-view - npm Package Compare versions

Comparing version 5.1.5 to 5.1.6

4

dist/AdaptivePopover.js

@@ -277,2 +277,6 @@ var __extends = (this && this.__extends) || (function () {

rect = _c.sent();
if ([rect.x, rect.y, rect.width, rect.height].every(function (i) { return i === undefined; })) {
this.debug('calculateRectFromRef - rect not found, all properties undefined');
return [2 /*return*/];
}
rect = new Rect(rect.x + horizontalOffset, rect.y + verticalOffset, rect.width, rect.height);

@@ -279,0 +283,0 @@ return [4 /*yield*/, new Promise(function (resolve) {

2

package.json
{
"name": "react-native-popover-view",
"version": "5.1.5",
"version": "5.1.6",
"description": "A <Popover /> component for react-native iOS, Android, and Web",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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