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 0.6.5 to 0.6.6

check-rn.js

8

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

@@ -19,3 +19,4 @@ "main": "src/index.js",

"start": "node_modules/react-native/packager/packager.sh",
"test": "jest"
"test": "jest",
"postinstall": "node ./check-rn.js"
},

@@ -52,3 +53,6 @@ "jest": {

"react-navigation": ">=1.0.0-beta.20"
},
"dependencies": {
"fs": "^0.0.1-security"
}
}
export { default as default } from './Popover.js'
export { default as PopoverNavigation } from './PopoverNavigation.js'
export { default as PopoverStackNavigator, withPopoverNavigation as withPopoverNavigation } from './PopoverStackNavigator.js'
export { Rect as Rect, Size as Size, popoverTransitionConfig as popoverTransitionConfig } from './Utility.js'
export { Rect as Rect, Size as Size } from './Utility.js'

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