Socket
Socket
Sign inDemoInstall

apollo-upload-client

Package Overview
Dependencies
40
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.0.0 to 14.0.1

6

changelog.md
# apollo-upload-client changelog
## 14.0.1
### Patch
- Use deep [`@apollo/client`](https://npm.im/@apollo/client) imports to support non React projects, fixing [#207](https://github.com/jaydenseric/apollo-upload-client/issues/207).
## 14.0.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "apollo-upload-client",
"version": "14.0.0",
"version": "14.0.1",
"description": "A terminating Apollo Link for Apollo Client that allows FileList, File, Blob or ReactNativeFile instances within query or mutation variables and sends GraphQL multipart requests.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -5,12 +5,14 @@ 'use strict';

var _require = require('@apollo/client'),
var _require = require('@apollo/client/core'),
ApolloLink = _require.ApolloLink,
Observable = _require.Observable,
selectURI = _require.selectURI,
selectHttpOptionsAndBody = _require.selectHttpOptionsAndBody,
fallbackHttpConfig = _require.fallbackHttpConfig,
serializeFetchParameter = _require.serializeFetchParameter,
createSignalIfSupported = _require.createSignalIfSupported,
parseAndCheckHttpResponse = _require.parseAndCheckHttpResponse;
Observable = _require.Observable;
var _require2 = require('@apollo/client/link/http'),
selectURI = _require2.selectURI,
selectHttpOptionsAndBody = _require2.selectHttpOptionsAndBody,
fallbackHttpConfig = _require2.fallbackHttpConfig,
serializeFetchParameter = _require2.serializeFetchParameter,
createSignalIfSupported = _require2.createSignalIfSupported,
parseAndCheckHttpResponse = _require2.parseAndCheckHttpResponse;
var extractFiles = require('extract-files/lib/extractFiles');

@@ -17,0 +19,0 @@

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