Socket
Socket
Sign inDemoInstall

react-native-img-cache

Package Overview
Dependencies
1
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.12 to 1.1.13

6

build/index.js

@@ -83,3 +83,7 @@ var __assign = (this && this.__assign) || Object.assign || function(t) {

this.notify(uri);
}).catch(() => cache.downloading = false);
}).catch(() => {
cache.downloading = false;
// Because of this bug: https://github.com/wkh237/react-native-fetch-blob/issues/331
RNFetchBlob.fs.unlink(path);
});
}

@@ -86,0 +90,0 @@ }

2

package.json
{
"name": "react-native-img-cache",
"version": "1.1.12",
"version": "1.1.13",
"description": "CachedImage component for React native",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc