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

@urql/exchange-persisted

Package Overview
Dependencies
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@urql/exchange-persisted - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0-canary-0204e044

7

CHANGELOG.md
# @urql/exchange-persisted-fetch
## 4.3.0-canary-0204e044
### Minor Changes
- Mark `@urql/core` as a peer dependency as well as a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
## 4.2.0

@@ -4,0 +11,0 @@

9

package.json
{
"name": "@urql/exchange-persisted",
"version": "4.2.0",
"version": "4.3.0-canary-0204e044",
"description": "An exchange that allows for persisted queries support when fetching queries",

@@ -40,4 +40,7 @@ "sideEffects": false,

],
"peerDependencies": {
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": ">=4.3.0",
"@urql/core": "^5.0.0",
"wonka": "^6.3.2"

@@ -47,3 +50,3 @@ },

"graphql": "^16.0.0",
"@urql/core": "4.3.0"
"@urql/core": "5.0.3"
},

@@ -50,0 +53,0 @@ "publishConfig": {

@@ -20,3 +20,3 @@ # @urql/exchange-persisted

```js
import { createClient, dedupExchange, fetchExchange, cacheExchange } from 'urql';
import { createClient, fetchExchange, cacheExchange } from 'urql';
import { persistedExchange } from '@urql/exchange-persisted';

@@ -27,3 +27,2 @@

exchanges: [
dedupExchange,
cacheExchange,

@@ -51,3 +50,3 @@ persistedExchange({

```js
import { createClient, dedupExchange, fetchExchange, cacheExchange } from 'urql';
import { createClient, fetchExchange, cacheExchange } from 'urql';
import { persistedExchange } from '@urql/exchange-persisted';

@@ -58,3 +57,2 @@

exchanges: [
dedupExchange,
cacheExchange,

@@ -61,0 +59,0 @@ persistedExchange({

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