Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@redu/react-native-component-layout

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redu/react-native-component-layout - npm Package Compare versions

Comparing version 1.0.10 to 1.1.0

10

Break.js

@@ -57,5 +57,5 @@ /**

? {
borderBottomColor: horizontalRuleColor,
borderBottomWidth: horizontalRuleWidth
}
borderBottomColor: horizontalRuleColor,
borderBottomWidth: horizontalRuleWidth
}
: {};

@@ -67,2 +67,3 @@

{
flex,
marginTop: top || vertical || all,

@@ -79,2 +80,3 @@ marginBottom: bottom || vertical || all,

]}
onPress={onPress}
{...props}

@@ -90,3 +92,3 @@ >

flex: null,
bottom: Break.defaultPadding,
bottom: Break.defaultBreak,
hr: false,

@@ -93,0 +95,0 @@ horizontalRuleColor: "#ebebeb",

4

package.json

@@ -31,3 +31,3 @@ {

"description": "Layout components",
"gitHead": "55c857f6cbaded8c65172b120b47574bd8ddedc6",
"gitHead": "388d77bbb1e074ecfbf8f2c96aa4e227901382ff",
"license": "ISC",

@@ -39,3 +39,3 @@ "main": "index.js",

},
"version": "1.0.10"
"version": "1.1.0"
}

@@ -54,2 +54,3 @@ /**

{
flex,
paddingTop: top || vertical || all,

@@ -65,2 +66,3 @@ paddingBottom: bottom || vertical || all,

]}
onPress={onPress}
{...props}

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