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.1 to 5.1.2

2

dist/Types.d.ts

@@ -27,3 +27,3 @@ import { Animated, StyleProp, ViewStyle } from 'react-native';

export declare type PopoverProps = {
children: ReactNode;
children?: ReactNode;
isVisible?: boolean;

@@ -30,0 +30,0 @@ placement?: Placement | Array<Placement>;

{
"name": "react-native-popover-view",
"version": "5.1.1",
"version": "5.1.2",
"description": "A <Popover /> component for react-native iOS, Android, and Web",

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

@@ -35,3 +35,3 @@ import { Animated, StyleProp, ViewStyle } from 'react-native';

export type PopoverProps = {
children: ReactNode;
children?: ReactNode;
isVisible?: boolean;

@@ -38,0 +38,0 @@

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