@tanstack/solid-store
Advanced tools
+19
-18
| { | ||
| "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": {} | ||
| } |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4721
2.12%0
-100%+ Added
- Removed
Updated