react-native-popover-view
Advanced tools
Comparing version 0.6.5 to 0.6.6
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48
2170
2826161
2
1
1
+ Addedfs@^0.0.1-security
+ Addedfs@0.0.1-security(transitive)