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.6 to 0.1.7

8

CHANGELOG.md
# Changelog
## 0.1.7
### 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.6

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

6

dist/urql-exchange-retry.js

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

retryCount: g
}
},
source: "retryExchange"
});

@@ -61,3 +62,4 @@ return wonka.takeUntil(f)(wonka.delay(c)(wonka.fromValue(_extends({}, a, {

message: "Maximum number of retries has been reached. No further retries will be performed.",
operation: a.operation
operation: a.operation,
source: "retryExchange"
});

@@ -64,0 +66,0 @@ return !0;

{
"name": "@urql/exchange-retry",
"version": "0.1.6",
"version": "0.1.7",
"description": "An exchange for operation retry support in urql",

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

"dependencies": {
"@urql/core": ">=1.11.6",
"@urql/core": ">=1.11.7",
"wonka": "^4.0.10"

@@ -66,0 +66,0 @@ },

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc