Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tanstack/solid-query

Package Overview
Dependencies
Maintainers
2
Versions
303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/solid-query - npm Package Compare versions

Comparing version 5.36.1 to 5.37.1

18

package.json
{
"name": "@tanstack/solid-query",
"version": "5.36.1",
"version": "5.37.1",
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid",

@@ -47,3 +47,3 @@ "author": "tannerlinsley",

"dependencies": {
"solid-js": "^1.8.14",
"solid-js": "^1.8.17",
"@tanstack/query-core": "5.36.1"

@@ -53,3 +53,3 @@ },

"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.9.1"
"vite-plugin-solid": "^2.10.2"
},

@@ -59,13 +59,3 @@ "peerDependencies": {

},
"scripts": {
"clean": "rimraf ./build && rimraf ./coverage",
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:lib": "vitest --retry=3",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
"test:attw": "attw --pack",
"build": "tsup",
"build:watch": "tsup --watch"
}
"scripts": {}
}
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