Socket
Socket
Sign inDemoInstall

@urql/exchange-persisted-fetch

Package Overview
Dependencies
5
Maintainers
34
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

8

CHANGELOG.md
# @urql/exchange-persisted-fetch
## 0.1.2
### Patch Changes
- Add a `"./package.json"` entry to the `package.json`'s `"exports"` field for Node 14. This seems to be required by packages like `rollup-plugin-svelte` to function properly, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#771](https://github.com/FormidableLabs/urql/pull/771))
- Updated dependencies (See [#771](https://github.com/FormidableLabs/urql/pull/771))
- @urql/core@1.11.6
## 0.1.1

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

11

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

@@ -30,3 +30,4 @@ "sideEffects": false,

"source": "./src/index.ts"
}
},
"./package.json": "./package.json"
},

@@ -52,5 +53,5 @@ "files": [

"dependencies": {
"@urql/core": ">=1.11.5",
"wonka": "^4.0.9",
"js-sha256": "^0.9.0"
"@urql/core": ">=1.11.6",
"js-sha256": "^0.9.0",
"wonka": "^4.0.10"
},

@@ -57,0 +58,0 @@ "peerDependencies": {

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