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.1.2 to 14.1.3

9

changelog.md
# apollo-upload-client changelog
## 14.1.3
### Patch
- Removed the [`subscriptions-transport-ws`](https://npm.im/subscriptions-transport-ws) peer dependency, via [#235](https://github.com/jaydenseric/apollo-upload-client/pull/235).
- Updated dependencies.
- Also run GitHub Actions with Node.js v15.
- Updated tests to account for the `AbortController` global being defined in Node.js v15+.
## 14.1.2

@@ -4,0 +13,0 @@

31

package.json
{
"name": "apollo-upload-client",
"version": "14.1.2",
"version": "14.1.3",
"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.",

@@ -48,24 +48,23 @@ "license": "MIT",

"peerDependencies": {
"graphql": "14 - 15",
"subscriptions-transport-ws": "^0.9.0"
"graphql": "14 - 15"
},
"dependencies": {
"@apollo/client": "^3.1.5",
"@babel/runtime": "^7.11.2",
"@apollo/client": "^3.2.5",
"@babel/runtime": "^7.12.5",
"extract-files": "^9.0.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@size-limit/preset-small-lib": "^4.6.0",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@size-limit/preset-small-lib": "^4.7.0",
"abort-controller": "^3.0.0",
"babel-eslint": "^10.1.0",
"coverage-node": "^3.0.0",
"eslint": "^7.8.1",
"eslint": "^7.13.0",
"eslint-config-env": "^15.0.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.4.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.7",
"eslint-plugin-node": "^11.1.0",

@@ -79,5 +78,5 @@ "eslint-plugin-prettier": "^3.1.4",

"node-fetch": "^3.0.0-beta.9",
"prettier": "^2.1.1",
"prettier": "^2.1.2",
"revertable-globals": "^1.0.1",
"size-limit": "^4.6.0",
"size-limit": "^4.7.0",
"test-director": "^4.0.1"

@@ -84,0 +83,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