New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@urql/exchange-retry

Package Overview
Dependencies
Maintainers
19
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@urql/exchange-retry - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0-canary-019b1bb0

7

CHANGELOG.md
# Changelog
## 1.3.0-canary-019b1bb0
### 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))
## 1.2.1

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

9

package.json
{
"name": "@urql/exchange-retry",
"version": "1.2.1",
"version": "1.3.0-canary-019b1bb0",
"description": "An exchange for operation retry support in urql",

@@ -43,6 +43,9 @@ "sideEffects": false,

"graphql": "^16.0.0",
"@urql/core": "4.2.3"
"@urql/core": "5.0.3"
},
"peerDependencies": {
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": ">=4.2.0",
"@urql/core": "^5.0.0",
"wonka": "^6.3.2"

@@ -49,0 +52,0 @@ },

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