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

apollo-fetch-upload

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-fetch-upload - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

7

changelog.md
# apollo-fetch-upload change log
## 1.1.0
- Updated `apollo-fetch` dependency.
- Added several subheadings to the readme, fixing some broken links.
## 1.0.1
Added a readme, via [#33](https://github.com/apollographql/apollo-fetch/pull/33).
- Added a readme, via [#33](https://github.com/apollographql/apollo-fetch/pull/33).

@@ -7,0 +12,0 @@ ## 1.0.0

4

package.json
{
"name": "apollo-fetch-upload",
"version": "1.0.1",
"version": "1.1.0",
"description": "Allows files to be used in GraphQL requests with apollo-fetch.",

@@ -33,3 +33,3 @@ "license": "MIT",

"dependencies": {
"apollo-fetch": "^0.5.2",
"apollo-fetch": "^0.6.0",
"extract-files": "^2.0.1"

@@ -36,0 +36,0 @@ },

@@ -64,3 +64,3 @@ # apollo-fetch-upload

[`File`](https://developer.mozilla.org/en/docs/Web/API/File) example:
### [`File`](https://developer.mozilla.org/en/docs/Web/API/File) example

@@ -91,3 +91,3 @@ ```jsx

[`FileList`](https://developer.mozilla.org/en/docs/Web/API/FileList) example:
### [`FileList`](https://developer.mozilla.org/en/docs/Web/API/FileList) example

@@ -118,4 +118,6 @@ ```jsx

For React Native, substitute [`File`](https://developer.mozilla.org/en/docs/Web/API/File) with `ReactNativeFile` from [`extract-files`](https://github.com/jaydenseric/extract-files):
### React Native
Substitute [`File`](https://developer.mozilla.org/en/docs/Web/API/File) with `ReactNativeFile` from [`extract-files`](https://github.com/jaydenseric/extract-files):
```js

@@ -122,0 +124,0 @@ import { ReactNativeFile } from 'apollo-fetch-upload'

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