Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-modal

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-modal - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

package.json
{
"name": "react-native-modal",
"version": "7.0.0",
"version": "7.0.1",
"description": "An enhanced React-Native modal",

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

@@ -176,3 +176,3 @@ # react-native-modal

isVisible={this.state.isVisible}
deviceHeight={deviceWidth}
deviceWidth={deviceWidth}
deviceHeight={deviceHeight}

@@ -179,0 +179,0 @@ >

@@ -430,3 +430,3 @@ import React, { Component } from "react";

} = this.props;
const deviceWidth = deviceHeightProp || this.state.deviceWidth;
const deviceWidth = deviceWidthProp || this.state.deviceWidth;
const deviceHeight = deviceHeightProp || this.state.deviceHeight;

@@ -433,0 +433,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