Socket
Socket
Sign inDemoInstall

@urql/exchange-persisted-fetch

Package Overview
Dependencies
5
Maintainers
35
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

8

CHANGELOG.md
# @urql/exchange-persisted-fetch
## 0.1.3
### Patch Changes
- Add `source` debug name to all `dispatchDebug` calls during build time to identify events by which exchange dispatched them, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#780](https://github.com/FormidableLabs/urql/pull/780))
- Updated dependencies (See [#780](https://github.com/FormidableLabs/urql/pull/780))
- @urql/core@1.11.7
## 0.1.2

@@ -4,0 +12,0 @@

6

dist/urql-exchange-persisted-fetch.js

@@ -121,3 +121,4 @@ "use strict";

fetchOptions: e
}
},
source: "persistedFetchExchange"
});

@@ -134,3 +135,4 @@ return wonka.onPush((function(b) {

value: h ? b.error : g || b
}
},
source: "persistedFetchExchange"
});

@@ -137,0 +139,0 @@ }))(internal.makeFetchSource(a, d, e));

{
"name": "@urql/exchange-persisted-fetch",
"version": "0.1.2",
"version": "0.1.3",
"description": "An exchange that allows for persisted queries support when fetching queries",

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

"dependencies": {
"@urql/core": ">=1.11.6",
"@urql/core": ">=1.11.7",
"js-sha256": "^0.9.0",

@@ -55,0 +55,0 @@ "wonka": "^4.0.10"

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc