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

react-native-image-placeholder

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-image-placeholder - npm Package Compare versions

Comparing version

to
1.0.11

11

index.js

@@ -50,6 +50,9 @@ import React, { PropTypes } from 'react';

>
<ActivityIndicator
size={this.props.loadingStyle ? this.props.loadingStyle.size : 'small'}
color={this.props.loadingStyle ? this.props.loadingStyle.color : 'gray'}
/>
{
this.props.isShowActivity &&
<ActivityIndicator
size={this.props.loadingStyle ? this.props.loadingStyle.size : 'small'}
color={this.props.loadingStyle ? this.props.loadingStyle.color : 'gray'}
/>
}
</Image>

@@ -56,0 +59,0 @@ </View>

{
"name": "react-native-image-placeholder",
"version": "1.0.10",
"version": "1.0.11",
"description": "react native image placeholder",

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