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.1.5 to 1.1.6

6

CachedImage.js

@@ -12,3 +12,4 @@ 'use strict';

ActivityIndicator,
NetInfo
NetInfo,
Platform
} = ReactNative;

@@ -161,2 +162,5 @@

.then(imagePath => {
if (Platform.OS === 'android') {
imagePath = 'file://' + imagePath;
}
Image.getSize(imagePath, success, failure);

@@ -163,0 +167,0 @@ })

2

package.json
{
"name": "react-native-cached-image",
"version": "1.1.5",
"version": "1.1.6",
"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