@solid-primitives/storage
Advanced tools
Comparing version 3.5.0 to 3.6.0
{ | ||
"name": "@solid-primitives/storage", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "Primitive that provides reactive wrappers for storage access", | ||
@@ -5,0 +5,0 @@ "author": "Alex Lohr <alex.lohr@logmein.com>", |
@@ -141,2 +141,4 @@ <p> | ||
```ts | ||
import { tauriStorage } from "@solid-primitives/storage/tauri"; | ||
const storage = window.__TAURI_INTERNALS__ ? tauriStorage() : localStorage; | ||
@@ -143,0 +145,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91417
13
433
1600
1