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.6 to 5.1.7

2

dist/Popover.d.ts

@@ -5,3 +5,3 @@ import { Component, RefObject, ReactNode } from 'react';

import { Rect, PopoverProps, Placement, Mode, Point, Size } from './Types';
interface PublicPopoverProps extends Omit<PopoverProps, 'displayArea' | 'arrowSize'> {
export interface PublicPopoverProps extends Omit<PopoverProps, 'displayArea' | 'arrowSize'> {
displayArea?: Pick<Rect, 'x' | 'y' | 'width' | 'height'>;

@@ -8,0 +8,0 @@ arrowSize?: Pick<Size, 'width' | 'height'>;

{
"name": "react-native-popover-view",
"version": "5.1.6",
"version": "5.1.7",
"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

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