Socket
Socket
Sign inDemoInstall

@urql/exchange-populate

Package Overview
Dependencies
Maintainers
31
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@urql/exchange-populate - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

dist/urql-exchange-populate.js

9

CHANGELOG.md
# @urql/exchange-populate
## 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-populate",
"version": "0.1.2",
"version": "0.1.3",
"description": "An exchange that automaticcally populates the mutation selection body",

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

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

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

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

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

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

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

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