react-native-drawer-layout
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -7,2 +7,2 @@ var React = require('react-native');var | ||
if (Platform.OS === 'ios') { | ||
module.exports = require('./DrawerLayout.ios');} | ||
module.exports = require('./DrawerLayout.ios').default;} |
{ | ||
"name": "react-native-drawer-layout", | ||
"version": "0.3.3", | ||
"description": "", | ||
"version": "0.3.4", | ||
"description": "A platform-agnostic drawer layout. Pure JavaScript implementation on iOS and native implementation on Android. Why? Because the drawer layout is a useful component regardless of the platform! And if you can use it without changing any code, that's perfect.", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18483
0