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
31
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.2 to 0.1.3

dist/urql-exchange-retry.js

9

CHANGELOG.md
# Changelog
## 0.1.3
### Patch Changes
- ⚠️ Fix node resolution when using Webpack, which experiences a bug where it only resolves
`package.json:main` instead of `module` when an `.mjs` file imports a package, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#642](https://github.com/FormidableLabs/urql/pull/642))
- Updated dependencies (See [#642](https://github.com/FormidableLabs/urql/pull/642))
- @urql/core@1.10.4
## 0.1.2

@@ -4,0 +13,0 @@

14

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

@@ -22,4 +22,4 @@ "sideEffects": false,

],
"main": "dist/urql-exchange-retry.cjs.js",
"module": "dist/urql-exchange-retry.esm.mjs",
"main": "dist/urql-exchange-retry",
"module": "dist/urql-exchange-retry.mjs",
"types": "dist/types/index.d.ts",

@@ -29,4 +29,4 @@ "source": "src/index.ts",

".": {
"import": "./dist/urql-exchange-retry.esm.mjs",
"require": "./dist/urql-exchange-retry.cjs.js",
"import": "./dist/urql-exchange-retry.mjs",
"require": "./dist/urql-exchange-retry.js",
"types": "./dist/types/index.d.ts",

@@ -65,4 +65,4 @@ "source": "./src/index.ts"

"dependencies": {
"@urql/core": ">=1.10.3",
"wonka": "^4.0.8"
"@urql/core": ">=1.10.4",
"wonka": "^4.0.9"
},

@@ -69,0 +69,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