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
35
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 0.1.7 to 0.1.8

8

CHANGELOG.md
# Changelog
## 0.1.8
### Patch Changes
- Upgrade to a minimum version of wonka@^4.0.14 to work around issues with React Native's minification builds, which use uglify-es and could lead to broken bundles, by [@kitten](https://github.com/kitten) (See [#842](https://github.com/FormidableLabs/urql/pull/842))
- Updated dependencies (See [#838](https://github.com/FormidableLabs/urql/pull/838) and [#842](https://github.com/FormidableLabs/urql/pull/842))
- @urql/core@1.12.0
## 0.1.7

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

8

package.json
{
"name": "@urql/exchange-retry",
"version": "0.1.7",
"version": "0.1.8",
"description": "An exchange for operation retry support in urql",

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

"@types/react": "^16.9.19",
"graphql": "^15.0.0",
"graphql": "^15.1.0",
"react": "^16.13.0",

@@ -64,4 +64,4 @@ "react-dom": "^16.13.0"

"dependencies": {
"@urql/core": ">=1.11.7",
"wonka": "^4.0.10"
"@urql/core": ">=1.12.0",
"wonka": "^4.0.14"
},

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

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