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

2

dist/modal.d.ts

@@ -48,2 +48,3 @@ import * as React from 'react';

scrollHorizontal: boolean;
statusBarTranslucent: boolean;
supportedOrientations: ("landscape" | "portrait" | "portrait-upside-down" | "landscape-left" | "landscape-right")[];

@@ -139,2 +140,3 @@ };

scrollHorizontal: boolean;
statusBarTranslucent: boolean;
supportedOrientations: ("landscape" | "portrait" | "portrait-upside-down" | "landscape-left" | "landscape-right")[];

@@ -141,0 +143,0 @@ };

@@ -40,2 +40,3 @@ import * as React from 'react';

scrollHorizontal: false,
statusBarTranslucent: false,
supportedOrientations: ['portrait', 'landscape'],

@@ -42,0 +43,0 @@ };

2

package.json
{
"name": "react-native-modal",
"version": "12.0.1",
"version": "12.0.2",
"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