Socket
Socket
Sign inDemoInstall

@urql/exchange-persisted-fetch

Package Overview
Dependencies
4
Maintainers
29
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4

9

CHANGELOG.md
# @urql/exchange-persisted-fetch
## 1.3.4
### Patch Changes
- Extend peer dependency range of `graphql` to include `^16.0.0`.
As always when upgrading across many packages of `urql`, especially including `@urql/core` we recommend you to deduplicate dependencies after upgrading, using `npm dedupe` or `npx yarn-deduplicate`, by [@kitten](https://github.com/kitten) (See [#2133](https://github.com/FormidableLabs/urql/pull/2133))
- Updated dependencies (See [#2133](https://github.com/FormidableLabs/urql/pull/2133))
- @urql/core@2.3.6
## 1.3.3

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

8

package.json
{
"name": "@urql/exchange-persisted-fetch",
"version": "1.3.3",
"version": "1.3.4",
"description": "An exchange that allows for persisted queries support when fetching queries",

@@ -52,10 +52,10 @@ "sideEffects": false,

"dependencies": {
"@urql/core": ">=2.1.5",
"@urql/core": ">=2.3.6",
"wonka": "^4.0.14"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"graphql": "^15.4.0"
"graphql": "^16.0.0"
},

@@ -62,0 +62,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc