Socket
Socket
Sign inDemoInstall

@urql/core

Package Overview
Dependencies
Maintainers
31
Versions
259
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.11.3 to 1.11.4

9

CHANGELOG.md
# @urql/core
## 1.11.4
### Patch Changes
Sorry for the many updates; Please only upgrade to `>=1.11.4` and don't use the deprecated `1.11.3`
and `1.11.2` release.
- ⚠️ Fix nested package path for @urql/core/internal and @urql/exchange-graphcache/extras, by [@kitten](https://github.com/kitten) (See [#734](https://github.com/FormidableLabs/urql/pull/734))
## 1.11.3

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

10

internal/package.json
{
"name": "urql-core-internal",
"private": true,
"main": "../dist/urql-core-internal.js",
"main": "../dist/urql-core-internal",
"module": "../dist/urql-core-internal.mjs",
"types": "../dist/types/internal/index.d.ts",
"source": "../src/internal/index.ts",
"exports": {
".": {
"import": "../dist/urql-core-internal.mjs",
"require": "../dist/urql-core-internal.js",
"types": "../dist/types/internal/index.d.ts",
"source": "../src/internal/index.ts"
}
},
"dependencies": {

@@ -9,0 +17,0 @@ "wonka": "^4.0.9"

2

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

@@ -5,0 +5,0 @@ "sideEffects": false,

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