New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

next-urql

Package Overview
Dependencies
Maintainers
30
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-urql - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

dist/next-urql.js

9

CHANGELOG.md
# Changelog
## 0.3.5
### 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@1.9.3
## 0.3.4

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

12

package.json
{
"name": "next-urql",
"version": "0.3.4",
"version": "0.3.5",
"description": "Convenience wrappers for using urql with NextJS.",

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

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

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

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

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

"react-ssr-prepass": "^1.1.2",
"urql": ">=1.9.2"
"urql": ">=1.9.3"
},

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