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

@ssrx/plugin-tanstack-query

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ssrx/plugin-tanstack-query - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

6

dist/index.js

@@ -40,7 +40,3 @@ // src/plugin.tsx

queries: {
suspense: true,
retry: false,
staleTime: 1e3 * 30,
refetchOnReconnect: true,
refetchOnWindowFocus: true
suspense: true
}

@@ -47,0 +43,0 @@ },

2

package.json
{
"name": "@ssrx/plugin-tanstack-query",
"version": "0.0.3",
"version": "0.1.0",
"sideEffects": false,

@@ -5,0 +5,0 @@ "type": "module",

@@ -31,6 +31,2 @@ import { deepmerge } from '@ssrx/renderer';

suspense: true,
retry: false,
staleTime: 1000 * 30,
refetchOnReconnect: true,
refetchOnWindowFocus: true,
},

@@ -37,0 +33,0 @@ },

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