Socket
Socket
Sign inDemoInstall

@urql/core

Package Overview
Dependencies
Maintainers
34
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.5 to 1.11.6

6

CHANGELOG.md
# @urql/core
## 1.11.6
### Patch Changes
- Add a `"./package.json"` entry to the `package.json`'s `"exports"` field for Node 14. This seems to be required by packages like `rollup-plugin-svelte` to function properly, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#771](https://github.com/FormidableLabs/urql/pull/771))
## 1.11.5

@@ -4,0 +10,0 @@

5

internal/package.json

@@ -14,7 +14,8 @@ {

"source": "../src/internal/index.ts"
}
},
"./package.json": "./package.json"
},
"dependencies": {
"wonka": "^4.0.9"
"wonka": "^4.0.10"
}
}

7

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

@@ -32,2 +32,3 @@ "sideEffects": false,

},
"./package.json": "./package.json",
"./internal": {

@@ -52,3 +53,3 @@ "import": "./dist/urql-core-internal.mjs",

"build": "rollup -c ../../scripts/rollup/config.js",
"prepare": "../../scripts/prepare/index.js",
"prepare": "node ../../scripts/prepare/index.js",
"prepublishOnly": "run-s clean build"

@@ -67,3 +68,3 @@ },

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

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