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
1
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.2.1 to 0.2.2

12

CHANGELOG.md

@@ -10,2 +10,14 @@ # Changelog

This release fixes a small discrepancy in the types used by `withUrqlClient` and the public API defined by our `index.d.ts` file.
### Fixed
- Use `NextUrqlClientConfig` in lieu of `NextUrqlClientOptions` in `index.d.ts` to match implementation of `withUrqlClient`. PR by @kylealwyn [here](https://github.com/FormidableLabs/next-urql/pull/9).
### Diff
https://github.com/FormidableLabs/next-urql/compare/v0.2.1...v0.2.2
## [0.2.1] - 2019-12-17
This release fixes a regression introduced in 0.2.0 involving circular structures created bt `withUrqlClient`'s `getInitialProps` method.

@@ -12,0 +24,0 @@

2

index.d.ts

@@ -26,3 +26,3 @@ import React from 'react';

declare const withUrqlClient: <T = any, IP = any>(
clientOptions: NextUrqlClientOptions,
clientOptions: NextUrqlClientConfig,
mergeExchanges?: (ssrEx: SSRExchange) => Exchange[],

@@ -29,0 +29,0 @@ ) => (

{
"name": "next-urql",
"version": "0.2.1",
"version": "0.2.2",
"description": "Convenience wrappers for using urql with NextJS.",

@@ -5,0 +5,0 @@ "repository": "https://www.github.com/FormidableLabs/next-urql",

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