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

react-native-table-component

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-table-component - npm Package Compare versions

Comparing version 1.1.3 to 1.1.5

2

components/cell.js

@@ -39,3 +39,3 @@ import React, { Component } from 'react';

flex && {flex: flex},
!width && !flex && !height && {flex: 1},
!width && !flex && !height && !style && {flex: 1},
style

@@ -42,0 +42,0 @@ ]}>

@@ -9,5 +9,2 @@ import React, { Component } from 'react';

width: PropTypes.number,
heightArr: PropTypes.array,
flexArr: PropTypes.array,
data: PropTypes.array,
style: ViewPropTypes.style,

@@ -41,6 +38,2 @@ textStyle: Text.propTypes.style,

static propTypes = {
widthArr: PropTypes.array,
heightArr: PropTypes.array,
flexArr: PropTypes.array,
data: PropTypes.array,
style: ViewPropTypes.style,

@@ -47,0 +40,0 @@ textStyle: Text.propTypes.style,

@@ -8,5 +8,2 @@ import React, { Component } from 'react';

static propTypes = {
widthArr: PropTypes.array,
flexArr: PropTypes.array,
data: PropTypes.array,
style: ViewPropTypes.style,

@@ -49,5 +46,2 @@ textStyle: Text.propTypes.style,

static propTypes = {
widthArr: PropTypes.array,
flexArr: PropTypes.array,
data: PropTypes.array,
style: ViewPropTypes.style,

@@ -54,0 +48,0 @@ textStyle: Text.propTypes.style,

{
"name": "react-native-table-component",
"version": "1.1.3",
"version": "1.1.5",
"description": "Build table for react native.",

@@ -16,2 +16,3 @@ "main": "index.js",

"table",
"react-native-cell",
"react-native-table",

@@ -18,0 +19,0 @@ "react-native-table-component"

@@ -10,2 +10,3 @@ # React Native Table Component

- [Properties](#properties)
- [License](#license)
<br/><br/>

@@ -319,1 +320,7 @@

| <b>heightArr</b> | Array | Height per line. | `[]` |
<br/><br/>
## License
[MIT](LICENSE)
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