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

@tanstack/react-store

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-store - npm Package Compare versions

Comparing version

to
0.6.1

6

package.json
{
"name": "@tanstack/react-store",
"version": "0.6.0",
"version": "0.6.1",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",

@@ -53,6 +53,6 @@ "author": "Tanner Linsley",

"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"scripts": {}
}