Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

react-native-modal

Package Overview
Dependencies
516
Maintainers
5
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.0 to 12.0.1

30

dist/modal.d.ts

@@ -36,10 +36,10 @@ import * as React from 'react';

isVisible: boolean;
onModalShow: () => null;
onModalWillShow: () => null;
onModalHide: () => null;
onModalWillHide: () => null;
onBackdropPress: () => null;
onBackButtonPress: () => null;
panResponderThreshold: number;
swipeThreshold: number;
onModalShow: () => void;
onModalWillShow: () => void;
onModalHide: () => void;
onModalWillHide: () => void;
onBackdropPress: () => void;
onBackButtonPress: () => void;
scrollTo: OrNull<(e: any) => void>;

@@ -64,8 +64,2 @@ scrollOffset: number;

presentationStyle?: PresentationStyle;
onModalShow: () => void;
onModalWillShow: () => void;
onModalHide: () => void;
onModalWillHide: () => void;
onBackdropPress: () => void;
onBackButtonPress: () => void;
useNativeDriverForBackdrop?: boolean;

@@ -134,10 +128,10 @@ } & typeof defaultProps;

isVisible: boolean;
onModalShow: () => null;
onModalWillShow: () => null;
onModalHide: () => null;
onModalWillHide: () => null;
onBackdropPress: () => null;
onBackButtonPress: () => null;
panResponderThreshold: number;
swipeThreshold: number;
onModalShow: () => void;
onModalWillShow: () => void;
onModalHide: () => void;
onModalWillHide: () => void;
onBackdropPress: () => void;
onBackButtonPress: () => void;
scrollTo: OrNull<(e: any) => void>;

@@ -144,0 +138,0 @@ scrollOffset: number;

12

dist/modal.js

@@ -28,10 +28,10 @@ import * as React from 'react';

isVisible: false,
onModalShow: () => null,
onModalWillShow: () => null,
onModalHide: () => null,
onModalWillHide: () => null,
onBackdropPress: () => null,
onBackButtonPress: () => null,
panResponderThreshold: 4,
swipeThreshold: 100,
onModalShow: (() => null),
onModalWillShow: (() => null),
onModalHide: (() => null),
onModalWillHide: (() => null),
onBackdropPress: (() => null),
onBackButtonPress: (() => null),
scrollTo: null,

@@ -38,0 +38,0 @@ scrollOffset: 0,

{
"name": "react-native-modal",
"version": "12.0.0",
"version": "12.0.1",
"description": "An enhanced React Native modal",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc