nanostores
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -51,2 +51,3 @@ import { clean } from '../clean-stores/index.js' | ||
store.active = true | ||
store.value = {} | ||
if (init) destroy = init() | ||
@@ -53,0 +54,0 @@ } |
{ | ||
"name": "nanostores", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A tiny (152 bytes) state manager for React/Preact/Vue/Svelte with many atomic tree-shakable stores", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
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
40205
1027