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.2 to 1.1.3

2

components/cell.js

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

let borderWidth,borderColor;
if (this.props.borderStyle && this.props.borderStyle.borderWidth) {
if (this.props.borderStyle && this.props.borderStyle.borderWidth !== undefined) {
borderWidth = this.props.borderStyle.borderWidth;

@@ -20,0 +20,0 @@ } else {

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

let borderWidth, borderColor;
if (this.props.borderStyle && this.props.borderStyle.borderWidth) {
if (this.props.borderStyle && this.props.borderStyle.borderWidth !== undefined) {
borderWidth = this.props.borderStyle.borderWidth;

@@ -27,0 +27,0 @@ } else {

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

@@ -5,0 +5,0 @@ "main": "index.js",

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