Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@urql/core

Package Overview
Dependencies
Maintainers
31
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@urql/core - npm Package Compare versions

Comparing version 1.10.3 to 1.10.4

dist/urql-core.js

7

CHANGELOG.md
# @urql/core
## 1.10.4
### 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))
## 1.10.3

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

12

package.json
{
"name": "@urql/core",
"version": "1.10.3",
"version": "1.10.4",
"description": "The shared core for the highly customizable and versatile GraphQL client",

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

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

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

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

@@ -60,3 +60,3 @@ "source": "./src/index.ts"

"dependencies": {
"wonka": "^4.0.8"
"wonka": "^4.0.9"
},

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