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

react-native-cached-image

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.2.4 to 1.2.5

2

CachedImage.js

@@ -148,3 +148,3 @@ 'use strict';

const style = this.props.style || styles.image;
const source = this.state.cachedImagePath ? {
const source = (this.state.isCacheable && this.state.cachedImagePath) ? {
uri: 'file://' + this.state.cachedImagePath

@@ -151,0 +151,0 @@ } : this.props.source;

{
"name": "react-native-cached-image",
"version": "1.2.4",
"version": "1.2.5",
"description": "CachedImage component 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