New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-fetch-blob

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-fetch-blob - npm Package Compare versions

Comparing version 0.10.2-beta.7 to 0.10.2-beta.8

5

index.js

@@ -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

3

ios.js

@@ -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

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