react-native-fetch-blob
Advanced tools
Comparing version 0.10.2-beta.4 to 0.10.2-beta.5
@@ -204,4 +204,7 @@ // Copyright 2016 wkh237@github. All rights reserved. | ||
reject(new Error(err)) | ||
else | ||
else { | ||
if(stat) | ||
stat.lastModified = parseInt(stat.lastModified) | ||
resolve(stat) | ||
} | ||
}) | ||
@@ -208,0 +211,0 @@ }) |
{ | ||
"name": "react-native-fetch-blob", | ||
"version": "0.10.2-beta.4", | ||
"version": "0.10.2-beta.5", | ||
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
497031
7360