react-native-fetch-blob
Advanced tools
Comparing version 0.10.2-beta.7 to 0.10.2-beta.8
@@ -25,2 +25,3 @@ // Copyright 2016 wkh237@github. All rights reserved. | ||
import polyfill from './polyfill' | ||
import _ from 'lodash' | ||
import android from './android' | ||
@@ -223,3 +224,5 @@ import ios from './ios' | ||
// pass to native context | ||
headers = _.map(headers, (h) => h || ''); | ||
_.each(headers, (h,i) => { | ||
headers[i] = h || '' | ||
}); | ||
@@ -226,0 +229,0 @@ // fetch from file system |
@@ -52,3 +52,4 @@ // Copyright 2016 wkh237@github. All rights reserved. | ||
openDocument, | ||
previewDocument | ||
previewDocument, | ||
excludeFromBackupKey | ||
} |
{ | ||
"name": "react-native-fetch-blob", | ||
"version": "0.10.2-beta.7", | ||
"version": "0.10.2-beta.8", | ||
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.", | ||
@@ -62,2 +62,2 @@ "main": "index.js", | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
498977
7359