New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

actbase

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actbase - npm Package Compare versions

Comparing version 1.0.75 to 1.0.76

18

lib/elements/Modal.native.js

@@ -78,6 +78,8 @@ "use strict";

}, React.createElement(_reactNative.Animated.View, {
style: {
style: [{
flex: 1,
opacity: opacity
}
opacity: opacity,
padding: 20,
justifyContent: 'center'
}, props.style]
}, !props.hasBackdrop ? null : props.customBackdrop || React.createElement(_reactNative.TouchableOpacity, {

@@ -95,11 +97,7 @@ style: {

}), React.createElement(_reactNative.Animated.View, {
style: [{
width: '100%',
height: '100%',
style: {
transform: [{
translateY: translateY
}],
justifyContent: 'center',
paddingHorizontal: 20
}, props.style]
}]
}
}, props.children)));

@@ -106,0 +104,0 @@ };

{
"name": "actbase",
"version": "1.0.75",
"version": "1.0.76",
"description": "React-Native Design Components",

@@ -5,0 +5,0 @@ "main": "lib/index.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