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
77
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 0.6.8 to 0.6.9

2

package.json
{
"name": "react-native-popover-view",
"version": "0.6.8",
"version": "0.6.9",
"description": "A <Popover /> component for react-native",

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

@@ -494,3 +494,3 @@ 'use strict';

translatePoint: this.getTranslateOrigin(),
callback: () => this.setState({visible: false}, () => this.props.doneClosingCallback()),
callback: () => this.setState({visible: false, forcedContentSize: {}}, () => this.props.doneClosingCallback()),
easing: Easing.inOut(Easing.quad)

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