mutable-store
Advanced tools
+1
-1
| { | ||
| "name": "mutable-store", | ||
| "version": "1.3.0", | ||
| "version": "1.3.1", | ||
| "description": "a mutable state management library for javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+2
-5
@@ -92,3 +92,3 @@ # Mutable Store | ||
| There is no built in way to reset the store but you can create an object from the class and then later, when you want to reset, create a new object from the class and pass it to the `reset` method of the store. | ||
| There is no built in way to reset the store but you can create an object from the class and then later, when you want to reset, create a new object from the class and pass it to the `reset` method of the store. | ||
@@ -102,5 +102,4 @@ ```typescript | ||
| }); | ||
| ``` | ||
| ## API | ||
@@ -124,4 +123,2 @@ | ||
| // example on how to subscribe and unsubscribe | ||
| ```typescript | ||
@@ -128,0 +125,0 @@ const store = createMutableStore({ |
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
0
-100%32459
-0.14%143
-2.05%