Socket
Socket
Sign inDemoInstall

@tanstack/react-query-next-experimental

Package Overview
Dependencies
Maintainers
0
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-query-next-experimental - npm Package Compare versions

Comparing version 5.45.1 to 5.46.0

8

build/legacy/HydrationStreamProvider.d.ts

@@ -36,2 +36,6 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

onFlush?: () => Array<TShape>;
/**
* A nonce that'll allow the inline script to be executed when Content Security Policy is enforced
*/
nonce?: string;
}

@@ -56,2 +60,6 @@ declare function createHydrationStreamProvider<TShape>(): {

onFlush?: (() => Array<TShape>) | undefined;
/**
* A nonce that'll allow the inline script to be executed when Content Security Policy is enforced
*/
nonce?: string | undefined;
}) => react_jsx_runtime.JSX.Element;

@@ -58,0 +66,0 @@ context: React.Context<HydrationStreamContext<TShape>>;

1

build/legacy/HydrationStreamProvider.js

@@ -50,2 +50,3 @@ "use client";

{
nonce: props.nonce,
dangerouslySetInnerHTML: {

@@ -52,0 +53,0 @@ __html: html.join("")

@@ -14,2 +14,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

queryClient?: QueryClient;
nonce?: string;
options?: {

@@ -16,0 +17,0 @@ hydrate?: HydrateOptions;

@@ -52,2 +52,3 @@ "use client";

transformer: props.transformer,
nonce: props.nonce,
children: props.children

@@ -54,0 +55,0 @@ }

@@ -36,2 +36,6 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

onFlush?: () => Array<TShape>;
/**
* A nonce that'll allow the inline script to be executed when Content Security Policy is enforced
*/
nonce?: string;
}

@@ -56,2 +60,6 @@ declare function createHydrationStreamProvider<TShape>(): {

onFlush?: (() => Array<TShape>) | undefined;
/**
* A nonce that'll allow the inline script to be executed when Content Security Policy is enforced
*/
nonce?: string | undefined;
}) => react_jsx_runtime.JSX.Element;

@@ -58,0 +66,0 @@ context: React.Context<HydrationStreamContext<TShape>>;

@@ -48,2 +48,3 @@ "use client";

{
nonce: props.nonce,
dangerouslySetInnerHTML: {

@@ -50,0 +51,0 @@ __html: html.join("")

@@ -14,2 +14,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

queryClient?: QueryClient;
nonce?: string;
options?: {

@@ -16,0 +17,0 @@ hydrate?: HydrateOptions;

@@ -50,2 +50,3 @@ "use client";

transformer: props.transformer,
nonce: props.nonce,
children: props.children

@@ -52,0 +53,0 @@ }

2

package.json
{
"name": "@tanstack/react-query-next-experimental",
"version": "5.45.1",
"version": "5.46.0",
"description": "Hydration utils for React Query in the NextJs app directory",

@@ -5,0 +5,0 @@ "author": "tannerlinsley",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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