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.3 to 5.1.4

3

dist/Popover.d.ts
import { Component, RefObject, ReactNode } from 'react';
import PropTypes from 'prop-types';
import { View } from 'react-native';
import { View, ViewProps } from 'react-native';
import { Rect, PopoverProps, Placement, Mode, Point, Size } from './Types';

@@ -10,2 +10,3 @@ interface PublicPopoverProps extends Omit<PopoverProps, 'displayArea' | 'arrowSize'> {

from?: Rect | RefObject<View> | ((sourceRef: RefObject<View>, openPopover: () => void) => ReactNode) | ReactNode | Point;
testID?: ViewProps['testID'];
}

@@ -12,0 +13,0 @@ interface PublicPopoverState {

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