Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tanstack/solid-store

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/solid-store - npm Package Compare versions

Comparing version
0.5.3
to
0.5.4
+19
-18
package.json
{
"name": "@tanstack/solid-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/solid-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,7 +41,8 @@ "types": "dist/index.d.ts",

"sideEffects": false,
"peerDependencies": {
"solid-js": "^1.6.0"
},
"files": [
"dist",
"src"
],
"dependencies": {
"@tanstack/store": "0.5.3"
"@tanstack/store": "0.5.4"
},

@@ -55,3 +53,6 @@ "devDependencies": {

},
"peerDependencies": {
"solid-js": "^1.6.0"
},
"scripts": {}
}