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.0 to 5.1.1

dist/index.spec.d.ts

2

dist/Types.d.ts
import { Animated, StyleProp, ViewStyle } from 'react-native';
import { ReactNode } from 'react';
export declare enum Placement {

@@ -26,2 +27,3 @@ TOP = "top",

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

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

2

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

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

import { Animated, StyleProp, ViewStyle } from 'react-native';
import { ReactNode } from 'react';

@@ -34,2 +35,3 @@ // eslint-disable-next-line

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

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

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