Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apollo-upload-client

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-upload-client - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

dist/apollo-upload-client.js

@@ -121,3 +121,3 @@ 'use strict';

body: formData
}, options.opts));
}, options));
}

@@ -197,3 +197,3 @@ }

body: formData
}, options.opts));
}, options));
}

@@ -200,0 +200,0 @@ }

@@ -115,3 +115,3 @@ import _Array$from from 'babel-runtime/core-js/array/from';

body: formData
}, options.opts));
}, options));
}

@@ -191,3 +191,3 @@ }

body: formData
}, options.opts));
}, options));
}

@@ -194,0 +194,0 @@ }

{
"name": "apollo-upload-client",
"version": "4.0.2",
"version": "4.0.3",
"description": "Enhances Apollo Client for intuitive file uploads via GraphQL mutations.",

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

@@ -1,2 +0,2 @@

# ![Apollo upload client](https://cdn.rawgit.com/jaydenseric/apollo-upload-client/v4.0.2/apollo-upload-logo.svg)
# ![Apollo upload client](https://cdn.rawgit.com/jaydenseric/apollo-upload-client/v4.0.3/apollo-upload-logo.svg)

@@ -3,0 +3,0 @@ ![NPM version](https://img.shields.io/npm/v/apollo-upload-client.svg?style=flat-square) ![Github issues](https://img.shields.io/github/issues/jaydenseric/apollo-upload-client.svg?style=flat-square) ![Github stars](https://img.shields.io/github/stars/jaydenseric/apollo-upload-client.svg?style=flat-square)

@@ -39,3 +39,3 @@ import {HTTPBatchedNetworkInterface, printAST} from 'apollo-client'

body: formData,
...options.opts
...options
})

@@ -42,0 +42,0 @@ }

@@ -25,3 +25,3 @@ import {HTTPFetchNetworkInterface, printAST} from 'apollo-client'

body: formData,
...options.opts
...options
})

@@ -28,0 +28,0 @@ }

Sorry, the diff of this file is not supported yet

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