Socket
Socket
Sign inDemoInstall

@tanstack/react-store

Package Overview
Dependencies
Maintainers
2
Versions
62
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 0.5.3 to 0.5.4

39

package.json
{
"name": "@tanstack/react-store",
"version": "0.5.4",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"version": "0.5.3",
"license": "MIT",
"repository": "tanstack/store",
"homepage": "https://tanstack.com/",
"description": "",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"repository": {
"type": "git",
"url": "https://github.com/TanStack/store.git",
"directory": "packages/react-store"
},
"homepage": "https://tanstack.com/store",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"keywords": [

@@ -17,10 +22,2 @@ "store",

],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"files": [
"dist",
"src"
],
"type": "module",

@@ -44,9 +41,9 @@ "types": "dist/esm/index.d.ts",

"sideEffects": false,
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"files": [
"dist",
"src"
],
"dependencies": {
"use-sync-external-store": "^1.2.0",
"@tanstack/store": "0.5.3"
"@tanstack/store": "0.5.4"
},

@@ -57,3 +54,7 @@ "devDependencies": {

},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"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